Links

Install Module to Existing Xoops Portal

Tested on Version 2.3.1


You will need to modify mainfile.php as in the Upgrade link.

Specific to Xoops Portals that have do not have the module installed yet, you will need to modify the

include/xoops.js

Add


function $() {
    var 
elements = new Array();
    for (var 
0arguments.lengthi++) {
        var 
element arguments[i];
        if (
typeof element == 'string')
          
element document.getElementById(element);
         if (
arguments.length == 1)
           return 
element;
         
elements.push(element);
     }
     return 
elements;
}


before the existing last line


xoopsOnloadEvent
(xoopsExternalLinks)
  Send article