New messages Members Forum rules Search
  • Page 1 of 1
  • 1
Forum moderator: kostova  
uCoz Support Forum by uCozers » uCoz » Design Customization » How can I put the backpround image for avatar? (sml[answered])
How can I put the backpround image for avatar?
admin3437Date: Saturday, 2010 October 23, 10:44 PM | Message # 1
Font size: A | A |
Private
Group: User
Message: 12
[ ]
Offline
Hello!

First, sorry for my English, i'm Spanish cool

Here is my question:

How can I put the background image who is in the avatar?

Look at the image:

How can i put it? NOT the avatar, I mean the image on the background of avatar ^^, who resize to the proporcions of the avatar.

Thank you! And again sorry for mi English xD

Attachments: 3144692.jpg (90.1 Kb)
 
jackassDate: Sunday, 2010 October 24, 3:03 AM | Message # 2
Font size: A | A |
Major general
Group: Administrator
Message: 433
[ ]
Offline
You mean image witch is showing when there is no avatar?

Find your avatar code and replace with this

Code
<?if($_AVATAR$)?>$_AVATAR$<?else?><img src="LINK TO YOUR IMGAE" border="0"><?endif?>

Quote (admin3437)
sorry for my English

Don't worry smile


 
njustedDate: Sunday, 2010 October 24, 4:10 AM | Message # 3
Font size: A | A |
Private
Group: User
Message: 12
[ ]
Offline
No, i don't mean this. I mean the background before avatar, theres an image.

Hey, why the code doesn't go?:

Code
<table border="0" cellpadding="0" cellspacing="0">
  <tbody><tr>
  <td background="http://www.ucozers.ucoz.com/profile_user/images/avatar/top-left-c.png" height="17" width="17">
  </td>

  <td background="http://www.ucozers.ucoz.com/profile_user/images/avatar/top.png" height="17">
  </td>

  <td background="http://www.ucozers.ucoz.com/profile_user/images/avatar/top-right-c.png" height="17" width="17">
  </td>
  </tr>
  <tr>
  <td background="http://www.ucozers.ucoz.com/profile_user/images/avatar/left.png" width="17">
  </td>

  <td>
  <?if($AVATAR_URL$)?><img src="$AVATAR_URL$"><?else?><img src="http://njusted.com/perfilnjusted/noavatar.png" border="0" width="100" height="100"><?endif?>
</td>
  <td background="http://www.ucozers.ucoz.com/profile_user/images/avatar/right.png" width="17">
  </td>
  </tr>
  <tr>
  <td background="http://www.ucozers.ucoz.com/profile_user/images/avatar/bottom-left-c.png" height="17" width="17">
  </td>

  <td background="http://www.ucozers.ucoz.com/profile_user/images/avatar/bottom.png" height="17">
  </td>
<td background="http://www.ucozers.ucoz.com/profile_user/images/avatar/bottom-right-c.png" height="17" width="17">
  </td>
  </tr>
  </tbody></table>

I put it on appareance of entries on Forum Design, but doesn´t appear fine. But, in User personal page, appears good. Why?

Thank you!

Edited Bynjusted - Sunday, 2010 October 24, 4:45 AM
 
jackassDate: Sunday, 2010 October 24, 5:45 PM | Message # 4
Font size: A | A |
Major general
Group: Administrator
Message: 433
[ ]
Offline
Code
<div align="center">
  <table border="0" cellpadding="0" cellspacing="0">
  <tbody><tr>
  <td width="17" background="/images/profile/top-left-c.png" height="17">
  </td>
  <td background="/images/profile/top.png" height="17">
  </td>

  <td width="17" background="/images/profile/top-right-c.png" height="17">
  </td>
  </tr>
  <tr>
  <td width="17" background="/images/profile/left.png">
  </td>
  <td>
  <span id="avatar"><?if($_AVATAR$)?>$_AVATAR$<?else?><img src="/images/noavatar.png" border="0"><?endif?></span>
</td>
  <td width="17" background="/images/profile/right.png">
  </td>
  </tr>
  <tr>
  <td width="17" background="/images/profile/bottom-left-c.png" height="17">
  </td>
  <td background="/images/profile/bottom.png" height="17">
  </td>
<td width="17" background="/images/profile/bottom-right-c.png" height="17">
  </td>
  </tr>

  </tbody></table></div>

Here is a code and you will need to download archive and extract it in your file manager: /images/profile

Attachments: New_folder.rar (2.8 Kb)


 
njustedDate: Sunday, 2010 October 24, 6:05 PM | Message # 5
Font size: A | A |
Private
Group: User
Message: 12
[ ]
Offline
Not work.

The code for forum is: $AVATAR_URL$, not $_AVATAR$

Why does not work?

Thank you!

 
jackassDate: Sunday, 2010 October 24, 6:25 PM | Message # 6
Font size: A | A |
Major general
Group: Administrator
Message: 433
[ ]
Offline
njusted, you didn't say that you need it for forum!

Code
<table align="center" border="0" cellpadding="0" cellspacing="0">
  <tbody><tr>
  <td width="17" background="/images/profile/top-left-c.png" height="17">
  </td>
  <td background="/images/profile/top.png" height="17">
  </td>

  <td width="17" background="/images/profile/top-right-c.png" height="17">
  </td>
  </tr>
  <tr>
  <td width="17" background="/images/profile/left.png">
  </td>
  <td>
<?if($AVATAR_URL$)?><img src="$AVATAR_URL$" border="0"><?else?><img src="/images/noavatar.png" border="0"><?endif?>
</td>
  <td width="17" background="/images/profile/right.png">
  </td>
  </tr>
  <tr>
  <td width="17" background="/images/profile/bottom-left-c.png" height="17">
  </td>
  <td background="/images/profile/bottom.png" height="17">
  </td>
<td width="17" background="/images/profile/bottom-right-c.png" height="17">
  </td>
  </tr>
  </tbody></table>


 
njustedDate: Sunday, 2010 October 24, 6:40 PM | Message # 7
Font size: A | A |
Private
Group: User
Message: 12
[ ]
Offline
Ohm, sorry xD.

The code, again, doesn't work .... The avatar shows, but the other images (/images/profile/left.png) no...

I replace it with my images, but he doesn't work.

Thanks again!!

Added (2010 October 24, 6:40 PM)
---------------------------------------------
I put all code from Appareance of entrie in FOrum:

Code
<table border="0" width="100%" cellspacing="1" cellpadding="2" class="postTable">
<tr><td width="23%" class="postTdTop" align="center"><a class="postUser" href="javascript://" rel="nofollow" onClick="emoticon('[b]$USERNAME$[/b],');return false;">$USERNAME$</a></td><td class="postTdTop"><?if($AWARDS_DO_URL$ && $USER_LOGGED_IN$ && $CUR_USER_ID$!=$UID$)?><div style="float:right"><a href="javascript://" rel="nofollow" onclick="new _uWnd('AwD','Otorgar premio',380,200,{autosize:1,maxh:300},{url:'/index/55-$UID$-28-forum-$FID$_$TID$_$ID$_16_$TIMESTAMP$'});return false;"><img alt="" src="http://s102.ucoz.net/img/icon/thumbu.png" width="13" border="0" title="Puesto bueno"></a> <a href="javascript://" rel="nofollow" onclick="new _uWnd('AwD','Otorgar premio',380,200,{autosize:1,maxh:300},{url:'/index/55-$UID$-47-forum-$FID$_$TID$_$ID$_16_$TIMESTAMP$'});return false;"><img alt="" src="http://s102.ucoz.net/img/icon/thumbd.png" width="13" border="0" title="Puesto malo"></a></div><?endif?>Fecha: $WDAY$, $DATE$, $TIME$ | Mensaje # $NUMBER$</td></tr>
<tr><td class="postTdInfo" valign="top">

   
   
  <div align="center">
<table align="center" border="0" cellpadding="0" cellspacing="0">
   <tbody><tr>
   <td width="17" background="http://njusted.com/perfilnjusted/images/profile/top-left-c.png" height="17">
   </td>
   <td background="http://njusted.com/perfilnjusted/images/profile/top.png" height="17">
   </td>

   <td width="17" background="http://njusted.com/perfilnjusted/images/profile/top-right-c.png" height="17">
   </td>
   </tr>
   <tr>
   <td width="17" background="http://njusted.com/perfilnjusted/images/left.png">
   </td>
   <td>
<?if($AVATAR_URL$)?><img src="$AVATAR_URL$" border="0"><?else?><img src="http://njusted.com/perfilnjusted/images/noavatar.png" border="0"><?endif?>
</td>
   <td width="17" background="http://njusted.com/perfilnjusted/images/profile/right.png">
   </td>
   </tr>
   <tr>
   <td width="17" background="http://njusted.com/perfilnjusted/images/profile/bottom-left-c.png" height="17">
   </td>
   <td background="http://njusted.com/perfilnjusted/images/profile/bottom.png" height="17">
   </td>
<td width="17" background="http://njusted.com/perfilnjusted/images/profile/bottom-right-c.png" height="17">
   </td>
   </tr>
     </tbody></table></div>
   
   
   
   
  <?if($USER_TITLE$)?><div class="postRankName">$USER_TITLE$</div><?else?><div class="postRankName">$USER_RANK_NAME$</div><?endif?>

<?if($GROUP_ICON$)?><div class="postRankIco">$GROUP_ICON$</div><?else?><div class="postRankIco">$USER_RANK_ICON$</div><?endif?>
<?if($GROUP_NAME$)?><div class="postUserGroup">Grupo: $GROUP_NAME$</div><?endif?>
<?if($POSTS$)?><div class="numposts">Mensajes: <span="unp">$POSTS$</span></div><?endif?>
<?if($AWARDS_READ_URL$)?><div class="reputation">Premios: <a href="$AWARDS_READ_URL$" title="Lista de premios"><span class="repNums"><b>$AWARDS$</b></span></a> <?if($AWARDS_DO_URL$)?> <a href="$AWARDS_DO_URL$"><span style="font-size:10pt" title="Otorgar premio"><b>+</b></span></a><?endif?><?endif?>
<?if($READ_REP_URL$)?><div class="reputation">Reputación: <a title="Ver historial de reputación" class="repHistory" href="$READ_REP_URL$"><b>$REP_RATING$</b></a> <?if($DO_REP_URL$)?>  <a class="reputationDo" title="Cambiar reputación" href="$DO_REP_URL$"><span style="font-size:10pt"><b>±</b></span></a></div><?endif?><?endif?>
<?if($READ_BAN_URL$)?><div class="userBan">Observaciones: <a class="banPercent" title="Ver historial de observaciones" href="$READ_BAN_URL$">$BAN_RATING$</a> <?if($DO_BAN_URL$)?>  <a title="Cambiar nivel de observaciones" class="banDo" href="$DO_BAN_URL$">±</a></div><?endif?><?endif?>
<?if($USER_STATUS$)?><div class="statusBlock">Estatus: $USER_STATUS$</div><?endif?>
<?if($GROUP_ID$)?> <?else?><br><br><br><br><br><?endif?>
</td><td class="posttdMessage" valign="top">$MESSAGE$
<?if($ATTACHMENT$)?> <div align="left" class="eAttach"><img src="http://njusted.com/iconos/attach.png" border="0" alt="" />Adjuntos: $ATTACHMENT$</div><?endif?>
<?if($SIGNATURE$)?><br><hr size="1" width="150" align="left" class="signatureHr"><span class="signatureView">$SIGNATURE$</span><?endif?>
<?if($EDITEDBY$)?><br><br><div class="edited">Mensaje lo ha editado $EDITEDBY$</div><?endif?></td></tr>
<tr><td class="postBottom" align="center"><?if($USER_IP$)?><div class="postip">[ <a class="postIpLink" href="http://www.ripe.net/perl/whois?$USER_IP$" target="_blank">$USER_IP$</a><?if($POST_COUNTRY_ID$)?> (<a href="javascript://" rel="nofollow" onclick='prompt("","$POST_COUNTRY$");return false;'>$POST_COUNTRY_ID$</a>)<?endif?> ]</div><?else?> <?endif?></td><td class="postBottom">
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr><td>$USER_DETAILS_ICON_BAR$</td><td align="right" style="padding-right:15px;">$ENTRY_MANAGE_ICON_BAR$</td><td width="2%" nowrap align="right">$ON_TOP_ICON$$DEL_ENTRY_FIELD$</td></tr>
</table></td></tr></table>

What's wrong?

 
jackassDate: Sunday, 2010 October 24, 6:57 PM | Message # 8
Font size: A | A |
Major general
Group: Administrator
Message: 433
[ ]
Offline
Quote
http://njusted.com/perfilnjusted/images/profile/top-left-c.png

There is no image!


 
SDMTEAMDate: Saturday, 2011 June 04, 1:48 PM | Message # 9
Font size: A | A |
Private
Group: User
Message: 14
[ ]
Offline
i like Your avatar please provide your Avatar code

Like this


Thanks its
Attachments: 4588270.png (17.4 Kb)


Edited BySDMTEAM - Monday, 2011 June 06, 10:30 AM
 
KikxasDate: Thursday, 2011 July 14, 7:40 PM | Message # 10
Font size: A | A |
Private
Group: User
Message: 1
[ ]
Offline
How can i extract files to file manager??? Help
 
uCoz Support Forum by uCozers » uCoz » Design Customization » How can I put the backpround image for avatar? (sml[answered])
  • Page 1 of 1
  • 1
Search:


Copyrights uCozers 2009 - 2024 To TOP
Refresh Smileys Manager