
06-19-2010, 07:16 PM
|
 |
|
|
Join Date: Jan 2010
Posts: 2,559
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by BirdOPrey5
<if condition="$thread['forumid'] == 3 AND $post['postcount'] == 1>
Custom HTML Code
</if>
You just have to make sure those elements are available in the template you are editing, which I guess is the postbit so should be OK.
If it doesn't work try taking the single quotes out.
|
For forums it should be
HTML Code:
$forum[forumid]
instead
|