2
1. There is no <more> tag - there is a link to the full story saying "read more"
You can put
le="color: #000000"><?php if (!$xoopsUser) { redirect_header('index.php', 2, _NOPERM); }
in the top of article.php (below the inclusion of mainfile.php)
this will prevent non-regged users from accessing that page at all.
Alternatively, you can go in the code for the article display and do the same condition and set "bodytext" to nothing if the user is not logged in. This procedure will be a little different depending on the version of your News module.