![]() |
Add (OP) to thread starter's postbit
1 Attachment(s)
https://vborg.vbsupport.ru/external/2012/05/54.png
Go to your postbit/postbit legacy template. Look for where you want to add the (OP) text for the thread starter, and paste this code there: Code:
<if condition="$thread['postuserid'] == $post['userid']"><div class="smallfont"><b>(OP)</b></div></if> Anyway, enjoy! :) |
can you tell where to add this code exactly!
|
In Postbit_legacy.
Find: HTML Code:
$template_hook[postbit_userinfo_right] HTML Code:
<if condition="$thread['postuserid'] == $post['userid']"><div class="smallfont" align="center"><b>(OP)</b></div></if> |
thankyou
|
Nice addition, thanx :)
|
thank you
|
No problem. :)
|
Nice addition, thanx
|
Welcome.
|
Nice addition, thanx
|
Thanks alot, working like charm.
|
How to make it so this doesn't show for the first post of the thread? Because obviously, they are the original poster if you are viewing the first post of the thread.
|
Quote:
Code:
<if condition="$thread['postuserid'] == $post['userid']" && $post[postcount] !== 1><div class="smallfont"><b>(OP)</b></div></if> |
Maybe You could post a updated code with image to add with it i mean replace "(OP)" to the Image to be shown here....
|
Code:
<if condition="$thread['postuserid'] == $post['userid']"><div><img src="IMAGEURLHERE" alt="Thread Starter"></div></if> |
All times are GMT. The time now is 03:28 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|