vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Chat Modifications - Flashchat: Integration for vB 3.7 (https://vborg.vbsupport.ru/showthread.php?t=166834)

Mosh 12-08-2008 08:19 AM

Quote:

Originally Posted by doctorsyrup (Post 1680765)
Paul,

This mod is required for installing Mosh's FC5 Admin Panel Integration for VB3.8 but I get the following error when installing this.

This product is not compatible with version 3.8.0 Release Candidate 1 of vBulletin. (Compatible starting with 3.7.0 / Incompatible with 3.7.99 and greater)

I understand this mod is for 3.7 but how do I get it to work with 3.8.0 RC1 as required by Mosh to install his 3.8 Admin Panel Integration mod?

https://vborg.vbsupport.ru/showthread.php?t=194784

Try the instructions in post #417 of this thread, works for me - https://vborg.vbsupport.ru/showpost....&postcount=417

philr 12-10-2008 01:38 AM

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

Paul M 12-10-2008 09:21 AM

Perhaps you should read the main post ....

Quote:

Extra's added by this modification

* The WOL will correctly display Flashchat as the location (not 'Unknown Location')

philr 12-10-2008 09:45 AM

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?

Paul M 12-10-2008 01:24 PM

Hmmm, interesting, I wonder if FC5 has broken it. I'll have a look at the weekend if I get time.

Fivetide 12-13-2008 08:06 PM

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 ?

Paul M 12-13-2008 10:02 PM

Quote:

Originally Posted by Fivetide (Post 1684743)
great install instructions there I suppose you think everyones some kind of VBull guru ?

Nope, but I do assume people using this forum can read.

Quote:

Finally, I am not Tufat.com or Flashchat Support - if you have questions about Flashchat, their forums are here.

Dream 12-16-2008 09:05 PM

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?

AdmiralSpock 12-17-2008 12:50 AM

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 :)

butler312 12-18-2008 11:11 PM

Quote:

Originally Posted by Paul M (Post 1680760)
Read the main post, the information is all there.

Still not seeing any instructions on how to put the chat within a vbulletin page (such as in the portal). I see this:

"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
  • Page Generation 0.01631 seconds
  • Memory Usage 1,745KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete