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 ;
and the attach U can view...
My question is : Also I want "the member of the day 's avatar" to show here.. What (which) codes should I add to "the memberoftheday template"..? Thanks...
And the memberofthe day's template is ;
Code:
<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/>
My question is : Also I want "the member of the day 's avatar" to show here.. What (which) codes should I add to "the memberoftheday template"..? Thanks...
Comment