vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Integration with vBulletin - FlashChat - Who is in the chat. (https://vborg.vbsupport.ru/showthread.php?t=91338)

SlimWicked 01-04-2006 07:27 PM

Hi everyone!

Does anyone know how you can place the "Who is chatting" box at the top of the forum as well? Mybe right below the nav bar? Can this be done? I'm frying my brain trying to figure this one out. :confused:

matt3830 01-05-2006 03:23 PM

How can I uninstall it?

Paul M 01-05-2006 03:47 PM

With the product "uninstall" option.

matt3830 01-05-2006 04:28 PM

I disabled the plugin. But I'm not sure how to remove the 'who's chatting' box at the bottom of the forum.

Paul M 01-05-2006 04:43 PM

I take it you have an old version then ?

matt3830 01-05-2006 06:32 PM

Yes, I think I do. I actually kind of forgot about it. Is that 'who's chatting' at the bottom of the forum in a template somewhere?

Paul M 01-05-2006 07:22 PM

In versions prior to 4.10 it is in the FORUMHOME template.

paulmjno 01-07-2006 12:08 AM

The chatters list doesn't seem to display users who have a post count of 0.

Paul M 01-07-2006 03:35 PM

There is no check on the number od posts someone has.

GrendelKhan{TSU 01-10-2006 02:38 AM

anyone know of a conflicting plugin?

I installed with no issues...but it just doesn't appear at all for my main skin.

It seems to work when I view it in my old original skin....but not for my main one (which has several forumhome plugins/edits). what would cause it to just NOT appear?



=========
ps. I realize covering custom skin eccentricities is not the scope of your responsibility, but just wondering if you might be able to point me in the right direction of what may cause conflict or someone had a simliar experience that they were able to fix.

great hack and much appreciated for your volunteered work. :)

Paul M 01-10-2006 09:37 AM

The code looks for this comment in the template - to insert this display ;

<!-- end logged-in users -->

If that comment is missing, it won't work

Note: In early versions of FORUMHOME, the word 'end' is missing from that comment.

GrendelKhan{TSU 01-10-2006 12:19 PM

Quote:

Originally Posted by Paul M
The code looks for this comment in the template - to insert this display ;

<!-- end logged-in users -->

If that comment is missing, it won't work

Note: In early versions of FORUMHOME, the word 'end' is missing from that comment.


awesome!! that's exactly what I needed to know!! thanks!

(btw, you should put in the first post as a precautionary for ppl with custom skins... I tried for hours trying to fix it. :( heh.)

Paul M 01-10-2006 03:02 PM

Quote:

Originally Posted by GrendelKhan{TSU
(btw, you should put in the first post as a precautionary for ppl with custom skins... I tried for hours trying to fix it. :( heh.)

Perhaps you should have asked earlier then. ;) Btw, the first post does ask you to click on install. :)

oldengine 01-12-2006 10:40 AM

ABSOLUTELY NEAT!

My first product install on 3.5.3 after running a highly modified 3.0.7.

Clean, perfect install. I'll be looking through your others Paul.

Thank you!

SparKeh 01-18-2006 07:31 AM

Quote:

Originally Posted by SlimWicked
Hi everyone!

Does anyone know how you can place the "Who is chatting" box at the top of the forum as well? Mybe right below the nav bar? Can this be done? I'm frying my brain trying to figure this one out. :confused:

I would also like to know this

Paul M 01-18-2006 06:06 PM

To do that would need both a template edit and a code edit.

SparKeh 01-19-2006 09:31 AM

Well according to http://www.tufat.com/docs/flashchat/...vbulletin.html

Code:

<!-- flashchat users -->
<tbody>
<tr>
<td class="thead" colspan="2">Flashchat users</td>
</tr>
</tbody>
<tbody>
<tr>
<tr>
<td class="alt2" colspan="2">
<iframe frameborder="0" height="100" src="chat/info_embedded.php" style="width: 100%; margin: 0; padding: 0; border: 0; overflow: hidden;" scrolling="no" border="0" allowtransparency="true"></iframe>
</td>
</tr>
</tbody>
<!-- end flashchat users -->

That will display it as plain text really just though, i'd prefer something integrated under my navbar

Paul M 01-19-2006 04:07 PM

Um, those instructions are to add their code to the forumhome page ('What's Going On' area).

(exactly what this hack already does, only this display is much better ;)).

kregger 01-19-2006 08:32 PM

Yet another great hack, Paul. I've installed quite a few of yours. You're racking up the install credits with me. hehe

Craig

mikepmm 01-19-2006 09:52 PM

super :)

habe gerade die deutsche Version installiert.
http://www.vbhacks-germany.com/forum...ead.php?t=1765

Gru? mikepmm

Paul M 01-20-2006 12:56 AM

I'm guessing that's German for "Super" ;)

SparKeh 01-21-2006 11:22 AM

Quote:

Originally Posted by Paul M
Um, those instructions are to add their code to the forumhome page ('What's Going On' area).

(exactly what this hack already does, only this display is much better ;)).

Yes - but how do I get this much nicer display at the top of my forums without having to put the whole "whats going on" area up there :)

Basscat 01-22-2006 01:27 PM

<font color="Green">*Clicks Install</font>

Great hack Paul!

MrSquid 01-25-2006 12:25 AM

I've got multiple users that don't see the "Who's chatting" box at all... suggestions? They're people with the same system (XP, IE6) as me but I can't get it to show up for them.

But hey... it works like a charm on my machine! :banana:

Paul M 01-25-2006 02:26 AM

Quote:

8. The ability to allow only certain usergroups to view the list is an ACP option.
Are they in a custom usergroup ? have you given that group rights to view it ?

MrSquid 01-25-2006 02:39 AM

Quote:

Originally Posted by Paul M
Are they in a custom usergroup ? have you given that group rights to view it ?

I think this is the issue with mine. My mods can see it (default group), but my paid members (custom group) cannot.

What's the trick to making chatters available for viewing regardless of the usergroup?

Paul M 01-25-2006 05:01 AM

Quote:

Originally Posted by MrSquid
What's the trick to making chatters available for viewing regardless of the usergroup?

Edit the ACP setting.

MrSquid 01-25-2006 11:24 AM

Quote:

Originally Posted by Paul M
Edit the ACP setting.

Someplace other than in the import manager? If so, where? I tried edit from the import manager and couldn't tell where in the code it specified usergroups.

cyberhypnotic 01-25-2006 12:58 PM

MrSquid: Are you looking for the options to turn off/on the Who's Online for the FlashChat and the other options as to which usergroups can view the Who's Online in FlashChat?

This is what you're looking for then:

AdminCP -> vBulletin Options -> Forum Home Page Options

Scroll to the bottom and you'll see 3 Who is in FlashChat options - Enable, Groups allowed to View, and Location of FlashChat.

Only edit the first two options. If you want everyone on your forum to see Who is in FlashChat, set it to 0. If you want to turn off the feature, set Enable to 'No'.

Paul: Has anyone integrated a menu in the AdminCP for 3.5.3 for this yet?

I've seen one for 3.0.x, but it deals with editing /admincp/index.php, but that's not possible for 3.5.3. Can you let me know if someone has done it and where I could find it?

MrSquid 01-25-2006 01:34 PM

Quote:

Originally Posted by cyberhypnotic
MrSquid: Are you looking for the options to turn off/on the Who's Online for the FlashChat and the other options as to which usergroups can view the Who's Online in FlashChat?

This is what you're looking for then:

AdminCP -> vBulletin Options -> Forum Home Page Options

Scroll to the bottom and you'll see 3 Who is in FlashChat options - Enable, Groups allowed to View, and Location of FlashChat.

Only edit the first two options. If you want everyone on your forum to see Who is in FlashChat, set it to 0. If you want to turn off the feature, set Enable to 'No'.

Cool - thanks. I was looking for "Who is in FlashChat" right IN vBulletin Options. I've never been in the "Forum Home Page Options" before.

Paul M 01-25-2006 04:03 PM

Quote:

Originally Posted by cyberhypnotic
Paul: Has anyone integrated a menu in the AdminCP for 3.5.3 for this yet?

Not that I am aware of.

cyberhypnotic 01-26-2006 02:49 AM

May I?

And if so:

Where is it possible to find the templates for the AdminCP? Let's say you opened Languages & Phrases -> Phrase Manager. The template that is used in the right window that opens. Where can I find that? In the meantime, I'll keep looking for it.

I'd like to work on this as far as possible and hopefully get to a point where the member permissions for Admins, Moderators, and Super Moderators are chosen in the AdminCP. Of course, I'd have to work on it little by little as I am a novice.

Paul M 01-26-2006 03:10 AM

Quote:

Originally Posted by cyberhypnotic
May I?

I don't think you need my permission :) - it's just not something I have need of myself - I can't remember the last time I used the flashchat admin.

cyberhypnotic 01-26-2006 03:16 AM

Didn't realize you would have replied while I was editing my post, lol.

Added some more questions.

I know I don't need your permission, per se. But I'm unaware of how things work around here, as I've noticed some coders jumping on people for "taking over" a hack.

I just noticed that someone posted a hack sometime last year to place it in the AdminCP, for v.3.0.12. I figured someone out there might want this feature for v.3.5.3. Basically, if you use FlashChat and need to use the Admin Panel, why open another window to get to it? If it's integrated into the vBulletin AdminCP, people might have more of an interest in using it.

Paul M 01-26-2006 03:44 AM

Quote:

Originally Posted by cyberhypnotic
But I'm unaware of how things work around here, as I've noticed some coders jumping on people for "taking over" a hack.

There is no ACP integration for flashchat admin in this hack, so you wouldn't be taking it over. Access permissions is another matter of course ;)

cyberhypnotic 01-26-2006 03:48 AM

Quote:

Originally Posted by cyberhypnotic
May I?

And if so:

Where is it possible to find the templates for the AdminCP? Let's say you opened Languages & Phrases -> Phrase Manager. The template that is used in the right window that opens. Where can I find that? In the meantime, I'll keep looking for it.

I'd like to work on this as far as possible and hopefully get to a point where the member permissions for Admins, Moderators, and Super Moderators are chosen in the AdminCP. Of course, I'd have to work on it little by little as I am a novice.

Access permissions? Could you clarify? Are you talking about my last paragraph above?

Can you let me know about where to find the AdminCP right window template(s)?

cyberhypnotic 01-27-2006 06:21 AM

OK Paul, this pertains to THIS plugin, Who's in chat.

It seems that I'm no longer IN the chat, but the "Who's in chat" is showing that I am. I believe this happened with another member, as it showed he was in the chat, but not signed onto the forum.

Is there a way for it to remove members after they have actually left the chat?

I even removed the cookie we discussed earlier and that didn't work. Unless it's a different cookie within your plugin. But I'm pretty sure you didn't apply any cookies. All these cookies and no milk, tsk tsk.

Another thing I just noticed. I logged onto another name and the Who's in chat didn't even exist. I have the Who's in chat viewing permissions set to 0 to allow all AND it is enabled.

Paul M 01-27-2006 08:21 AM

Quote:

Originally Posted by cyberhypnotic
OK Paul, this pertains to THIS plugin, Who's in chat.

It seems that I'm no longer IN the chat, but the "Who's in chat" is showing that I am. I believe this happened with another member, as it showed he was in the chat, but not signed onto the forum.

Is there a way for it to remove members after they have actually left the chat?

I even removed the cookie we discussed earlier and that didn't work. Unless it's a different cookie within your plugin. But I'm pretty sure you didn't apply any cookies. All these cookies and no milk, tsk tsk.

That's a flashchat issue, discussed numerous times in this thread, have a read back.

cyberhypnotic 01-27-2006 05:42 PM

OK, found the answer when you posted this link: https://vborg.vbsupport.ru/showpost.php?p=585037

Funny how simple things can be sometimes, lol.

asianboi 01-31-2006 09:53 PM

Is there a way that I can move the Statistic on top instead of having it on the bottom?


All times are GMT. The time now is 04:52 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.05262 seconds
  • Memory Usage 1,836KB
  • 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
  • (14)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
  • (40)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