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)

DragonByte Tech 02-27-2013 06:04 PM

We are thinking of moving towards a session based system for tracking active users which would achieve what you wish, but it's no small undertaking :)


Fillip

K4GAP 02-27-2013 06:56 PM

After several weeks of using this mod on vb4.2 I can say it is great! Nice work, thank you.

vinkenier 02-28-2013 05:25 PM

Quote:

Originally Posted by DragonByte Tech (Post 2406797)
We are thinking of moving towards a session based system for tracking active users which would achieve what you wish, but it's no small undertaking :)


Fillip

I would love to see this! :)
Is there an eta for this?

DragonByte Tech 02-28-2013 05:32 PM

Unfortunately we cannot provide any ETAs, sorry :(


Fillip

desifunz1 03-02-2013 11:37 PM

I installed this shoutbox on vB 4.2.0 but it isn't showing. Why? :(

DragonByte Tech 03-04-2013 12:48 PM

Did you set up the usergroup permissions in the Instance Management interface?

Fillip

desifunz1 03-07-2013 06:59 PM

permissions are all fine, Dbtech shoutbox tab on side of admincp does not show either :(

DragonByte Tech 03-10-2013 04:22 PM

Please add yourself to Super Administrator in config.php

Fillip

dany_danay 03-11-2013 08:14 PM

Solved

K4GAP 03-13-2013 06:55 PM

I understand the shout box picks up some of it's colors from the themes css settings but, I'm having a helluva time finding the proper setting to change the shout box to match the theme I have it on.

Visible at this link you can see the light grey area around the shoutbox that does not match the theme.

How or where do I make a change to select the color I want that grey to be?

Thank's, GREAT add-on!

DragonByte Tech 03-14-2013 03:39 AM

You can edit most of the colours of the Shoutbox by editing the dbtech_vbshout_colours.css CSS Template.

Other than that, I recommend using Google Chrome's F12 developer tool to select the part of the page that you want to alter - it will tell you in the sidebar to the right what CSS rules are applied.

Fillip

Cibox.de 03-14-2013 08:06 PM

Hmm, I can't find a German language file.
Is there no translation for German available?

DragonByte Tech 03-14-2013 08:10 PM

You can see all available German translations here: http://www.dragonbyte-tech.com/f91/?...refixid=german


Fillip

Cibox.de 03-15-2013 08:54 AM

Quote:

Originally Posted by DragonByte Tech (Post 2410022)
You can see all available German translations here: http://www.dragonbyte-tech.com/f91/?...refixid=german


Fillip

Hi Fillip,
thanks for the link, but I knew this translation area and couldn't find a translation for vBshout there.

Dogma21cw 03-15-2013 10:59 AM

One quick question, can super-admins see user create shoutbox channels? As in what's being talked about in there?

K4GAP 03-15-2013 11:29 AM

Quote:

Originally Posted by DragonByte Tech (Post 2409170)
Please add yourself to Super Administrator in config.php


Fillip

If my user name was donkey, where would I put that into the code below?

Code:

    //    ****** SUPER ADMINISTRATORS ******
    //    The users specified below will have permission to access the administrator permissions
    //    page, which controls the permissions of other administrators
$config['SpecialUsers']['superadministrators'] = '1';


DragonByte Tech 03-15-2013 04:36 PM

Quote:

Originally Posted by Dogma21cw (Post 2410128)
One quick question, can super-admins see user create shoutbox channels? As in what's being talked about in there?

I don't believe so, no.

Quote:

Originally Posted by GaryT (Post 2410132)
If my user name was donkey, where would I put that into the code below?

Code:

    //    ****** SUPER ADMINISTRATORS ******
    //    The users specified below will have permission to access the administrator permissions
    //    page, which controls the permissions of other administrators
$config['SpecialUsers']['superadministrators'] = '1';


Nowhere, you'd add your user ID after the 1 like so:
1,2
If your user ID was 2.



Fillip

K4GAP 03-15-2013 08:19 PM

Thanks, it was already there. It's been years since I messed with that file.

danycutu1 03-16-2013 06:20 AM

hello guys, i'm using IE9 to debug my forum.php and a get the following error while not being logged on, any clue? i'm using you 6.1.0 lite version with vb 4.2 last patch

SCRIPT5009: 'vBShout' is undefined
vbshout.js?v=610, line 24 character 2

and while being logged on i get this

SCRIPT438: Object doesn't support property or method 'appendTo'
vbshout.js?v=610, line 1804 character 9

How to fix it?

While debugging i get the second error unde this LOG: [7:2:53] Playing shout sound for tab shouts in instance 1 although i disbaled every option with sounds... really annoying sounds

Avros 03-17-2013 07:48 AM

Had this removed from my site on two separate occasions due to it corrupting the database. Since i had no further problems with my data. Whether it was directly this product or a conflict with another plugin i cannot be certain. It is a shame as it was promising.

DragonByte Tech 03-17-2013 08:21 PM

Quote:

Originally Posted by danycutu1 (Post 2410307)
hello guys, i'm using IE9 to debug my forum.php and a get the following error while not being logged on, any clue? i'm using you 6.1.0 lite version with vb 4.2 last patch

SCRIPT5009: 'vBShout' is undefined
vbshout.js?v=610, line 24 character 2

That's been fixed in a dev version, you can re-download the Lite version from www.dragonbyte-tech.com to get the fix :)

Quote:

Originally Posted by danycutu1 (Post 2410307)
and while being logged on i get this

SCRIPT438: Object doesn't support property or method 'appendTo'
vbshout.js?v=610, line 1804 character 9

How to fix it?

What does IE tell you is on that line?

Quote:

Originally Posted by danycutu1;2410307While debugging i get the second error unde this LOG: [7:2:53
Playing shout sound for tab shouts in instance 1 although i disbaled every option with sounds... really annoying sounds

That's printed even though sounds aren't actually playing, for debug purposes :)

Quote:

Originally Posted by Avros (Post 2410520)
Had this removed from my site on two separate occasions due to it corrupting the database. Since i had no further problems with my data. Whether it was directly this product or a conflict with another plugin i cannot be certain. It is a shame as it was promising.

We have not received any reports of data corruption as a result of this plugin before.

Could you elaborate as to the nature of the corruption?


Fillip

killerford 03-20-2013 03:14 PM

I might start using this shoutbox again for staff discussion only.

itguy1 03-20-2013 11:00 PM

Hi,
I just installed your mod and really like it.
Have looked through a few pages, but with over 150 and searched and didn't seem to find an answer.
Can you make the shoutbox display on all pages in VB 4.xxx instead of just the forum.php?
I can't seem to find a setting for that.

Thanks

Ichigo88 03-22-2013 02:06 AM

is possible to add {vb:raw show.vbshout_staff} only in staff category?

d1alaccom 03-24-2013 12:59 PM

is it not possible that like in first versions .. (vb3)
you can click at the name in the chat, and that you directly can write a private message?
not i other windows like now.. but in the same as the head shoutbox, only private... ?

DragonByte Tech 03-25-2013 06:00 PM

Quote:

Originally Posted by itguy1 (Post 2411293)
Hi,
I just installed your mod and really like it.
Have looked through a few pages, but with over 150 and searched and didn't seem to find an answer.
Can you make the shoutbox display on all pages in VB 4.xxx instead of just the forum.php?
I can't seem to find a setting for that.

Thanks

To put vBShout in a custom location, do the following:


Step 1: AdminCP -> DBTech - vBShout-> Instance Management -> [Edit].

Step 2: Change the Auto-Display Shoutbox setting to Disabled.

Step 3: Write down the the Varname setting. For the default shoutbox, it's instance1. The rest of this guide will assume you replace instance1 with the actual Varname if it is different.

Step 4: Enter the Style Manager and add either {vb:raw show.vbshout_instance1} (vB4) or {$show[vbshout_instance1]} (vB3) to the templates you wish the shoutbox to appear in.


Follow these steps as described and you will have total control over the position of the Shoutbox.
Please note that some locations may not work as intended on vBulletin 3.8, and also note that it is not designed to go in the Forum Blocks side-bar (vBulletin 4).

Quote:

Originally Posted by Ichigo88 (Post 2411521)
is possible to add {vb:raw show.vbshout_staff} only in staff category?

Follow the above instructions but limit the display to a specific forum ID when editing the FORUMDISPLAY template.

Quote:

Originally Posted by d1alaccom (Post 2411942)
is it not possible that like in first versions .. (vb3)
you can click at the name in the chat, and that you directly can write a private message?
not i other windows like now.. but in the same as the head shoutbox, only private... ?

Enable the Context Menu in the instance management options :)


Fillip

itguy1 04-01-2013 08:59 AM

Thanks!

salty 04-01-2013 08:52 PM

First off I am a ig fan of all your products!

A few of my users have been experiencing errors when they try to shout. The message is "Error: Invalid Message Specified"

Any idea what can cause this and how to fix it? Like I said its only happening for a very small percentage of my users.

Thanks.

DragonByte Tech 04-01-2013 09:27 PM

The only way this could happen is if the Shoutbox believe the shout is empty. Can you get some examples of shouts that produce this error?

Fillip

blackdream1971 04-02-2013 04:29 AM

Dragonbyte i successfully installed the shoutbox,

but 1 problem, when i click on archive i see no way of deleting/editing shouts??

i've looked in the admin CP and all the permissions seem to be set right,
i'm baffled?
because on my 3.7.3 version if i clicked on archive Edit/Delete would be right next to the shout, but now its not, am i just overlooking something?

also when i click on the smiley box and it pops up the smilies wont go into the shoutbox when you click on them, the box just closes.

this is really irritating the crap out of me, I CANNOT FIND OUT HOW TO EDIT/DELETE SHOUTS! grrrrrr
frustrating.

blackdream1971 04-02-2013 03:01 PM

ok i looked and i guess you have to have the PRO version to edit/delete single shouts?

qontagious 04-02-2013 09:56 PM

nevermind

DragonByte Tech 04-05-2013 02:31 PM

Double-click the shout.

Fillip

DragonByte Tech 04-05-2013 02:55 PM

vBShout v6.1.1
Feature: Improved logging details for Control Panel actions
Change: Changed the Branding display method to inject itself into the copyright footer (underneath vBulletin copyright) instead of the page footer.
Change: Changed the Branding Free Key to a more secure key.

Fillip

Alienware777 04-10-2013 03:05 PM

When using this in combination with Advanced User Tagging, how does one remove the "User Tags" tab? Even when I uncheck all three Shoutbox Integration marks from AUT settings it still shows the tab and the content of it is that of the default tab.

DragonByte Tech 04-12-2013 01:11 AM

You can disable the Shoutbox-related plugins belonging to the Advanced User Tagging product :)


Fillip

Mr. Kage 04-12-2013 02:38 PM

EDIT: Problem Resolved

rannski 04-14-2013 10:03 PM

Hello. sometimes when i type something in the shoutbox and hit shout, it gets posted but the post also remains in the typebox. needed to clear it first before typing a new one. only happened to me after i upgraded to 6.1.1 from 6.1.0.

MahdyE23 04-21-2013 10:05 PM

Hey, I installed the Lite version perfectly, but I am getting this error:

http://prntscr.com/11m2w9

I do not know what I am doing wrong? I imported the product perfectly and everything, it keeps giving me an error.

Please help?

DragonByte Tech 04-22-2013 06:17 PM

Quote:

Originally Posted by rannski (Post 2416393)
Hello. sometimes when i type something in the shoutbox and hit shout, it gets posted but the post also remains in the typebox. needed to clear it first before typing a new one. only happened to me after i upgraded to 6.1.1 from 6.1.0.

That can happen if there's some form of error somewhere in the submission. It's usually nothing to worry about if the rest of the mod works fine :)

Quote:

Originally Posted by MahdyE23 (Post 2417756)
Hey, I installed the Lite version perfectly, but I am getting this error:

http://prntscr.com/11m2w9

I do not know what I am doing wrong? I imported the product perfectly and everything, it keeps giving me an error.

Please help?

You need to upload the contents of the upload folder to your /forums/ folder :)


Fillip


All times are GMT. The time now is 11:34 AM.

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.03777 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
  • (2)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
  • (3)pagenav_pagelinkrel
  • (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