Quote:
Originally Posted by Robbed
How do you make it display the newest quotes by default?
|
You can't yet. :nervous:
Quote:
Originally Posted by tarot
I have what may be a stupid question. I only want the quoter on certain areas/forums on my board. How would I go about doing this?
|
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 = '';