Quote:
Originally Posted by thincom2000
I've looked at tons of other examples from products I have installed and it seems to work fine everywhere else...
|
Try with this before:
PHP Code:
$extrads = array('my_store');
$vbulletin->datastore->fetch($extrads);
// ... then your code
An alternative, is too add it to the $specialtemplates array at the script you are using it.