PDA

View Full Version : Show "avatar" in the "member of the day" ..?


organik81
02-07-2005, 06:53 PM
I addet a "member of the day" mod to my homepage; contains "the member of the day" s username, messages, age, favourite thread...



And the memberofthe day's template is ;



<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="20" width="80%" align="center">

<tr>

<td><img src="image.php?u=$mday[userid]"></td>

<td>

<b>G?n?n ?yesi: <a target="_top" href="member.php?&u=$mday[userid]">$mday[username]</a>!</b><br/><br/>

Mesaj: $mday[posts]</span><br/>

Pop?larite: $mday[reputation]</span><br/>

<if condition="$mday[age]">Yaş: $mday[age]</span><br/></if>

<br/>

Favori Konusu: <a href="forumdisplay.php?f=$mday[forumid]">$mday[forumname]</a>



</td>

</tr>

</table>

<br/>



and the attach U can view...



My question is : Also I want "the member of the day 's avatar" and "ranks" to show here.. What (which) codes should I add to "the memberoftheday template"..? Thanks...