Quote:
Originally Posted by corriewf
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.
|
Thanks, that does look better have the avatar on the right.
I did just noticed something with the sig, not sure if this can be fixed or not, On the current member it shows as this
[COLOR=Black [SIZE=1
BMWBoard [/SIZE [/COLOR
I had to remove some brackets in this post to make it look the way it does on my member field.
You can really see what I'm talking about at
www.caraudiocentral.net
Is there anyway to make it display correctly?
Thanks again for your help.