Quote:
Originally Posted by PoetJA-1975
Hey RINGLEADER - still waiting - is there a chance you've found a workaround for vBSEO?
|
Oh sorry, I was out of the country there for a while
Try adding this plugin as a bit of a workaround instead:
Product: Bump or de-bump Threads
Hook Location: showthread_start
Title: Bump or Debump: Display Option
Execution Order: 5
Contents:
Code:
$vbulletin->templatecache['SHOWTHREAD'] = str_replace(
array(
'$vbphrase[remove_redirects]</option>',
'$vbphrase[remove_redirects]</label></div>'
),
array('
$vbphrase[remove_redirects]</option><option value=\"bump\">$vbphrase[bump]</option><option value=\"debump\">$vbphrase[debump]</option>',
'$vbphrase[remove_redirects]</label></div><div><label for=\"ao_bump\"><input type=\"radio\" name=\"do\" id=\"ao_bump\" value=\"bump\" />$vbphrase[bump]</label></div><div><label for=\"ao_debump\"><input type=\"radio\" name=\"do\" id=\"ao_debump\" value=\"debump\" />$vbphrase[debump]</label></div>'
),
$vbulletin->templatecache['SHOWTHREAD']
);
...and undo the template edit for SHOWTHREAD template.
Quote:
Originally Posted by JohnBee
Geat MOD, installed and loving it. - thx
|
Cheers, glad you like it!