1
csyntax
Live Help Module by username.
  • 2005/4/26 3:31

  • csyntax

  • Just popping in

  • Posts: 1

  • Since: 2005/4/26


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');
?>


echo $livehelppath?>/livehelp_js.php?department=echo $department?>&username=echo $username?>">



the live help application itself is located at:
http://craftysyntax.com/

anyone?

Login

Who's Online

313 user(s) are online (259 user(s) are browsing Support Forums)


Members: 0


Guests: 313


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Nov 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits