The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Skysa toolbar - Get user Id HELP!!!!
Ok so I am currently trying to integrate a toolbar into my site.
I have the bar installed and I would like the bar to automatically aquire the user name and profile information so that when you are logged in you can message other people like through CometChat.. The toolbar is from www.Skysa.com and they have provided me with the following code, my problem is finding the Msql information within to code out the needed areas: <script type="text/javascript"> var _SKYAUTH = { loginUrl:'REPLACE WITH FULL LOGIN URL', memberNick:'REPLACE WITH CONTEXT CODE TO GET MEMBER USER NAME', memberId:'REPLACE WITH CONTEXT CODE TO GET MEMBER ID', profileUrl:'REPLACE WITH MEMBER PROFILE URL', photoUrl:'REPLACE WITH MEMBER PHOTO URL' }; </script> Ok so I thought this might be the info i needed yet nothing has worked yet <script type="text/javascript"> var _SKYAUTH = { loginUrl:'forum/login.php?do=login', memberNick:'$bbuserinfo[username]', memberId:'$bbuserinfo[userid]', profileUrl:'$bbuserinfo[homepage]', photoUrl:'$bbuserinfo[signature]' }; </script> could someone please let me know what I am doing wrong? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|