Log in

View Full Version : Show infos only in thread of forumdisplay.php?f=XXX


fabioski
05-17-2008, 06:23 PM
How can I show some infos only in all thread of forum/forumdisplay.php?f=7

I suppose there is a code like this:
<if condition="____________________">
If thread is in forumdisplay n. 7 show...
<else />
...or else, show this.
</if>

Thanks!

veenuisthebest
05-17-2008, 07:19 PM
try this:-

<if condition="$forum[forumid] == 7"></if>