• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Thread Starter Image in Postbit for OP

Admin

Well-Known Member
Staff member
Administrator
This modification is simple. It will display a 'Thread Starter' graphic on all posts made by the original poster ("The OP") in each thread.

Only 1 image upload and 1 template edit required to make this work.

Step 1 - Upload the OP.png image to your forum's /images folder.

Step 2 - In your postbit_legacy template...

FIND
Code:
{vb:raw template_hook.postbit_userinfo_left}
<vb:if condition="$show['reputation']">

ABOVE that code ADD
Code:
<!-- SHOW OP IMAGE FOR POSTS -->

<vb:if condition="$thread[postusername]==$post[username]">
<div align="left" style="float:left;padding:7px;margin-bottom:5px;background-color:#252525;border:1px solid #000000;">
<img src="images/OP.png" alt="{vb:raw post.username} started this thread." />
</div>
</vb:if>

<!-- SHOW OP IMAGE FOR POSTS -->

That's it :)
[down]tuoitreit.vn_Thread-Starter-In-Postbit.zip (5.9kb)[/down]
 

Facebook Comments

New posts New threads New resources

Back
Top