8
heheh..anyway thank you
for the username part i use this <{$xoops_uname}> its working
one last question..how do i make when people havent upload their avatar i will display a picture (no avatar yet)
if their have avatar it will show their avatar
i tried this but not working
<{if $uavatar == "blank.gif"}>
<center> <img src="<{$xoops_url}>/uploads/noavatar.jpg" alt="<{$xoops_uname}>" title="<{$xoops_uname}>">center><br />
<{else}>
<center> <img src="<{$uavatar}>" alt="<{$xoops_uname}>" title="<{$xoops_uname}>">center><br />
<{/if}>