PDA

View Full Version : Forumhome Style


s0b
05-25-2007, 09:44 PM
Hi,

I have do a different CSS to each forum parent in my board, that i need to do is to show each forum parent with his CSS in the FORUMHOME but i can't do it... Anyone can help me?

Very much thanks!

Hi,

I have tried with this code but i cant do it:

<if condition="THIS_SCRIPT == 'index'AND ($forum[forumid] = 10)">

What is wrong?


P.D: Please help me!

Triky
05-28-2007, 12:00 PM
Mine is a noob answer, note. You can try with this:


<if condition="THIS_SCRIPT == 'index'AND ($forum[forumid] == 10)">

I'm not sure.

Dismounted
05-28-2007, 12:04 PM
<if condition="THIS_SCRIPT == 'index' AND $forum['forumid'] == 10">