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)

webgeek247 01-06-2009 06:28 PM

I meant FC5

webgeek247 01-06-2009 07:32 PM

its doing the same with fc4 too grrr

webgeek247 01-06-2009 07:54 PM

ok all it is is the header/footer sections showing thats messing the page up. because im using subdreamer iframe wrapper and have the chat loading up from http://www.domain.com/chat i dont need the header/footer from flashchat to come through because the subdreamer page already has them. so how do i stop the flashchat header/footer showing up? all i need is just the chat window to show up only

the iframe wrapper url im using is

http://www.domain.com/forums/misc.ph...ashchat&room=1

like i said already though when i first installed flashchat with vb integration i didnt get the header/footer showing up from the url

http://www.domain.com/forums/chat/flashchat.php

:(

MrD 01-08-2009 02:52 PM

Hi,
Quote:

Originally Posted by Paul M (Post 1698816)
There is currently no template hook in the community menu, I have posted a request for one, no idea if it will happen though. :)

your request will be heared :)
3.8.x have Hooks for the Community Menu

Battle_Ring 01-08-2009 03:37 PM

Will this be upgraded t owork with Vb 3.8. Right now it wont laod the lig in saying its not compatibale or something

Battle_Ring 01-08-2009 05:03 PM

I get this when trying to load the plug in on a 3.8 install

The following dependencies were not met:
This product is not compatible with version 3.8.0 of vBulletin. (Compatible starting with 3.7.0 / Incompatible with 3.7.99 and greater)

Paul M 01-08-2009 07:00 PM

Quote:

Originally Posted by MrD (Post 1705181)
Hi,
your request will be heared :)
3.8.x have Hooks for the Community Menu

Yes, and the 3.8 version will use them.

Quote:

Originally Posted by Battle_Ring (Post 1705242)
Will this be upgraded t owork with Vb 3.8. Right now it wont laod the lig in saying its not compatibale or something

Yes, sometime in the next week.

Saviour 01-14-2009 05:20 AM

Hi, Paul...

I recently tried an instal of FlashChat 5.0.10, however...it was way too buggy. I currently have FlashChat 4.7.12 installed in my forum's root directory...and I'm looking forward to your latest release of this mod. Hopefully, it'll be compatible with my version of FlashChat. 4.7.12 is the most current stable version...and I'm running a 3.8 vb board. The install for FlashChat didn't have a CMS for 3.8, so I used the CMS for 3.7...hopefully, this won't cause any issues.

Keep us posted...

mmotp 01-17-2009 06:43 PM

Code:

Fatal error: Call to a member function next() on a non-object in /home/***/public_html/forum/chat/inc/cmses/vbulletin37CMS.php on line 37
I followed the instruction and did the following and receive this error in "install.php?step=3". Does anyone know how to fix this? Thank you.

- I have replaced the default vbulletin37CMS.php to the integration addon version.
- The install.php shows that it was able to extract database information

Code:

Apache version        2.2.9 (Unix)
PHP version        5.2.6
MySQL version        5.0.51a-community


philr 01-19-2009 01:37 AM

Quote:

Originally Posted by philr (Post 1682045)
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

hello, sorry to trouble you all, but the above post was put on a little while ago and we have had no joy yet, it still will not show members in the chat room, i think "paul m" was going to look if he had the chance, but its so annoying, and we are very new to all this, its proberbly something very simple for all you guys but not for us!! so please can someone help???


All times are GMT. The time now is 09:00 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.01589 seconds
  • Memory Usage 1,746KB
  • 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
  • (2)bbcode_code_printable
  • (4)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