Quote:
Originally Posted by sabret00the
ok that's where your problem lies. my advice to you would be to chance
PHP Code:
$navbaravatar = "<img src=\"" . $vbulletin->options[bburl] . "/$stylevar[imgdir_misc]/noavatar.gif\" alt=\"Your Avatar\" border=\"0\" />"; // "<span class=\"smallfont\">No Avatar<br/ >Specified</span>";
to
PHP Code:
$navbaravatar = "<img src=\"" . $vbulletin->options[homeurl] . "/$stylevar[imgdir_misc]/noavatar.gif\" alt=\"Your Avatar\" border=\"0\" />"; // "<span class=\"smallfont\">No Avatar<br/ >Specified</span>";
|
bingo! thanks a bunch!!
do you have any advice in regards to the avatar not showing up on the 'search with no results' page?