hey
i found where its supposed to be the code for that pic but i dont know why it doesnt work.
its in the template forumhome
the code is the next one
<!-- 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">$avatarimage</td>
<td bgcolor="{firstaltcolor}">
<smallfont>
$unregwelcomemessage
$welcometext<br>
The time now is $timenow.<br>
You last visited: $bbuserinfo[lastvisitdate].<br>
<b>$newposts</b>
<br><b>$pointname:</b> $storepoints
</smallfont>
</td>
<td bgcolor="{secondaltcolor}" align="center" valign="middle" width="300">
$logincode
</td>
</tr>
$pminfo
$the_shoutbox
</table>
</td></tr></table>
<!-- /welcomepanel -->
Quote:
<td bgcolor="{secondaltcolor}" align="center" valign="top" width="100">$avatarimage</td>
|
thats the code where the avatar is called but for somereason it doesnt.
i dont know that much of php, could someone give me a little help?
i would apreciate it
thanks a lot guys.