• Page 1 of 1
  • 1
No Avatar
Aloyasha
Posts: 75
Reputation: 2

Message # 1 | 10:11 PM
Is there a no avatar feature? I have seen on some sites, that every user that has no avatar show an no avatar pic, how do you do this?

Click^-^
Animorph
Posts: 2856
Reputation: 189

Message # 2 | 10:19 PM
Aloyasha, there is no such feature like this you can do that with conditional operators happy

like this for example <---

Code
<?if($USER_LOGGED_IN$)?><?if($USER_AVATAR_URL$)?><IMG SRC="$USER_AVATAR_URL$" width="100" height="100" BORDER="0">
  <?else?><img src="/noneavatar.gif" border="1" width="100" height="100"> <?endif?><?else?><?endif?>

To busy building a passive income online ;)
Aloyasha
Posts: 75
Reputation: 2

Message # 3 | 10:21 PM
Quote (Animorph)
Aloyasha, there is no such feature like this you can do that with conditional operators happy

like this for example <---
Code
<?if($USER_LOGGED_IN$)?><?if($USER_AVATAR_URL$)?><IMG SRC="$USER_AVATAR_URL$" width="100" height="100" BORDER="0">
<?else?><img src="/noneavatar.gif" border="1" width="100" height="100"> <?endif?><?else?><?endif?>

Thanks, Animorph, You place this code where you need/ want it?



Click^-^
Animorph
Posts: 2856
Reputation: 189

Message # 4 | 10:25 PM
Aloyasha, it is an example , and yes you can try it it should normally work , and as ou said you are well known with uCoz so you can work it our a bit
To busy building a passive income online ;)
  • Page 1 of 1
  • 1
Search: