Hi guys i saw a post on the forums so i thought lets help you guys with this if you are looking for a hack to let the visitors know if they are logged in or not then you can use the following code any where in footer or header, or any other page in the script.

{if $info.im_access && $info.mem_id}
{include file=”$theme_template_root/menus/horizontal.tpl” menu=”top”}
{else}
You are not logged in you can :
<a href=”./index.php”>login</a> |
<a href=”./index.php?page=join”>Register</a> |
<a href=”./index.php?page=help”>Help</a>

{/if}

and thats all,
texts in In Bold You can change only

Have fun