Log in

View Full Version : Conditional (<if>) Question


xQuEeNzNaZcHox
12-27-2004, 01:36 AM
OK, I want to change the look of the first post in new threads in a specific forum. I presume that I can just use two <if> conditionals. What are the two I need? (One to specify that it needs to be the first post and one that needs to specify that it can only be in a certain forum)

Michael Morris
12-27-2004, 02:01 AM
Read your other thread - I answered. You only need one conditional.

<if condition="$post['postid']==$thread['firstpostid'] AND $forum['forumid']=='x'">
Do this postbit style
<else />
normal postbit
</if>