Quote:
Originally Posted by cdoyle
I'm not really sure what you mean by input the 'vairables using the hacks syntax' I'm new to this, could you give me an example of what you mean?
Thanks
Chris.
|
PHP Code:
Add a template with name "memberoftheday" (without the quotes), and this content:
-------------------------------------------------------------------
<table class="" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="80%" align="center">
<tr>
<td>
<b>Member of the day is: <a target="_top" href="member.php?&u=$mday[userid]">$mday[username]</a>!</b><br/><br/>
Posts: $mday[posts]</span><br/>
Reputation: $mday[reputation]</span><br/>
<if condition="$mday[age]">Age: $mday[age]</span><br/></if>
<br/>
Favorite forum: <a href="forumdisplay.php?f=$mday[forumid]">$mday[forumname]</a>
<br/>
<if condition="$mday[signature]">Signature: $mday[signature]</span><br/></if
<td><img src="$avatarurl"></td>
</td>
</tr>
</table>
<br/>
This code will move the avatar to the right hand side ( as I think it looks better there) and give you the signature you were looking for.