PDA

View Full Version : Correct conditional for 'original poster'?


Bubble #5
07-28-2006, 06:31 PM
What is the correct < if > conditional to display something to only the original poster of a thread?

Paul M
07-28-2006, 07:57 PM
Well that would depend on where you are putting it.

Kirk Y
07-28-2006, 08:01 PM
Assuming you're using this in the showthread template:
<if condition="$thread[postusername] == $bbuserinfo[username]">You made this thread!</if>

Bubble #5
07-28-2006, 08:11 PM
Assuming you're using this in the showthread template
Yes showthread. Thanks acidburn0520, that looks like it should work :)