Hi, I have a conditional:-
<if condition="(!$GLOBALS['FIRSTPOSTID'])
This targets the first post shown on each page of a thread....
I need to be more specific and limit it to the very post in the thread only (the thread starting post)
Can anyone give me the correct conditional statement I need to use?
Thanks
<if condition="(!$GLOBALS['FIRSTPOSTID'])
This targets the first post shown on each page of a thread....
I need to be more specific and limit it to the very post in the thread only (the thread starting post)
Can anyone give me the correct conditional statement I need to use?
Thanks
Comment