The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Help ! i want to add an extra avatar under user name
Hi everyone
I`ve been browsing this site for a while and its been a real big help but i`m now stuck... I`m running vb 3.5.7 and what i`m trying to do is . where you have the user name on the left handside below that you have the user rank title and then the user set avatar i want to add an extra avatar below the user name and still keep the user rank title so the order it will run in is Username New avatar rank title existing avatar and under that the usual stuff thats already there such as location and posts which i want to keep as it is can anyone please help me Thanks :up: Forgot to mention this is to be used only for one user group if it makes any difference |
#2
|
|||
|
|||
Create a new user profile field.
Select Single-Line Text Box. Call it for example HONOURS, or something if for giving medals to your users. After that, note the FIELD NUMBER. Then go to Postbit or Postbit_legacy, and find: Code:
<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if> Code:
<if condition="$post[fieldX] != ''"><div> <img src="$post[fieldX]"> </div></if> NOTE: Replace X with the profile field number. |
#3
|
|||
|
|||
cheers kingpuyol
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|