vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Chat Modifications - Flashchat 5: Who is chatting (Add On) (https://vborg.vbsupport.ru/showthread.php?t=194602)

Mosh 03-10-2009 06:17 AM

Quote:

Originally Posted by Bloodhound2922 (Post 1761649)
When I set the usergroup permissions to Yes, they automatically reset back to No, but create a copy of that usergroup with the permissions set to Yes....

Why is that happening?

@ Bloodhound2922: I am ignoring this (at your request), and have answered your questions in the Flashchat 4: Who is chatting (Add On) thread instead.

keith455 03-13-2009 06:58 AM

Quote:

Originally Posted by swiper the fox (Post 1732078)
I managed to get it all working properly finally.


what is the hook that I need or how can I change the location of the display ?

currently by default for home page, it displays at the TOP of the forum

I would like it at the bottom in between who's online and statistics.
Can someone help out here ??


Thanks

I'd like to make it at the bottom on all the pages. How can I make this an option so i could easily move it from top to bottom is i wish?

Mosh 03-13-2009 09:19 PM

Quote:

Originally Posted by keith455 (Post 1767032)
I'd like to make it at the bottom on all the pages. How can I make this an option so i could easily move it from top to bottom is i wish?

This is not a quick and easy thing to do, as I would have to alter 6 different hacks, across 2 different Flashchat versions, just to add this.

All of my who is chatting hacks display at the top, and for that sake of consistency I would have to alter every one of those hacks. I would have to rewrite virtually all the plugins in each of the hacks, and I would have to find location (probably the footer) that will show on any page.

I am happy with the hacks as they are at the moment, the whole point of this hacks was that they would display at the top so peeps did not have to scroll down the page to find out who is chatting. So, I will not be altering this hack (or any of the others) to do this, as I am not really interested in changing the intent of this hack and it would be way too much effort to fill one request.

KURTZ 03-24-2009 12:39 PM

Hi Mosh i'm trying to install this plug-in but i've got some troubles ...

obviously i followed all your instructions (i've also edited the plu-in lihe the readme asks) ... BUT when i enabled this hack the chat doesn't work ... so when i try to get the forums/chat/flashchat.php url i see that the chat is loading but after this i've got a log-in request and a blank page ...

also i've found another trouble ... after this installation if i go into your integration in my ACP in the flash chat --> home --> chats i've this error:

Fatal error: Call to a member function next() on a non-object in /home/xxx/domains/fniv.it/xxxx/xxxx/chat/inc/classes/chatServer.php on line 134

this error happens only when i install your (this) hack ... all the others runs correctly :)

Mosh 03-24-2009 02:58 PM

Quote:

Originally Posted by KURTZ (Post 1775780)
Hi Mosh i'm trying to install this plug-in but i've got some troubles ...

obviously i followed all your instructions (i've also edited the plu-in lihe the readme asks) ... BUT when i enabled this hack the chat doesn't work ... so when i try to get the forums/chat/flashchat.php url i see that the chat is loading but after this i've got a log-in request and a blank page ...

also i've found another trouble ... after this installation if i go into your integration in my ACP in the flash chat --> home --> chats i've this error:

Fatal error: Call to a member function next() on a non-object in /home/xxx/domains/fniv.it/xxxx/xxxx/chat/inc/classes/chatServer.php on line 134

this error happens only when i install your (this) hack ... all the others runs correctly :)

That is actually an issue with FlashChat v5.x.x itself (the AdminCP integration just integrates, it does not change any flashchat functionality at all), which is why both myself and Paul M have released FlashChat v4.7.12 versions of all our hacks for vBulletin 3.8.x.

FlashChat v5.x.x is buggy as hell, even the moderators over at the official FlashChat support forum have said so from time to time.

I would recommend you go back to FlashChat v4.7.12, but if you insist you want FlashChat v5.x.x installed, then you will need to post over at tufat.com for official flashchat support.

KURTZ 03-24-2009 05:13 PM

OK, but it's only this hack that has troubles ... :)

anyway thanks for all Mosh :)

Chris Etc 04-15-2009 01:05 AM

Is there a way to maintain the who is chatting box at the bottom of the forumhome while having it at the top as well?

Also, is there any way for the text Members currently using Flashchat: 0 to appear in the same font/size as the Currently Active Users: 1 (1 members and 0 guests) field? The box seems to have a larger font now, same as the What's Going On? text.

Thanks.

Mosh 04-15-2009 06:53 AM

Quote:

Originally Posted by Chris Etc (Post 1791436)
Is there a way to maintain the who is chatting box at the bottom of the forumhome while having it at the top as well?

In Step 5 of the install instructions, do not do the second edit (or undo the second edit if you have already done it)
Quote:

Originally Posted by Chris Etc (Post 1791436)
Also, is there any way for the text Members currently using Flashchat: 0 to appear in the same font/size as the Currently Active Users: 1 (1 members and 0 guests) field? The box seems to have a larger font now, same as the What's Going On? text.

Thanks.

In the Display_Chatters_Addon template, find:
HTML Code:

<td class="tcat" colspan="2">
Replace with:
HTML Code:

<td class="thead" colspan="2">
However, please note, the above changes are not supported (please read the first post for what support I do give), but saying that, the above changes should work. But, if the changes do not work, then you will have sort it out on your own.

Chris Etc 04-18-2009 08:37 PM

Quote:

Originally Posted by Mosh (Post 1791560)
In Step 5 of the install instructions, do not do the second edit (or undo the second edit if you have already done it)

In the Display_Chatters_Addon template, find:
HTML Code:

<td class="tcat" colspan="2">
Replace with:
HTML Code:

<td class="thead" colspan="2">
However, please note, the above changes are not supported (please read the first post for what support I do give), but saying that, the above changes should work. But, if the changes do not work, then you will have sort it out on your own.


It works great, thanks very much for your help!

stardotstar 04-24-2009 02:39 AM

Quick one - I want to make the chattitle text a link to the chat room:
Code:

$chattitle = construct_phrase($chattersdesc,$totalchatters);
(I found that in Members who are using flashchat (5) (global_start)

So I have tried things like:
wrapping the $chattitle in an <a href...></a> but it breaks.
Code:

<a href="misc.php?do=flashchat&room=1>$chattitle</a>
                </td>

from Display_Chatters_Addon
I know you wouldn't support this modification (since there is a link from the who is online image to the left of the chatters which works...

BTW I made this clearer for my members by adding the alt text thus:

Code:

<td class="alt2"><a href="$fcpath"><img src="$stylevar[imgdir_misc]/whos_online.gif" alt="click to go to flashchat..." border="0" /></a></td>
This seemed to be a good thing.

Any suggestion on how this $chattitle could be made a link would be appreciated but I don't expect support of course.

Great addon - INSTALLED!


All times are GMT. The time now is 10:14 AM.

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.01338 seconds
  • Memory Usage 1,757KB
  • 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
  • (3)bbcode_code_printable
  • (4)bbcode_html_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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