PDA

View Full Version : Is there a way to have a players avatar to the left of their Welcome (User Info) box?


Vital Signs
03-31-2009, 05:15 AM
As we all know the standard vBulletin has your Welcome (User Info) box in the top right above the forums informing you of new PM's and etc.

I was hoping to be able to display their avatar to the left of that area in the blank space on my forums, shown below

http://i74.photobucket.com/albums/i252/business-spice/Black%20Water%20Ops/welcome-avatar-2.jpg

and make it so it would appear more like this:

http://i74.photobucket.com/albums/i252/business-spice/Black%20Water%20Ops/welcome-avatar.jpg

Any ideas on how this can be done?

Thanks so much if you can help!!!

mmoore5553
03-31-2009, 01:49 PM
There is a mod it is for older vbulletin but it is a plugin and all the variables are still true. I use it on my 3.8.1 board

https://vborg.vbsupport.ru/showthread.php?t=99498&highlight=navbar+avatar

NativeWarrior
03-31-2009, 09:11 PM
Hey, I'm still a newbie in need of some help. I'm running 3.8.1 and how do I do this last part?? Do I enter this in the Admin Control Panel??

open you navbar template and find:
==================================
<else />

<td class="alt2" nowrap="nowrap" style="padding:0px">

<!-- login form -->
==================================

add above
==================================
<td class="alt1"><a href="$vboptions[bburl]/profile.php?do=editavatar">$navbaravatar</a></td>
==================================

mmoore5553
03-31-2009, 09:31 PM
you go in admincp and then style and templates and then choose your style and drop down pick edit templates and then look for navigation and breadcrumbs . Click on it and you should see navbar.

NativeWarrior
03-31-2009, 10:08 PM
so do you replace:
<td class="alt2" nowrap="nowrap" style="padding:0px">
With
<td class="alt1"><a href="$vboptions[bburl]/profile.php?do=editavatar">$navbaravatar</a></td>

Or do you just paste it on top of <td class="alt2" nowrap="nowrap" style="padding:0px">

mmoore5553
03-31-2009, 10:21 PM
paste the new code above the other code you found.

Dismounted
04-01-2009, 07:04 AM
<a href="http://www.vbulletin.com/docs/html/styles_and_templates" target="_blank">Styles & Templates</a>