2
You need to add $xoopsUser to the line below.
function linkLoader(){
global $xoopsDB,$xoopsModuleConfig,$myts,$xoopsConfig,$xoopsTpl,$xoopsModule;
like this:
function linkLoader(){
global $xoopsDB,$xoopsModuleConfig,$myts,$xoopsConfig,$xoopsTpl,$xoopsModule,$xoopsUser;
That will do it.
John