vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Chat Modifications - VSa - ChatBox (AJAX) (https://vborg.vbsupport.ru/showthread.php?t=235271)

zakonline 07-31-2012 02:18 AM

How to show this Chat Box on all the pages? means i want the chat box inside my threads and topics, CMS, Blog :) Thanks for the Mod, excellent :)

JabirA 08-02-2012 12:38 AM

You dont want to do that. Its going to kill your server

Scyther 08-04-2012 04:30 AM

can we have a feature like, ' Minimum posts needed per day to access chatbox'??

This will help in keeping the forum live and members would have access to chatbox too..

Videx 08-04-2012 09:56 AM

That's an interesting thought, although on slower forums "minimum posts in the last x days" would make more sense. I suppose one may as well add "maximum posts per last x days" at the same time.

Of course, I can imagine people would just add useless nonsense replies to get the minimum if they were really that talkative in the first place.

northvanmike 08-04-2012 03:56 PM

we're getting strange errors out of the blue. its been working fine for months but a few of our admin are having issues when they edit their responses in the Chatbox.


before an edit:
https://vborg.vbsupport.ru/external/2012/08/42.jpg

after clicking "Done"
https://vborg.vbsupport.ru/external/2012/08/43.jpg

Videx 08-04-2012 11:19 PM

Quote:

Originally Posted by northvanmike (Post 2354422)
we're getting strange errors out of the blue.

See if you can narrow it down to which specific mod is causing the problem. Try disabling all of them, or at least the ones you installed last, then enabling them one by one.

mathforum 08-05-2012 03:09 AM

Quote:

Originally Posted by mathforum (Post 2351700)
Is there a way to not publicly show a list of those who are banned from the Chat Box?

Just in case others not wanting anyone to see the list of banned users, here's how I hid it from certain usergroups.

Templates -> Valter -> vsa_chatbox_dropdown

Find:
PHP Code:

<vb:if condition="($vsacb_banlist)">
            <
li style="color:{vb:stylevar popupmenu_color};text-align:{vb:stylevar left};font-weight:normal;">{vb:rawphrase vsacb_banned_list}<vb:if condition="$vsacb_canmod"> ({vb:rawphrase vsacb_unban})</vb:if></li>
            <
li id="vsacb_bannedarea" style="max-height:150px;overflow:auto;">
                {
vb:raw vsacb_banlist}
            </
li>
        </
vb:if>
        </
vb:if> 

Around that wrap the conditional tag:
PHP Code:

<vb:if condition="is_member_of($vbulletin->userinfo, x, y, z)">...</vb:if> 

where x,y,z are a list of the usergroups allowed to view the list of banned members. Anyone not on that list by default shouldn't be able to see it.

thanasis 08-05-2012 09:52 AM

Great add-on , we and Users Love it !

Any Chance for the mobile style Version ?

northvanmike 08-06-2012 01:09 PM

Quote:

Originally Posted by Videx (Post 2354530)
See if you can narrow it down to which specific mod is causing the problem. Try disabling all of them, or at least the ones you installed last, then enabling them one by one.


usually the way i would approach this but since it only affects 2 of our admins, it could take a while. i had one of the guys who is having this problem to use different browsers, still no go. i've tried disabling the last two addons that were installed, did not help. and those addons were installed quite a while ago anyways, long before this issue.

lastly, i've uninstalled and re-installed the Chatbox, did not fix this.

Boylen33 08-06-2012 06:40 PM

1 Attachment(s)
How do I change the background color of the highlighted area in the picture attached without changing everything else on my site? I just want this bar a different color.


All times are GMT. The time now is 08:23 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.03727 seconds
  • Memory Usage 1,750KB
  • 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_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)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