Quote:
Originally Posted by Dave
Are you sure $post['postcount'] can be used for that? I thought that stores the current postcount of the user.
|
is the post number in a thread, starting back at 1 for the first post of every thread.
my if condition is not wrong, i just need a way to un-contradict myself, so i can show posts not post
1 within a div, in post 1... i think thats right lol, confussing myself now
Quote:
Originally Posted by greigeh
Can you not use defined <else conditions /> to get where you want to be?
|
ya could... see somewhere it would fit? lol.
hmmmm just an idea, tested - results 2 post down
HTML Code:
<if condition="$post[postcount] == 1">
POSTBIT TEMPLATE HERE
<div id="content1">
</if>
<if condition="$post[postcount] != 1">
POSTBIT TEMPLATE AGAIN HERE
</if>
<if condition="$post[postcount] == 1">
</div>
<div id="content2">
more stuff to only show if post one
</div>
</if>