4
right in my user menu (not my main menu) within my theme it uses certain smarty tags to tell whether you are a registered user
le="color: #000000"><?php <{if !$xoops_isuser}>
and also whether you are admin
le="color: #000000"><?php <{if $xoops_isadmin}>
Is there something similar for other groups?