1
Hi:
i would like to display in theme.html a welcome text saying: Hello username, you have X private messages. I figured the hello username part and I took the following code from somewhere (its diffucult to search for PM related messages since PM is only two words and XOOPS has a 3 word limit for searching):
<{if $block.new_messages > 0}>
<{$block.lang_inbox}> (<{$block.new_messages}>)<{else}>
<{$block.lang_inbox}><{/if}>
But it doesnt work...anyone knows whats wrong with it? and or how to do it?
If you want to look for a sample of what I want to do the following site does exactly what I want:
http://www.secondsquare.comThis is the site of a user here (dlh, I asked him how he did it but I guess he missed my post).
Thanks