4
Don't like that you can see Members and Profile even if you are not logged in and you request them to be logged in. Try to put this code instead of yours, this will not show links to unregistered users.
<{if $xoops_isuser}>
<a href="<{$xoops_url}>/xoopsmembers.php">Membersa>
<a href="<{$xoops_url}>/user.php">Profilea>
<{/if}>
Gediminas