![]() |
Quote:
|
hook online_location_process:
Code: PHP Code: switch ($filename) { case 'mypage.php': $userinfo['activity'] = 'mypage'; break; // add more cases here if you have more than one custom page. no need for multiple plugins. one plugin can handle all. } hook online_location_unknown Code: PHP Code: switch ($userinfo['activity']) { case 'mypage': $userinfo['where'] = '<a href="mypage.php?'.$vbulletin->session->vars[sessionurl].'">My Page</a>'; $userinfo['action'] = "Viewing My Page"; $handled = true; break; // add more cases here if you have more than one custom page. no need for multiple plugins. one plugin can handle all. } I have been given this code to ammend and this should allow me to see who is using the chat room from VB WOL list. What values do i have to change the make it work, i know it may be a stupid question but i have only just started on the VB and flash chat integration path. Thanks in advance Phil |
Perhaps you should read the main post ....
Quote:
|
Hi Paul
Thanks for the reply, i have read the main post and installed as instructed, however the WOL does not show users being in the chat room, it only shows there last location on Vbulletin? |
Hmmm, interesting, I wonder if FC5 has broken it. I'll have a look at the weekend if I get time.
|
Setting CMS value
Warning: require_once([path]/chat/temp/config.srv.php) [function.require-once]: failed to open stream: No such file or directory in [path]/admincp/plugin.php(1985) : eval()'d code on line 6 Fatal error: require_once() [function.require]: Failed opening required '/web/guide/t34vtiger/public_html/forums/chat/temp/config.srv.php' (include_path='.:/usr/local/lib/php') in /web/guide/t34vtiger/public_html/forums/admincp/plugin.php(1985) : eval()'d code on line 6 ----------> Install Flashchat, ... dohhh what its an exe..? great install instructions there I suppose you think everyones some kind of VBull guru ? |
Quote:
|
I had to change the XML product /chat to /flashchat include. Will this be any problem in the future? Are there any other pointers to the /chat folder around?
|
I installed this and the ACP integration, and the chat was working fine for a few hours... but now I seem to have a problem... I am getting this error when trying to log into the flashchat admin cp:
Code:
Fatal error: Call to a member function next() on a non-object in /home/one/public_html/community/chat/inc/cmses/statelessCMS.php on line 130 The chat on the front-end also is not working. It says it has something to do with stateless CMS, and I do remember that right after integrating it stated that it was using a stateless CMS. That struck me as odd as it would be using the vB user database for authentication. Could this error be something I did, and do you have any ideas on how I can fix this... or should I be approaching Tufat.com about this? Thanks :) |
Quote:
"For Flashchat inside a vBulletin page you need to link to .../misc.php?do=flashchat" but that doesn't make any sense to me. I don't want to link to the chat, I want the chat in the page. |
All times are GMT. The time now is 06:29 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|