The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Hello,
I am trying to use <if condition="$post[.....]"> statement to condition an action to the newest(or post with the latest time stamp)on a page. Does anyone know the syntax? I am using the statement $post['islastshown'] - but that is based on the last one to display, not necessarily the latest post in that page. If not, what is an alternative way of doing it? Thanks |
|
#2
|
|||
|
|||
|
You will need to check the postid against the 'lastpostid' of the thread.
|
![]() |
|
|