8
you can remove/notice lines that check if registerd user exist or not
in mylinks/modlink.php around line 73:
change this:
if (empty($xoopsUser)) {
redirect_header(XOOPS_URL."/user.php",2,_MD_MUSTREGFIRST);
exit();
}
with this:
// if (empty($xoopsUser)) {
// redirect_header(XOOPS_URL."/user.php",2,_MD_MUSTREGFIRST);
// exit();
// }
it should work