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!

Mosh 04-28-2009 12:53 AM

Quote:

Originally Posted by stardotstar (Post 1797885)
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!

Edit the Display_Chatters_Addon template, find:

HTML Code:

$chattitle
Replace with:

HTML Code:

<a href="$fcpath">$chattitle</a>

s8glive 05-06-2009 03:01 PM

is there a way that we can inagrate this into whos online? so when the look at the bottom theres not another colloum its in whos online?

Mosh 05-06-2009 09:46 PM

Quote:

Originally Posted by s8glive (Post 1805783)
is there a way that we can inagrate this into whos online? so when the look at the bottom theres not another colloum its in whos online?

I am not sure what you are asking, can you elaborate a bit more? maybe a screenshot?

m2006 07-05-2009 09:31 AM

Thank you very good

TCB 07-24-2009 04:13 PM

fantastic addon, thanks a lot :-D

goxy63 08-13-2009 10:48 AM

1 Attachment(s)
How to change small picture, as it is pointing to "whos_online.gif" and upon change of course I got same picture for all other statistics :(
Where to change this within template?
Attachment 103186

Any suggestion how to place "who is chatting" on vba homepage?

Thanks

NeshTR 08-13-2009 01:29 PM

Thank you have to try

Mosh 08-14-2009 03:24 AM

Quote:

Originally Posted by goxy63 (Post 1866394)
How to change small picture, as it is pointing to "whos_online.gif" and upon change of course I got same picture for all other statistics :(
Where to change this within template?
Attachment 103186

This is not supported (see first post for type of support offered) but should work. If it does not work, you are on your own.

Edit the Display_Chatters_Addon template, find:
HTML Code:

<img src="$stylevar[imgdir_misc]/whos_online.gif" alt="" border="0" />
Change the whos_online.gif to the name of image file you want to use, remember it has to be stored in your images/misc directory of each style you have.
Quote:

Originally Posted by goxy63 (Post 1866394)
Any suggestion how to place "who is chatting" on vba homepage?

Thanks

The only vBadvanced hack I have for this displays under the navbar on the vBa homepage, like all the other FlashChat Add-on hacks I have written (link at the bottom of the first post). For a module you are out of luck, because there is not one out there for v3.8.x.

goxy63 08-14-2009 10:52 PM

Quote:

Originally Posted by Mosh (Post 1866928)
This is not supported (see first post for type of support offered) but should work. If it does not work, you are on your own.

Edit the Display_Chatters_Addon template, find:
HTML Code:

<img src="$stylevar[imgdir_misc]/whos_online.gif" alt="" border="0" />
Change the whos_online.gif to the name of image file you want to use, remember it has to be stored in your images/misc directory of each style you have.

The only vBadvanced hack I have for this displays under the navbar on the vBa homepage, like all the other FlashChat Add-on hacks I have written (link at the bottom of the first post). For a module you are out of luck, because there is not one out there for v3.8.x.

Works great thanks :)
too bad there is no module for flashchat :(

Mosh 01-02-2010 01:42 AM

Hi all,

It is with regret that after over 4 years (and thousands of hours) spent providing free support for my free hacks released here, as of today I will no longer be able to provide support for free.

This is due to being unemployed for a while, being strapped for cash and unable to rely on the virtually non-existent donations from here to help to pay the bills or put food on the table for my family. I am now providing all support for my free hacks released here over at Wolfshead Solutions via an annual support subscription (for a small fee).

It does not mean I will be no longer release free hacks, I will, but I will just no longer be supporting them for free.

My free hacks have and always will remain free to download and use. And so will updates/bug fixes.

I will be releasing more free hacks, but if you require any support at all for those free hacks, you will need to purchase an annual support subscription over at Wolfshead Solutions to receive support.

I am really sorry I have to do this, but revenue generated by my programming gigs are now my only source of income, and I can no longer afford the luxury of providing free support here, when that time can be spent creating new commercial products, doing paid work requests or providing paid support to pay the bills.

Thank you for the understanding.

Regards,

Mosh.

Mosh 01-08-2011 02:23 AM

Hi all,

Free support has now been moved back to vBulletin.org.

Please see the first post for more information (and also this thread at Wolfshead Solutions).

Enjoy :)

Regards,

Mosh Shigdar - Wolfshead Solutions.


All times are GMT. The time now is 01:37 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.01270 seconds
  • Memory Usage 1,815KB
  • 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
  • (6)bbcode_code_printable
  • (8)bbcode_html_printable
  • (12)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (21)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