http://www.icyphoenix.com/viewtopic.php?f=35&t=5444&p=36611#p36611
-----------------------------------
Limun
Sat 14 Feb, 2009 01:12

Re: User Block Mod
-----------------------------------
you can try like this 

[spoiler]<!-- IF S_LOGGED_IN -->
<table class="empty-table" width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
	<td align="center">
		<br /><img src="[color=red]http://avatar.xboxlive.com/avatar/{memberrow.custom_fields.CUSTOM_FIELD}/avatar-body.png[/color]</img><br /><br />
		<span class="name">{U_NAME_LINK}</span><br />
		<span class="gensmall">{LAST_VISIT_DATE}</span><br />
		<span class="gensmall"><a href="{U_SEARCH_NEW}">{L_NEW_SEARCH}</a></span><br /><br />
	</td>
</tr>
</table>
<!-- ELSE -->
<form method="post" action="{S_LOGIN_ACTION}">
<table class="empty-table" width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
	<td align="center">
	<br />
	<img src="[color=red]http://avatar.xboxlive.com/avatar/{memberrow.custom_fields.CUSTOM_FIELD}/avatar-body.png[/color]</img><br /><br /><span class="gensmall">
	<input type="hidden" name="redirect" value="{U_PORTAL}" />
	{L_USERNAME}:<br />
	<input class="post" type="text" name="username" size="15" />
	<br />
	{L_PASSWORD}:<br />
	<input class="post" type="password" name="password" size="15" />
	<br />
	</span>
	<!-- BEGIN switch_allow_autologin -->
	<br />
	<input class="text" type="checkbox" name="autologin" /><span class="gensmall">&nbsp;{L_REMEMBER_ME}</span><br />
	<!-- END switch_allow_autologin -->
	<br/>
	<input type="submit" class="mainoption" name="login" value="{L_LOGIN}" /><br /><br />
	<a href="{U_SEND_PASSWORD}" class="gensmall">{L_SEND_PASSWORD}</a><br /><br />
	<span class="gensmall">{L_REGISTER_NEW_ACCOUNT}</span><br /><br />
	</td>
</tr>
</table>
</form>
<!-- ENDIF -->[/spoiler]

but i m not sure if its gona work because i dont know what did you add in Custom Profile Field
and i m not sure about this link 
[code linenumbers=false]http://avatar.xboxlive.com/avatar/{memberrow.custom_fields.CUSTOM_FIELD}/avatar-body.png
[/code]
well try then we gona see  :?


