162
Thanks for the reply! I found the template and included it in theme.html (instead of in a block). However it doesnt show when I have a new message, it always says you have 0 new messages

Here is the code I copied in theme.html
Hi <a href="<{$xoops_url}>/user.php"><{$xoops_uname}></a>,
<{if $block.new_messages > 0}>
you have
<a class="highlight" href="<{$xoops_url}>/viewpmsg.php"><{$block.new_messages}> new message(s)</a>
<{else}>
you have no new <a href="<{$xoops_url}>/viewpmsg.php">message</a>
<{/if}>
<br />
<a href="<{$xoops_url}>/user.php" style="font-size:90%;">
Account info
</a> ·
<a href="<{$xoops_url}>/user.php?op=logout" style="font-size:90%;">
Logout</a>
<{if $xoops_isadmin}>
·
<a href="<{$xoops_url}>/admin.php" style="font-size:90%;">
XOOPS admin
</a>
<{/if}>
is there any reason why this would work in a block but not in theme.html?
thanks