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 - [DBTech] vBShout v6 (vB4) [AJAX] (https://vborg.vbsupport.ru/showthread.php?t=236970)

jerseyjoe44 08-12-2010 10:06 PM

Has anyone had a problem with the online users module when running this shoutbox? When I enable the shoutbox the online user module shows no users.

DragonByte Tech 08-12-2010 10:18 PM

That's a bug in vBAdvanced and its way of emulating a vBulletin environment, there's sadly nothing we can do about this at this point in time.

Fillip

RedTrinity 08-12-2010 10:55 PM

I just loaded our forum up in IE8 (I use Firefox by default) and got this error in a popup:

Quote:

Line: 504
Error: 'vB_Editor.dbtech_shoutbox_editor1' is null or not an object
:confused:

DragonByte Tech 08-12-2010 11:10 PM

Another user reported a similar error but I was unable to confirm it with IE8, so I'm not sure how I'll be able to fix it when it doesn't happen to me on IE8...

Fillip

K4GAP 08-14-2010 05:09 AM

This chat/shout mod beats the heck out of VSA's!! Good job!

DragonByte Tech 08-15-2010 06:52 PM

Quote:

Originally Posted by GaryT (Post 2083561)
This chat/shout mod beats the heck out of VSA's!! Good job!

=) Thanks, great to hear people enjoying the mod.

Iain

FReeSTER 08-18-2010 02:45 AM

How can I only put this chat in a specific forum ID? I will like to have it in the hidden Staff forum at my board. How can I do this?

Tri@de 08-18-2010 05:11 AM

how can i show the shoutbox only in a specified forum?
i tried to put the page in the instance management but i did something wrong because the shoutbox doesen't show.

Edit: heh the same question as El intocable :P

Eazy1 08-19-2010 05:40 PM

Installed and testing Lite version before purchasing... Its getting good reviews on our forum... one question though, I have 1 Instance and 3 Chat Rooms, for a total of 4 rooms/tabs... currently only the main "Shoutbox" tab flashes if there are new messages and you're in another room.... is there any way to have it work for all?

DragonByte Tech 08-19-2010 05:54 PM

Quote:

Originally Posted by El Intocable (Post 2085592)
How can I only put this chat in a specific forum ID? I will like to have it in the hidden Staff forum at my board. How can I do this?

Create a new Instance via Instance Management.
Set Auto-Deploy off
Set Shoutbox Deployment to forum,showthread
Set Templates to FORUMDISPLAY,SHOWTHREAD
Edit the FORUMDISPLAY template, and add this:

vBulletin 4.x
Code:

<vb:if condition="$foruminfo['forumid'] == 100">{vb:raw vbshout}</vb:if>
vBulletin 3.x
Code:

<if condition="$foruminfo['forumid'] == 100">{$vbshout}</if>
Edit the SHOWTHREAD template, and add this:

vBulletin 4.x
Code:

<vb:if condition="$threadinfo['forumid'] == 100">{vb:raw  vbshout}</vb:if>
vBulletin 3.x
Code:

<if condition="$threadinfo['forumid'] ==  100">{$vbshout}</if>
Replace 100 with your private forum's ID.


That should do it.

Quote:

Originally Posted by Eazy1 (Post 2086457)
Installed and testing Lite version before purchasing... Its getting good reviews on our forum... one question though, I have 1 Instance and 3 Chat Rooms, for a total of 4 rooms/tabs... currently only the main "Shoutbox" tab flashes if there are new messages and you're in another room.... is there any way to have it work for all?

It's intended to, are your chat rooms user created or admin created?
It may also require a shout and a page reload after the room was first created.


Fillip


All times are GMT. The time now is 06:28 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.02930 seconds
  • Memory Usage 1,745KB
  • 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
  • (4)bbcode_code_printable
  • (4)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