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

<!-- Powered by: Crafty Syntax Live Help        http://www.craftysyntax.com/ -->
<script type="text/javascript" src="<?php echo $livehelppath?>/livehelp_js.php?department=<?php echo $department?>&username=<?php echo $username?>"></script>
<!-- copyright 2003 - 2005 by Eric Gerdes -->



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

anyone?

Login

Who's Online

224 user(s) are online (121 user(s) are browsing Support Forums)


Members: 0


Guests: 224


more...

Donat-O-Meter

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

Latest GitHub Commits