PDA

View Full Version : Template Conditional To Only Show an Item on the First Thread Page


BamaStangGuy
02-19-2007, 07:38 PM
I only want to show something on the first page of a thread. What kind of conditional would I use for this?

harmor19
02-19-2007, 09:12 PM
Off the top of my head I'd use

<if condition="$post[postcount] == 1">
text here
</if>