View Full Version : Modification to Postbit
Spangle
08-30-2013, 12:19 PM
http://img42.imageshack.us/img42/1290/8k2r.png
As you can see I have rank images with rank titles on them, what I want to do is disable the default the default rank description in VB.
Can someone explain how to do this without using a hardspace, as I want to close the gap as well.
RickyH
08-31-2013, 06:59 AM
Are you sure it's not just the User Title? Check AdminCP find a user, for example yourself, and check that the "Usertitle" is set to "No". This may remove it. Otherwise, right click on the text in Chrome or Firefox, then click "Inspect Element". This will bring up Web Developer tools. If you find what the div tag is name as, with it's class or ID, you can then go in AdminCP Styles -> Find in Template -> Div's ID -> search -> Postbit_legacy template -> Remove the line of code where the text appears.
Spangle
08-31-2013, 07:24 AM
Thanks for pointing me in the right direction Ricky.
Anyone else wanting to remove it, this is the line of code to look for :
<span class="usertitle">
{vb:raw post.usertitle}
</span>
Remove that and only rank images will be displayed.
RickyH
08-31-2013, 08:19 AM
Not a problem. This method works for many things in vb, it's just finding the correct code in the correct template. 9 times out of 10, it's only in 1 template, although the odd time it may be in a couple of templates on the same skin. Using the "Inspect Element" option in Chrome & Firefox can be extremely helpful at times :)
obglobal.net
09-02-2013, 11:06 AM
Thanks for pointing me in the right direction Ricky.
Anyone else wanting to remove it, this is the line of code to look for :
<span class="usertitle">
{vb:raw post.usertitle}
</span>
Remove that and only rank images will be displayed.
I've managed to go through and delete this from individual member's postbit, but haven't managed to find a way to delete them all. May have not done it properly?
RickyH
09-03-2013, 09:12 AM
I've managed to go through and delete this from individual member's postbit, but haven't managed to find a way to delete them all. May have not done it properly?
If you remove it from Postbit_legacy template, it won't show on any user's postbit profile.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.