The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How would I do this?
Hey guys, is there a way to add something extra under the avatar? Like for example, how it says this:
http://prntscr.com/13wql7 I have a server and I want to add something called "In Game Name" so people can post their in game name and it can be visible under their avatar along with their posts, etc. I only figured out a way to add it in the "About Me", only I don't want it there. I want it here: http://prntscr.com/13wql7 Is it even possible? I want to end up making it look like this: http://prntscr.com/13wr6g Being able to add "IGN" and stuff. How would I do that? |
#2
|
|||
|
|||
Can anyone help me?
|
#3
|
|||
|
|||
It's all in the manual, just follow the instructions here and add anything you want:
http://www.vbulletin.com/docs/html/main/profile_add |
#4
|
|||
|
|||
Quote:
|
#5
|
||||
|
||||
There is an article in the vB4 Articles forum on how to do that.
|
#6
|
|||
|
|||
Can you link me to it please?
I was following this tutorial: http://moeseo.com/forum/showthread.p...stbit-template but first of all, I didn't have this code: Code:
if condition="$show['reputation']"><div><if condition="$show['reppower']">$vbphrase[reppower]: $post[reppower]</if>$post[reputationdisplay]</div></if> <div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon]</div> Code:
$post[yahooicon]</div> I get this error: http://prntscr.com/147b7d And it doesn't show up on my profile either. |
#7
|
|||
|
|||
From the last image you posted it looks like you almost have it working, it just isn't in proper form for vB4. Where you have
Code:
IGN: $post[field7] change it to Code:
IGN: {vb:raw post.field7} |
#8
|
||||
|
||||
|
#9
|
|||
|
|||
Quote:
http://prntscr.com/147ni3 Any idea on how I would edit it? |
#10
|
|||
|
|||
Have you created a new profile field for the name? "field7" refers to a custom profile field.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|