10
Quote:
m0nty wrote:
*edited due to problem with anonymous users getting blank page, see my post below for working hack*
Um, well I just implemented the and no problem with anonymous, they already had no access to user info as already used the (published) hack below??
$xoopsUser or redirect_header('index.php', 3, _NOPERM);
Only issue with it is => 5 post members cannot view their own profile, only edit it, not a major problem and am advised I can fix this. I.E.
........................................
$xoopsUser->getVar('posts') accesses properties of the user so you know what /who they are, you also need to know what the user id of the page that they are requesting is, then you can test for that . So *all* you need to do is to find the variable that refers to which user profile is being requested.
HTH
Carrie
........................................
It's the *all* bit I think I may not have time to get to grips with today, lol.
Have copied your revised code and will be working with this more, later
Many thanks to all for your input and insights
Herko, I think what you suggest would be very cool feature and save a lot of admin grunt work.
m0nty, you are too modest guy.