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'])...
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...
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...
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...
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...
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?
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...
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...
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...
cron
database
dbtech_thanks_entry
different
download
help
issue
logs
mysql
only
open
php
post
posts
query
special
ten
thread
timestamp
update
upload
user
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...
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 :)
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...
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...
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...
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.
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...
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...
bars
block
box
boxes
bug
button
buttons
color
display
feature
hidden
html
more
new
only
open
options
php
post
postbit
size
style
stylevar
template
ten
text
update
url
vbshop
version
weight
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...