1
Hello .
I want to use Crafty Syntax Live Help in my XOOPS site and I want that my users can use their username in live chat sesion . I read something in Crafty Syntax Live Help and I dont know how can I use this feature . please help me :
Crafty Syntax Live Help :
PHP Coded username: If the CSLH code is included in a PHP webpage which is used by another application that already gives the user a username you can pass their username to CSLH here. For example if you have the username for the user already stored in $_SESSION['username'] you can give that value to CSLH by entering in
echo'$_SESSION['username']'?> below. NOTE the page that the code is on needs to be a php page in order for this to work.