Quote:
Originally Posted by Cap'n Steve
You can't yet. :nervous:
You'll need a template conditional for specific forums, something like this:
HTML Code:
<if condition="$_REQUEST['f']==forum_id_goes_here">$showrandomquote</if>
You'll also need to move the Random Quote plugin to the global hook and add this at the end of the plugin:
PHP Code:
$threshold = '';
|
Sorry to be so dumb but I'm really new to this thing. Which template do I put the template conditional in the Forumdisplay or somewhere else?
And the Random Quote plugin to global hook where does that go and do I remove it from where it is now or copy it to the new location? Where is it now?