Quote:
Originally Posted by xOzzie
Thanks!
OK, dumb question. Where did you put the code? I can't find 'marqueebar' used in any of the templates or in the .xml product file. 
|
The first thing you will need to do is duplicate the marquee system. Attached to this post is the zip file for the duplicate. Install it just as you would the original marquee system. After you install that, you will see in your vBulletin Options settings for the second marquee system.
Then you simply substitute this code for the "$marquee" you originally put in the header template:
HTML Code:
<if condition="in_array($bbuserinfo[usergroupid], array(6,7,2,5,10,11))">
$marquee
<else />
$marquee2
</if>
Remember to put the proper usergroup IDs in the array for your registered members.