Forum Moderators: coopster
// INTEGRATION NOTES FOR CUSTOM DEVELOPERS
// You can insert your existing CMS user Global values into the
// login procedure. Simply replace the values $_FOO['username']
// and $_FOO['userid'] with your SESSION, COOKIE or MySQL results.
// Example:
// define('C_CUSTOM_USERNAME',$_FOO['username']); // username
// define('C_CUSTOM_USERID',$_FOO['userid']); // userid
// You will be able to link directly to the chat room by adding
// an <a href> link to your web pages like shown below and only
// registered users will be able to auto-login to your chat room.
// <a href="http://yoursite.com/prochatrooms">Chat Room</a>
## CUSTOM INTEGRATION SETTINGS ##############
// Enable custom login details
define('C_CUSTOM_LOGIN','0'); // 0 OFF, 1 ON
// Enter your CMS Global values below
// define('C_CUSTOM_USERNAME',$_FOO['username']); // username
// define('C_CUSTOM_USERID',$_FOO['userid']); // userid