
Give read permission to the news module to the Anonymous group and you should see the menu item.
-Robert
$uid = intval($_GET['uid']);
if ($uid <= 0) {
redirect_header('index.php', 3, _US_SELECTNG);
exit();
}
if (!is_object($xoopsUser)) {
redirect_header('index.php',3,_NOPERM);
exit();
}
$gperm_handler = & xoops_gethandler( 'groupperm' );
$groups = is_object($xoopsUser) ? $xoopsUser->getGroups() : XOOPS_GROUP_ANONYMOUS;
phppp wrote:
"create their own blog or create their own journal"
-- should the bloggers have their own categories?
turnerrw wrote:
I'll give it a shot. Right now I just noticed that while the menu works in Firefox, it does not display submenus in IE. UGH!