Basically I would use this hack for a project (work in progress) type thread. The thread creator posts a thread (his/her project) then people comment on it. I want a way to show when the THREAD STARTER posts to a thread so that users know when he/she has posted an update to their project. A time limit would be nice, either till the next post is made, or x amount of time (say 1 hour). For my purposes I would limit this to show ONLY on the forumdisplay page and ONLY in particular forums that pertain to projects.
I run a 3D Graphics forum so users/members are often posting threads showing their 3D project during it's creation. It would be a nice tool to be able to indicate when the threads creator updates their thread.
How do they show "updated" on vbulletin.org?
Aceman
Thanks to Boofo he's kinda pointed me in the right direction:
This could be done with a conditional:
---
IF lastpost = threadcreator THEN show "updated" on forumdisplay ELSE show nothing.
More soon.
|