2
Ok I have modified the code so the activation email tha goes to admin, includes more info about the user.
In register.php I added:
$xoopsMailer->assign('USERREALNAME', $myts->oopsStripSlashesGPC($name));
$xoopsMailer->assign('USERADDRESS', $myts->oopsStripSlashesGPC($user_from));
And updated the adminactivate.tpl to include the info i wanted using {USERREALNAME} & {USERADDRESS}.
But if for some reason, the mail server has a problem (so i can't receive any e-mail), I can't find a way to see the user's entered details from the Administration without activating him first.
I would also like to ask an other thing. Is there a way to temporarly de-activate a user account so it can't login? (restrict access for a while).
Thank you again.