vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Is there a way to have a players avatar to the left of their Welcome (User Info) box? (https://vborg.vbsupport.ru/showthread.php?t=209928)

Vital Signs 03-31-2009 05:15 AM

Is there a way to have a players avatar to the left of their Welcome (User Info) box?
 
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/i2...e-avatar-2.jpg

and make it so it would appear more like this:

http://i74.photobucket.com/albums/i2...ome-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/showthrea...=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>


All times are GMT. The time now is 01:15 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01101 seconds
  • Memory Usage 1,720KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete