i've the same question tooStur wrote:I'm using a portal (phpBB3Portal v1.2.2). Is there a way to incorporate this mod into the portal's Random Member Block?
Thanks in advance!
no way?supercriss wrote:i've the same question tooStur wrote:I'm using a portal (phpBB3Portal v1.2.2). Is there a way to incorporate this mod into the portal's Random Member Block?
Thanks in advance!
Code: Select all
if (empty($row['user_avatar']) || !$row['user_avatar_type'])
{
$user_cache[$poster_id]['avatar']= '<img src="images/avatars/noavatar'.$row['user_gender'].'.gif" alt="' . ($user->lang['USER_AVATAR']) . '" />';
}