OP/Thread Starter Flag

Status
Not open for further replies.

Confuzzled

Member
Joined
Aug 16, 2008
Messages
704
When reading through a long thread with replies from several posters, it can get difficult keeping track of who started the thread and their replies.

On some VBB boards, the Original Poster's ID is flagged as OP or Thread Starter. I don't know is this is an internal option of VBB or a modification, but it makes things a lot easier.
 

Attachments

  • TS_Flag.jpg
    TS_Flag.jpg
    5.3 KB · Views: 297
  • OP_Flag.jpg
    OP_Flag.jpg
    5.4 KB · Views: 285

WayneH

Forums Veteran
Super Moderator
Joined
Dec 16, 2000
Messages
7,545
Location
Your master site
I think it's a plug-in or possibly a feature of a newer version of vB. I'm not a vB guru so I can't say for sure.

If it's a plug-in it's going to be a no due to the customization Lindsay has done to the forum.
 

KC1UA

Scan New England Janitor/Maintenance
Database Admin
Joined
Oct 27, 2002
Messages
2,148
Location
Marstons Mills, Cape Cod, Massachusetts
I run the latest version of vB and I'm not familiar with this feature (or I'm flat out missing it). I'd bet it's a plug-in, but a quick search at vbulletin.org using "show original poster" or "show thread starter" didn't show anything obvious.

I've been running vB for years and don't recall reading, hearing about, or seeing such a feature.
 

bezking

Member
Joined
Aug 5, 2006
Messages
2,656
Location
On the Road
*sigh* It's odd. It's not a feature but it's not a plugin. To get this to happen an administrator would have to modify the theme that the forums are using. You would have to navigate to the "postbit" template and add the following in there where you want it to say OP:

Code:
<if condition="$thread[postusername]==$post[username]">
*OP
</if>

Very strange, I know, but that's the way to do it according to Jelsoft's forums...
 

Ozi

Member
Joined
Mar 26, 2009
Messages
10
easy to do on both 3 series and 4 series vb

:)
 

Attachments

  • starter.jpg
    starter.jpg
    123 KB · Views: 203

Sinister

Member
Premium Subscriber
Joined
Sep 5, 2008
Messages
350
Location
New Hampshire
This can be done with a template edit to the postbit or postbit_legacy depending on which is being used. Where you want it to appear on the post.
Ben has some of the code needed but not all to add this. Also need to add either an image or just text ie.. "Thread Starter" and what ever color you want if its text depends on how you want to go. If your interested Wayne send me a PM.
 
Last edited:
Status
Not open for further replies.
Top