Search results for query: *

  • Users: benFF
  • Content: Threads
  • Order by date
  1. B

    Bug Criteria "User has purchased any of the selected products:" only checks against license purchases

    As title. This criteria returns false if the user bought any physical products that didn't require a license. if (isset($user->dbtech_ecommerce_license_count) && $user->dbtech_ecommerce_license_count >= 1 && !empty($data['product_ids'])...
  2. B

    Bug Cancelling a payment empties the cart

    If you cancel a payment, you can no longer go back to the checkout and try again as the cart is empty - even though the order still shows up in the backend. Steps too recreate: Add item to cart Go to checkout Accept terms of service and click "Proceed to payment" When the payment modal pops...
  3. B

    Bug Can't remove items from cart on checkout page if it has required fields

    If you have any items in your cart which have required order fields - you then cannot remove that item (or any other item) until the required fields have first been filled in. I thought adding a simple formnovalidate tag to the delete button would solve this - and whilst it does let the form...
  4. B

    Question Which is called first?

    I'm working with custom serial numbers that are generated by an external system. I had planned to use the "dbtech_ecommerce_license_purchase" event listener to hook in at that point and simply update the SerialKey::serial_key field. However, I now notice that an email is sent in key.php...
  5. B

    Bug Thread posted on moderated files

    Hey, The thread announcing an upload shouldn't be posted if the file goes to the moderation queue - it should be posted once a file is accepted. :)
  6. B

    Bug File thumbnails ignore DB record

    I can't quite work out how your file thumbnails should work. After an import, I have all the thumbnail files in my downloads folder, with the "image" field in the database being correctly named for this. However, the code seems to look in the /picturestorage folder, with the filenames being...
  7. B

    Legacy rename files back

    I see the new importer can now import with the original filenames without id prefixes, but as I've already done it, this doesn't help. How about a quick script to rename them all back for people who did the previous import?
  8. B

    Question Move files between downloads & Permissions?

    Just run the DownloadsII importer which worked great. Two issues though: 1) in DLII, you couldn't group files, so I had them all as separate downloads. Now with vBDownloads being able to have multiple files per download, I'd like a way to merge the files across (or move them). Can this be...
  9. B

    Question Can a file be a linked item?

    As title - do all files have to be uploadsed or can (As with DL2) they be a link to an external hosting (for example, a hotfiles link) cheers.
  10. B

    Legacy Importing from DownloadsII

    Ok - Which version exactly of DownloadsII does this work with? I've just installed it - gone to import but it says no version found. Checking through the import code, it's looking for tables with a dl2_ prefix, however mine are all just dl_. Changing that doesn't work either as it gets stuck...
  11. B

    Bug Optimising a query

    Been getting a lot of hangs on the website for the last few months - so I've been collecting data in the slowqueries log. A few crop up, however nothing really serious except this one: # Query_time: 61.015625 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 139036 SET timestamp=1331681918...
  12. B

    Question Easy way to hook into functions?

    I want to be able to programmatically add "user thread tags" to a thread (when someone reports a post, I want to tag the moderator to that thread so they can easily be alerted). I'll do this in the reportedpost hook of VB, but which of your files do I need to include - and is there a function I...
  13. B

    Bug User Tag Statistics still showing even if disabled

    Even if you disable user tagging (thread tagging?) - it still shows up on the statistics page (which is just a load of blanks). (For anyone who wants to remove it before a fix - edit the "statistics.php" file in the actions folder :)
  14. B

    Bug Causes VBA Links to crash

    When Thanks/Like is enabled, VBA Links manager will always die with the error: PHP log shows: [01-Mar-2012 21:50:03] PHP Fatal error: Using $this when not in object context in W:\Domains\xxx.com\wwwroot\includes\class_hook.php on line 57 Disabling Thanks/Like in the UserCP and all is well again...
  15. B

    Legacy New Template Hook Request / New Images for "Remove"

    1. Nice and simple this first one :) So I don't need to keep hacking the PHP files each time, a new template hook for the cloud at location : $template_hook['postbit_signature_start'] would be groovy. (This puts it above the signature separator line) 2. Allow assignment of alternate images to...
  16. B

    Legacy Different icon for "un"X

    Hopefully not too late to get this into v2 (sorry!) I don't use the "Action Text" fields for my icons, so everything is just listed with the icon only. This works great for adding something, but doesn't work for removing (as obviously the icon is the same so it just looks confusing!). It would...
  17. B

    Legacy Button Order

    Simple one this - just an option in the Admin CP to set the button order :) I'd like to add a new custom button, but I want it to come between the Thanks and the Like - doesn't seem to be an easy way to do this.
  18. B

    Question Safe to remove these fields?

    Looking through the install scripts and then the uninstall scripts, it seems a few fields are left out when removing. Does this mean they are no longer needed and it was an oversight? So can I manually remove the following and everything will still work ok? Thread Table: (Maybe not these, as...
  19. B

    Bug Post Thanks/Like bar shown when not needed

    I've set it so the buttons appear in the main postbit, rather than in the bar underneath. However, that bar appears under every post, even if no thanks/likes/whatever have been given. I see it needs to be there to include the javascript, but if I've got the buttons up top - then I think the JS...
  20. B

    Bug Kills the postbit / sig bits

    Something very strange here. Installation went ok, didn't change anything and suddenly I get complaints the forum has screwed up. I have a look (and imagine a thread view here) and in the postbit: Usernames have become non-hyperlinks User title has changed to "Guest" User stats all gone...
Back
Top