JIK1987
04-04-2011, 08:43 PM
I want two forums to have the same style but I want them to display two things differently. The two things I want to display differently are the header and postbit information.
I used the following:
<if condition="$forumid == 327"></if>
In my header and it worked to display an image only in one forum, while the other forums displayed the default image. However, it didn't work when I put the same code in the postbit_legacy. It just shows the default information and completely ignores what is between the forumid conditions.
I know that I could make another style and set it as the forum's default, but I am hoping to avoid this because I already have too many styles and it is becoming a clutter.
resolved
<if condition="$thread[forumid] == xx"></if>
for those who are interested ^
I used the following:
<if condition="$forumid == 327"></if>
In my header and it worked to display an image only in one forum, while the other forums displayed the default image. However, it didn't work when I put the same code in the postbit_legacy. It just shows the default information and completely ignores what is between the forumid conditions.
I know that I could make another style and set it as the forum's default, but I am hoping to avoid this because I already have too many styles and it is becoming a clutter.
resolved
<if condition="$thread[forumid] == xx"></if>
for those who are interested ^