Quote:
Originally Posted by BirdOPrey5
You need to re-read what Lynne said and follow the instructions...
You CAN NOT put this code in the forumdisplay template
You must find for yourself the name of the class, it is NOT "yourclass" nor "forumdisplay." forumdisplay is a template name and NOT the template you need to add this code. You must add it to the HEADER so use "headinclude" template.
|
ok so I tried
Code:
<if condition="$forumid == 1">
<style type="text/css">
tcat {background: pink;}
</style>
</if>
and it sees to work- what if I wanted to add more then one forum id to that color?
whould I use array>
Quote:
if condition="in_array($foruminfo['forumid'], array(147,1,3))
|