The system has been updated to add two new options ;
../misc.php?do=producthelp&pid=xxxxxx
../misc.php?do=productcheck&pid=xxxxxx
The first does a product/thread lookup and then performs a re-direct to the appropriate thread.
The second does a product/thread lookup and then performs a version check based on the productid.
The original version check remains untouched.
These two new options allow you to add the urls to a product without needing to know the threadid at vb.org.
As a result, the product id in our database needs to be unique, so when entering/updating the productid in the mod edit screen, a duplicate check is performed, if a duplicate is detected an error screen is displayed.
|