Back to vBulletin 3.7 Add-ons

Image ranks in postbit
Mod Version: 1.00, by kentona

This modification is in the archives.
vB Version: 3.7.4 Rating: (0 vote - 0 average) Installs: 8
Released: 27 Nov 2008 Last Update: Never Downloads: 0
Not Supported Template Edits Translations  

Hi everyone,

A while ago i noticed that vbulletin doesn't have it's own rank system so i decided to create one myself. This hack will show you how to add image ranks to your postbit.

Installing:

- In your admin cp go to styles and templates.
- Choose your skin and go edit template.
- Scroll down to postbit template and either click on postbit or postbit legacy. It doesn't matter which one you choose.
- Search for this bit of code,

Code:
<div id="postmenu_$post[postid]">
				<if condition="$show['profile']">
				<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
				<script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>
				<else />
				$post[musername]
				</if>
			</div>
Below that add this code. You will need to change the displaygroupid to whatever number yours is which can be found in usergroups. Upload the image to anything such as photoshack, imageshack etc.

If you want to add more just copy and paste the text and don't forget to add an extra </if> at the end.

Code:
<if condition="($post[displaygroupid]== 6)">
<img src="http://www.photoshack.com/albums/userpics/16875/admin.gif" 
<else />
<if condition="($post[displaygroupid]== 11)">
<img src="http://www.photoshack.com/albums/userpics/16875/premium.gif" 
<else />
<if condition="($post[displaygroupid]== 7)">
<img src="http://www.photoshack.com/albums/userpics/16875/moderator.gif" 
<else />
<if condition="($post[displaygroupid]== 5)">
<img src="http://www.photoshack.com/albums/userpics/16875/gmod.gif" 
<else />
$post[usertitle]
</if>
</if>
</if>
</if>
- After that click save and view any topic. You will now notice your images appears just under the usernames.

This hack works with all versions of vbulletin. If you have any questions just ask and i will help you.

~kentona~

Download

No files for download.

Screenshots

Click image for larger version
Name:	Postbit.jpg
Views:	637
Size:	54.6 KB
ID:	89894  

Similar Mods

Show Thread Enhancements Army Ranks for Postbit vBulletin Rank Sets

vblts.ru supports vBulletin®, 2022-2024