14
ok, take this from a newbie, but the following should work in XOOPS 2.23:
in class/xoopsecurity.php,
in the function checkreferrer,
add the words:
return true; // disable referrer checking
as the *very* first line of the function.
That's it, as soon as execution enters the function, it exits with a true value.
If anyone thinks this is too dangerous, please let me know (hopefully please also suggest a better one).
Thanks (and if this was dumb, please don't laugh too hard - I did say I was a newbie).