View Full Version : How would I do this?
MahdyE23
05-08-2013, 12:39 AM
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?
MahdyE23
05-09-2013, 01:51 AM
Can anyone help me?
Reycer
05-09-2013, 02:22 AM
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
MahdyE23
05-09-2013, 02:33 AM
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
That's not what I was referring to though. That adds it in the "About me" section. I don't want it added there, I want to be able to add it under the post counts, where it says thank(s) given, etc. I posted examples...
Lynne
05-09-2013, 04:36 PM
There is an article in the vB4 Articles forum on how to do that.
MahdyE23
05-10-2013, 12:52 AM
There is an article in the vB4 Articles forum on how to do that.
Can you link me to it please?
I was following this tutorial: http://moeseo.com/forum/showthread.php?1567-How-to-add-custom-profile-fields-to-the-postbit-template
but first of all, I didn't have this 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>
I only had this: $post[yahooicon]</div>
And then I was getting some stupid error trying to add it. Can I please get some help ..
I get this error:
http://prntscr.com/147b7d
And it doesn't show up on my profile either.
nerbert
05-10-2013, 01:45 AM
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
IGN: $post[field7]
change it to
IGN: {vb:raw post.field7}
I think that will do it.
Lynne
05-10-2013, 01:46 AM
Can you link me to it please?
Search works pretty well here.
https://vborg.vbsupport.ru/showthread.php?t=250418
MahdyE23
05-10-2013, 03:01 AM
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
IGN: $post[field7]
change it to
IGN: {vb:raw post.field7}
I think that will do it.
Okay, I now have it added but how would people add their name to it? Would they have to make new accounts? Because all it shows is this:
http://prntscr.com/147ni3
Any idea on how I would edit it?
nerbert
05-10-2013, 03:46 AM
Have you created a new profile field for the name? "field7" refers to a custom profile field.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.