vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Chat Modifications - Dream's Chatbox (https://vborg.vbsupport.ru/showthread.php?t=167569)

Ryan Ashbrook 05-30-2008 02:22 AM

Hi Dream,

First off, I think your plugin is amazing. It works wonders and I especially love the use of AJAX.

However, my question is, what are your plans concerning the use of Ignore Lists?

My users have been complaining lately because the Chatbox does not honor the Ignore List.

I have plans to implement this myself, however I was wondering if you also had plans to add this in.

Thanks!

Dream 05-30-2008 04:18 PM

Hello Ryan, I don't plan on improving this mod anymore. But anyone is welcome to do so, and re-release it if they so wish.

Ryan Ashbrook 05-30-2008 07:45 PM

Thanks for clarifying. :)

I may yet take you up on that (improving and re-releasing) if time permits. :)

GateKeper 06-02-2008 01:38 AM

Any thoughts or suggestions ?

Quote:

Originally Posted by GateKeper (Post 1534584)
ok no more error message, but we are finding a big time lag, even though the refresh rate was set to 0 and or 3 , and or 5 seconds, members are telling us it take up to a minute to get the message, any ideas, and no our server is not the issue, but I have noticed that this really started once we went to 3.7.0, prior to that release, no lag at all

Any thoughts ?


F0xy 06-04-2008 01:25 PM

is there no way to completely remove the chatbox for groups not allow to view it. at the minte guests see a big box with 'You don't have permission to see the Chatbox.' wrote on it which isn't exactly pleasing on the eye.

LCN2007 06-16-2008 01:58 AM

1st off great mod im a fan of alot of your code Dream.
Is there a way to display on all pages? Also how do i change the font size its so tiny.
Is their a way to add the date and or users in chat?

Sorry for all the questions

LCN2007 06-16-2008 10:14 PM

Anyone?

nick-harper 06-18-2008 09:22 PM

Quote:

Originally Posted by F0xy (Post 1540599)
is there no way to completely remove the chatbox for groups not allow to view it. at the minte guests see a big box with 'You don't have permission to see the Chatbox.' wrote on it which isn't exactly pleasing on the eye.


Code:

<if condition="is_member_of($bbuserinfo, x, c)">
<!-- Chatbox -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
        <thead>
        <tr>
                <td class="tcat"><a style="float:right" href="#top" onclick="return toggle_collapse('forumhome_chatbox')"><img id="collapseimg_forumhome_chatbox" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_forumhome_chatbox].gif" alt="" border="0" /></a><a href="javascript:openChatbox()">$vbphrase[chatbox_chatbox]</a></td>
        </tr>
        </thead>
        <tbody id="collapseobj_forumhome_chatbox" style="$vbcollapse[collapseobj_forumhome_chatbox]">
        <tr>
                <td class="alt1" width="100%" colspan="2"><div class="smallfont" align="center"><iframe src="chatbox.php?nofocus=1" width="100%"$chatboxheight style="border: 0px" frameborder="0"></iframe></div></td>
        </tr>
        </tbody>
</table>
<br />
<!-- / Chatbox -->
<else />

   
</if>

That does the trick, change the Red letters to the numbers of the usergroups you want to see it :)

nureeves 06-22-2008 11:14 AM

Thanks so much for your hardwork Dreams :)

Warm regard from Jakarta :):)

sdsvtdriver 06-24-2008 01:51 AM

Thanks for the simple chatbox.

We received some concerns after we upgraded from the 1.x version from users who use mobile devices as they do not support AJAX.

Is there a simple way to display the Chatbox 1.3 code if AJAX is not supported? Will the Chatbox 1.3 code work with 2.1 as far as the DB is concerned? I saw 2.0 and 1.3 were available for 3.6, but only 2.1 for 3.7.

Thanks :)


All times are GMT. The time now is 12:02 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.01604 seconds
  • Memory Usage 1,740KB
  • 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
  • (2)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