Quote:
Originally Posted by sabret00the
GROUP LEADER ICON NOT SHOWING UP:
Only do this, if it is an isolated problem, in forums/includes/function_grps.php find:
PHP Code:
$raw_groupinfo['leaderavatar'] = "<img src=\"" . $vbulletin->options['bburl'] . "/" . fetch_avatar_url($raw_groupinfo['leaderid']) . "\" alt=\"Group Leader: " . $raw_groupinfo['leadername'] . "\" />";
and replace with
PHP Code:
$raw_groupinfo['leaderavatar'] = "<img src=\"" . fetch_avatar_url($raw_groupinfo['leaderid']) . "\" alt=\"Group Leader: " . $raw_groupinfo['leadername'] . "\" />";
|
This doesn't help me at all, it still doesn't work...
http://forums.myetalk.com/groups/groups.php?g=1
Any suggestions?