The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
Save plugin issue
Hi there,
I've got a problem when saving a plugin, I wanne add a template to the subscription bits by doing the following: Code:
eval('$infobits = "' . fetch_template('hymoo_subscription_addinfo') . '";'); $subscriptionbits = $infobits . $subscriptionbits; Code:
$result = $vbulletin->db->query_first("SELECT count(userid) as count FROM refer_log WHERE userid = 3"); //the 3 is just a test number. query works in mysql eval('$infobits = "' . fetch_template('hymoo_subscription_addinfo') . '";'); $subscriptionbits = $infobits . $subscriptionbits; Does anyone know why this should happen. because I've created numerous plugins with db querys in them. Thanks in forward |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|