| Re: Block access to user info |
| by Strauss on 2004/2/27 12:08:56 It acts. I thank very much. Best RegardsQuote:
|
| Re: Block access to user info |
| by Mithrandir on 2004/2/27 11:43:01 at the top of userinfo.php - below the include statements - add this: le="color: #000000"><?php if (!$xoopsUser) { redirect_header('index.php', 3, 'You have got to register to access this page'); //Alternatively, use _NOPERM for localised message } This will block access for non-registered users - but any registered user will be able to see it, independent of group memberships. |
| Block access to user info |
| by Strauss on 2004/2/27 10:50:32 Hi! How block for anonymous users user info? I thank for assistance. Artur Strauss
|