1
Could someone create a simple module to admin.
Crafty Syntax Live Help running on Xoops.
The actual code for the core of running Crafty Syntax live help on XOOPS is below.. This will monitor users by username on the site but requires XOOPS users to change the two lines..
maybe you can create an admin to create this:
//Change the following line to the path where your Live Help is located:
//Example:
//$livehelppath = "http://www.craftysyntax.com/livehelp/";
$livehelppath = "http://full-http-path-to-you/livehelp/"
// Change this to the department ID you wish to use:
//Example:
//$department = 1
$department = 1;
$username = $xoopsUser->getVar('uname');
?>
the live help application itself is located at:
http://craftysyntax.com/anyone?