Quote:
Originally Posted by ringleader
Do you know how to add a plugin?
There's one missing from yours.
Go to Plugins and Products System -> Add Plugin
Product: bump or de-bump threads
Hook Location: threadmanage_action_switch
Title: Action Switch
Plugin Php Code:
Code:
if ($_REQUEST['do'] == 'bump' OR $_REQUEST['do'] == 'debump')
{
$handled_do = true;
if (!$threadinfo['threadid'])
{
eval(standard_error(fetch_error('invalidid', $vbphrase['thread'], $vbulletin->options['contactuslink'])));
}
}
I swear that'll sort it for you.
...and thanks for even bothering to troubleshoot this.
|
i am trying to do this because i get the same database error
but i dont seem to get it right
where do i put the php code ?