The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Placing a user rank UNDER the avatar
Hello,
I'm new to the forums so please excuse if there is a thread with an answer. I've searched but haven't found anything, many of the terms are new to me. I would like to add a user rank which I do know how to do. But I would like for it to show up UNDER the avatar as opposed to above it. Any help would be hugely appreciated. Thanks |
#2
|
||||
|
||||
Can you post a link so we can see what you have so far.
|
#3
|
||||
|
||||
To create a rank, just see the manual - http://www.vbulletin.com/docs/html/u...rsion=40200603 To move it below the avatar, you would just move the code in the postbit_legacy (or just postbit, you didn't say which you use) to beneath the avatar.
|
#4
|
|||
|
|||
Quote:
Where do I find the post bit_legacy or postbit? And how do I know which I have? |
#5
|
||||
|
||||
If your userinfo is on the left, you are using the postbit_legacy. If it's on the top, you are using the postbit template. Both are found in Styles & Templates > Style Manager > find style > Edit templates > go down to Postbit Templates > double-click and the templates should show.
|
#6
|
|||
|
|||
Thanks so much!
--------------- Added [DATE]1365796086[/DATE] at [TIME]1365796086[/TIME] --------------- So I found the correct area but I'm not positive what I'm supposed to be moving and where. I've attached a screen shot. Thanks Screen Shot 2013-04-12 at 3.45.48 PM by FeliciaMcTernan~LightInspired, on Flickr |
#7
|
||||
|
||||
Just move the rank code, which should be something like this:
HTML Code:
<vb:if condition="$post['rank']"> <span class="rank">{vb:raw post.rank}</span> </vb:if> HTML Code:
<vb:if condition="$show['avatar']"> <a class="postuseravatarlink" href="{vb:link member, {vb:raw post}}" title="{vb:rawphrase {vb:raw post['onlinestatusphrase']}, {vb:raw post.username}}"> avatar stuff here..... </a> </vb:if> |
#8
|
|||
|
|||
Lynne,
I really appreciate the help. I thought that I had placed the code in the correct spot but it was totally wacky when I check it. Can you show me exactly where on this it should be placed? Thanks Screen Shot 2013-04-12 at 11.09.12 PM by FeliciaMcTernan~LightInspired, on Flickr |
#9
|
||||
|
||||
Your flickr image is not available.
Did you make sure to put it in the <div> *after* the avatar code I quoted (you never said which template you are using so I could not be exact)? |
#10
|
|||
|
|||
Here is the screenshot. I wasn't sure where the avatar section ended.
Screen Shot 2013-04-12 at 11.09.12 PM by FeliciaMcTernan~LightInspired, on Flickr |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|