PDA

View Full Version : Avatar showing in Welcome Panel


flup
12-18-2002, 04:35 PM
I won't see my Avatar in the welcome panel !!
I tried many other strings to show it but noting works,
even the original from the hack doesn't.

What could be the problem?

TECK
12-19-2002, 04:16 AM
It doesn't help at all what you just posted. Please be more specific and give as much details as possible. Post also the relevant code.. Just by saying: is not working.. you think someone will answer to you?
Post here some more info and I will look into it. :)

flup
12-19-2002, 09:53 AM
Ok here is the Welcome Panel Code:


<!-- welcomepanel -->
<table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{tablebordercolor}" {tableouterextra} width="{contenttablewidth}" align="center">
<tr>
<td>
<table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%">
<tr id="cat">
<td bgcolor="{categorybackcolor}" colspan="6"><normalfont color="{categoryfontcolor}"><b>Welcome</b></normalfont></td>
</tr>
<tr>
<td bgcolor="{secondaltcolor}" align="center" valign="top" width="100">$userinfo[avatar]</td>
<td bgcolor="{firstaltcolor}">
<smallfont>
$unregwelcomemessage
$welcometext<br>
The time now is $timenow.<br>
You last visited: $bbuserinfo[lastvisitdate].<br>
<b>$newposts</b>
</smallfont>
</td>
<td bgcolor="{secondaltcolor}" align="center" valign="middle" width="300">
$logincode <br>
<font face="verdana" size="1"><b><a href="http://sat-gsm.dyndns.org/forum/bookmarks.php">Bookmarks</a> | </b><a href="http://sat-gsm.dyndns.org/forum/online.php">Online Members</a></font>
</td>
</tr>
$pminfo
</table>
</td></tr></table>
<!-- /welcomepanel -->


This is what doesn't work:


$userinfo[avatar]


I tried many different strings, but none of them work!