Quote:
Originally Posted by MoMan
In showthread_complete, change
$template_hook[\'showthread_after_activeusers\'] = "
to
$template_hook[\'showthread_after_activeusers\'] .= "
|
Just to clarify, I can't find that template, is that in the plugin
Add js to showthread?
Code:
if ($vbulletin->userinfo['userid'] > 0)
{
eval('$template_hook[\'showthread_after_activeusers\'] = "' . fetch_template('rcd_iquote_clientscript') . fetch_template('rcd_iquote_context_menu') . '";');
}