Forum Moderators: coopster

Message Too Old, No Replies

CMS user Global values for vbulletin

         

tech0925

11:31 pm on Feb 22, 2011 (gmt 0)

10+ Year Member



I am trying to install pro chat rooms on my vbulletin. I need it to pull existing user id's so that they wont have to sign up for this script also. Here are the details from the cms file.


// 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




I cannot figure out for the life of me what this should be. Any help would be awesome!

Thanks

coopster

4:23 pm on Feb 26, 2011 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Seems nobody here is familiar with that module. Did the module not come with documentation? I see a support forum on their web site, perhaps you can get assistance from other users of that module?