cum pot sa setez un avatar la utilizatorii fara avatar
Scris: 16-Ian-2014, 20:37:20
cum pot sa setez un avatar la utilizatorii fara avatar
forumul phpBB in limba romana. Opinii, implementari, ajutor, instructiuni si download.
https://phpbb3.ro/community/
Cod: Selectaţi tot
if (empty($avatar)
Cod: Selectaţi tot
if (empty($avatar) || !$avatar_type || (!$config['allow_avatar'] && !$ignore_config))
{
return '';
}
Cod: Selectaţi tot
return '<img src="images/avatars/default-avatar.jpg" alt="' . ((!empty($user->lang[$alt])) ? $user->lang[$alt] : $alt) . '" />';