![]() |
uninstalled, didn't work and i've got no time to read about solutions.
Anyway, thnx |
If you send me additional information and the URL to your board perhaps I can help you to resolve this problem and get it work.
|
Quote:
|
Yes...
|
I also need help pls, vba does not show the avatar...
|
What do you have selected under vBadvanced Global Options?
And it also would be great if you can post your url... |
navbaravatar, as written in another Thread. The mod is still working, but the avatar is not there - maybe the path of the avatar need to be adjusted in vbadvanced.
I´ll send you acount informations separated since you need to be registered to see the avatar in navbar;-) |
this is a nice little hack, but seriously, is it worth having your credits on the bottom of my site? i don't think so. uninstalled.
|
remove this if ($vbulletin->userinfo['avatarid'])
{ // using a predefined avatar $avatar = $db->query_first("SELECT avatarpath FROM " . TABLE_PREFIX . "avatar WHERE avatarid = " . $vbulletin->userinfo['avatarid'] . ""); $avatarid = $avatar['avatarid']; $navbaravatar = "<img src=\"" . $vbulletin->options['bburl'] . "/" . $avatar['avatarpath'] ."\" alt=\"Your Avatar\" height=\"". $vbulletin->options['navbarwithavatar_height'] ."\" border=\"0\" />"; } else { // not using a predefined avatar, check for custom if ($avatar = $db->query_first("SELECT dateline, userid FROM " . TABLE_PREFIX . "customavatar WHERE userid = " . $vbulletin->userinfo['userid'] . "")) { // using a custom avatar $navbaravatarurl = ($vbulletin->options['usefileavatar']) ? "" . $vbulletin->options['avatarurl'] . "/avatar$avatar[userid]_" . $vbulletin->userinfo['avatarrevision'] . ".gif" : "" . $vbulletin->options['bburl'] . "/image.php?u=" . $vbulletin->userinfo['userid'] . "&dateline=" . $avatar['dateline'] . ""; $navbaravatar = "<img src=\"$navbaravatarurl\" alt=\"Your Avatar\" height=\"". $vbulletin->options['navbarwithavatar_height'] ."\" border=\"0\" />"; } else { // no avatar specified $nouseavatarchecked = HTML_CHECKED; $avatarchecked[0] = ''; $navbaravatar = "<img src=\"" . $vbulletin->options['navbarwithavatar_default'] ."\" alt=\"Your Avatar\" height=\"". $vbulletin->options['navbarwithavatar_height'] ."\" border=\"0\" />"; // "<span class=\"smallfont\">No Avatar<br/ >Specified</span>"; } } if (strpos($vbulletin->options['copyrighttext'], 'Navbar mit Avatar von <a href="http://www.2-wheel-planet.de" target="_blank" rel="follow">Kolbi</a>') === false) { $vbulletin->options['copyrighttext'] .= 'Navbar mit Avatar von <a href="http://www.2-wheel-planet.de" target="_blank" rel="follow">Kolbi</a>'; } |
Nice mod just installed and trying hard to remove the copyright from the bottom of my forum
any chance you can tell me how to remove it? its kind of old mod now so would be nice and good thing for you to do. I remove that @ravenfaust and no avatars show anymore? |
All times are GMT. The time now is 09:33 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|