View Full Version : Usertitle & Rank Image below Avatar
Chivster
09-01-2013, 09:02 PM
Hello out there,
I searched around the internet, and vb.org and .com, but havent been able to find a solution that works for me..
How do I put usertitle and rank image below Avatar in 4.2.1? I got Postbit_legacy (user left to post)
I've searched in both SeamusBlue & Deafult Style, and havent been able to find the proper lines to sort this out.
Thanks in advance!
Chivster.
Spangle
09-01-2013, 10:34 PM
You need to find these lines :
<span class="usertitle">
{vb:raw post.usertitle}
</span>
<vb:if condition="$post['rank']">
<span class="rank">{vb:raw post.rank}</span>
</vb:if>
and move them below the avatar :
<a class="postuseravatar" href="{vb:link member, {vb:raw post}}" title="{vb:rawphrase {vb:raw post['onlinestatusphrase']}, {vb:raw post.username}}">
<img src="{vb:raw post.avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw post.username}}" title="{vb:rawphrase xs_avatar, {vb:raw post.username}}" />
</a>
I think !! that will work, you may need to experiment a bit
Chivster
09-02-2013, 12:17 PM
Thanks for the help :)
How do I then edit it on ''My Profile'' and when you check someones user page?
--------------- Added 1378152014 at 1378152014 ---------------
Anyone ?
RickyH
09-03-2013, 10:18 AM
Thanks for the help :)
How do I then edit it on ''My Profile'' and when you check someones user page?
--------------- Added 1378152014 at 1378152014 ---------------
Anyone ?
If you are on Chrome, or Firefox (with Firebug plugin installed), right click the area on the member's page and click "Inspect Element". If you find what the div id or class is, you can then go into AdminCP under styles & templates and "Find in Templates" the name of the Div id or class. It may give multiple templates, but only if it's a class. If it does, correspond it to the "members" profile template, or something similar. Then you can find and edit the code in there as you wish :)
Chivster
09-03-2013, 04:08 PM
Im sorry but it did not help me at all, im still confused on how to, apart of knowing its somewhat in the ''Memberinfo'' template.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.