vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Chat Modifications - [DBTech] vBShout v6 (vB3) [AJAX] (https://vborg.vbsupport.ru/showthread.php?t=241651)

Taringa! CS 04-25-2011 06:24 PM

Ahi Filip

Thanks for the update, but i've got the same blank page problems as before!

And after upgrading i can't go turn on/off by editing here vbshout.php?do=instance
After submiting i've got a blank page

Thanks

DragonByte Tech 04-25-2011 06:31 PM

Please check any server error logs you may have and post back if you get any errors.

Fillip

Taringa! CS 04-25-2011 06:51 PM

I'm not seeing any particularly error related to this issue :(

Matias

DragonByte Tech 04-25-2011 11:40 PM

In that case I don't think there's anything I can do, unless your server hides PHP errors somehow :(


Fillip

Taringa! CS 04-26-2011 11:10 AM

I found this :D

Fatal error: Cannot redeclare handle_bbcode_video() (previously declared in /var/www/xx.net/xx/foros/includes/class_bbcode.php(2469) : eval()'d code:24) in /var/www/xxx/xxx/foros/includes/class_bbcode.php(2469) : eval()'d code on line 53

DragonByte Tech 04-26-2011 01:02 PM

That's a bug in whatever mod is creating that function, then :)

You need to ask the author of that mod to wrap their function creation in
PHP Code:

if (!function_exists('handle_bbcode_video')) { } 


Fillip

DragonByte Tech 04-26-2011 03:13 PM

To try to end the confusion regarding hotfixes, I've decided to adopt adding "Patch Level" (PL) on to the end of my zip files.

Thus, I present vBShout v5.4.3 PL1 (Patch Level 1):
  • The Shoutbox should no longer fail to parse BBCode in shouts on vB4
  • Posting / editing / deleting a shout in a chatroom tab will no longer briefly flash back to the main shoutbox tab. My original fix for this caused some additional problems - namely the shoutbox didn't properly refresh when someone posted a shout.
  • A new "Automated Message" mode has been added, which ensures that automatically posted shouts (e.g. "has just replied to thread") will skip permission checks and use vBulletin's built-in BBCode parsing list when posting the shouts. This ensures that actions like the Pro-only "Shoutbox PM on forum PM" works correctly for users awaiting email confirmation.
  • Permissions issues with editing others' shouts have been resolved. This was a regression issue that got introduced when trying to fix the above problem.
To update, simply re-download the files and re-upload them. The XML file has not been changed in this version.



Fillip

Taringa! CS 04-26-2011 03:47 PM

Quote:

Originally Posted by DragonByte Tech (Post 2188874)
That's a bug in whatever mod is creating that function, then :)

You need to ask the author of that mod to wrap their function creation in
PHP Code:

if (!function_exists('handle_bbcode_video')) { } 


Fillip

But it only appears when vbshout it's on... it's weird

DragonByte Tech 04-26-2011 03:52 PM

Yeah, but the reason why that would happen is that in order to properly do the BBCode permissions I need to tell vB to fetch ALL BBCodes - which include custom ones - then later vB may request specific ones, which will then cause that error.

Fillip

Taringa! CS 04-26-2011 06:38 PM

It was a "Video-Directory Remixed" issue. I've fixed it :D

Thanks filip

DragonByte Tech 04-27-2011 11:00 PM

v5.4.3 PL2
  • A security vulnerability that rendered people able to post HTML code in the shoutbox has been fixed.
Fillip

Taringa! CS 04-27-2011 11:24 PM

Is it necessary to upload the xml?

DragonByte Tech 04-27-2011 11:34 PM

Nope, just the files :)


Fillip

wat3v3r 04-30-2011 05:25 AM

Just updated and getting little mysql errors .. in talk with my host right now to determine if this update caused it or what haha will get back on here with update if required laters.

crxrocks 04-30-2011 05:47 PM

Any idea why I'm only getting one line of text when using IE? Not a problem with Chrome or FF.

https://vborg.vbsupport.ru/

DoubleU 04-30-2011 06:39 PM

Hey Dragonbyte, ive installed your chatbox at http://www.undisputedonline.net/forums Installation was flawless but it will not show up on my current theme, but when you select the stock or the other template (at bottom of page) the box shows up fine... Im not the best with VB but do you have a code I can post in the header template for the box to show, help would be much appreciated, thanks mate.

wat3v3r 05-01-2011 07:03 AM

Okay we were kinda messing with our language set and changed it to utf8 and then back to ISO-8991

But after doing so .. i notice the Shoutbox started giving a lot of errors all of a sudden

- It would keep flashing
- It would give an error stating
PHP Code:

ErrorInvalid response from server0 1304236754 1304236754 shouts shouts SYSTEM","styleprops":"","message":"The Shoutbox has just been pruned!","pmuser":"","altclass":"alt1"}]]> 

I've tried re-installing but i get the same error :/ any help ?

DragonByte Tech 05-01-2011 02:37 PM

That happens in IE7 (or IE8+ renders the page in IE7 compatibility mode). It's sadly not something I'm able to fix :(


Fillip

DragonByte Tech 05-01-2011 02:47 PM

Quote:

Originally Posted by DoubleU (Post 2190421)
Hey Dragonbyte, ive installed your chatbox at http://www.undisputedonline.net/forums Installation was flawless but it will not show up on my current theme, but when you select the stock or the other template (at bottom of page) the box shows up fine... Im not the best with VB but do you have a code I can post in the header template for the box to show, help would be much appreciated, thanks mate.

Please ensure that $ad_location['ad_navbar_below'] exists in your template.

Also, it's not possible to place it in the header template.

Quote:

Originally Posted by wat3v3r (Post 2190572)
Okay we were kinda messing with our language set and changed it to utf8 and then back to ISO-8991

But after doing so .. i notice the Shoutbox started giving a lot of errors all of a sudden

- It would keep flashing
- It would give an error stating
PHP Code:

ErrorInvalid response from server0 1304236754 1304236754 shouts shouts SYSTEM","styleprops":"","message":"The Shoutbox has just been pruned!","pmuser":"","altclass":"alt1"}]]> 

I've tried re-installing but i get the same error :/ any help ?

Could you try creating a new test language and leave it at ISO?


Fillip

crxrocks 05-02-2011 01:06 PM

Quote:

Originally Posted by crxrocks (Post 2190399)
Any idea why I'm only getting one line of text when using IE? Not a problem with Chrome or FF.

http://i568.photobucket.com/albums/s...lipboard01.jpg

Any ideas for this problem? I can't find a setting which changes the behavior for IE.

Thanks!

DragonByte Tech 05-02-2011 03:50 PM

Quote:

Originally Posted by crxrocks (Post 2191024)
Any ideas for this problem? I can't find a setting which changes the behavior for IE.

Thanks!

Please see this post:
Quote:

Originally Posted by DragonByte Tech (Post 2190699)
That happens in IE7 (or IE8+ renders the page in IE7 compatibility mode). It's sadly not something I'm able to fix :(


Fillip

crxrocks 05-02-2011 04:53 PM

Quote:

Originally Posted by DragonByte Tech (Post 2191076)
Please see this post:



Fillip

Oh, ok thx. I thought that was a response to a different post.

wi11ie1950 05-05-2011 07:10 AM

1 Attachment(s)
I have a problem with the shoutbox in as much as i get what you see in the attached photo.
I have uninstalled and re-installed it a number of times and no difference.
Doesn't matter what i type in the box, Nothing happens.

I made a chatroom named Admins but that doesn't show in the tabs.

I have check all permissions and they are OK

I am running vBulletin version 3.8.2.

It does the same in Firefox and IE

FF Error console... says Error: vBShout_Obj is not defined
Source File: http://www.wi11ie.com/forum/index.php
Line: 895

DragonByte Tech 05-05-2011 11:03 PM

Please try disabling all other mods as you appear to have a conflict that's preventing the JS files from loading.

Could you please also try updating to the latest version of vB3?

Fillip

wi11ie1950 05-06-2011 07:28 AM

Hi Fillip.
It was working ok under VB 3.7.3 until i added myself to the config file as undeletableuser and Super admin.
I haven't been able to get it to work since.

I will try shutting down all the mods i have. Didn't make any difference. Still doesn't work.

I only upgraded to see if it would work under 3.8.2.

3.8.2 is the latest i am able to update to with my license.
I also have a site running Xenforo so i don't want to renew my VB license.

A friend of mine has it working fine on VB 3.7.3

Reverted the config.php file back to the way it was. Still not working.

bgdave 05-10-2011 03:17 AM

I love the chatbox. If there was an easy and well defined way to put it on my forum home vbadvanced page, I would gladly purchase the pro version.

DragonByte Tech 05-10-2011 07:30 PM

Quote:

Originally Posted by wi11ie1950 (Post 2192598)
Hi Fillip.
It was working ok under VB 3.7.3 until i added myself to the config file as undeletableuser and Super admin.
I haven't been able to get it to work since.

I will try shutting down all the mods i have. Didn't make any difference. Still doesn't work.

I only upgraded to see if it would work under 3.8.2.

3.8.2 is the latest i am able to update to with my license.
I also have a site running Xenforo so i don't want to renew my VB license.

A friend of mine has it working fine on VB 3.7.3

Reverted the config.php file back to the way it was. Still not working.

Have you checked usergroup permissions and/or the deployment settings?

Quote:

Originally Posted by bgdave (Post 2193887)
I love the chatbox. If there was an easy and well defined way to put it on my forum home vbadvanced page, I would gladly purchase the pro version.

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).


Fillip

DragonByte Tech 05-13-2011 06:46 PM

- vBShout v5.4.4:
Feature: "Close" link for dropdowns
Feature: "Insert @<username>" link in the dropdowns
Change: Performance updates

Fillip

MissKalunji 05-14-2011 01:37 AM

Quote:

Originally Posted by DragonByte Tech (Post 2195266)
- vBShout v5.4.4:
Feature: "Close" link for dropdowns
Feature: "Insert @<username>" link in the dropdowns
Change: Performance updates


Fillip

what does that do exactly? :)

DragonByte Tech 05-14-2011 01:41 AM

Let's say you opened the menu for username "Fnask"

Clicking that menu item would insert "@Fnask: " into chat so you could quickly direct your shout to that person.

Useful for forums with lots of chat activity and people with long-winded usernames :)


Fillip

Pocket Aces 05-15-2011 12:47 AM

Moderation features like banning and pruning is ONLY available to admin usergroup (usergroupid #6) in Lite version? Other usergroup can't use those moderation features, is that correct?

DragonByte Tech 05-15-2011 12:51 AM

You can control banning via the Instance Management. Silence is a pro-only feature :)


Fillip

DragonByte Tech 05-20-2011 06:57 PM

- vBShout v5.4.4 PL1:
Fix: vB 4.1.4 compatibility


I know this is the vB3 forum, but I keep the zip files identical across both versions. You don't need to download this version unless you intend to upgrade to vB4.


Fillip

DragonByte Tech 05-21-2011 04:44 PM

Update: The PM issue has been taken care of, please re-download and re-upload the files :)


Fillip

floggerss 05-27-2011 12:29 PM

Hello, i need some support to customize my vshout. I want to edit the font, the colour and the size of the tabs, is there a way to do this? I mean the tabs of the different chat rooms

DragonByte Tech 05-27-2011 05:36 PM

You need to edit the dbtech_vbshout_colours.css template, more specifically the alt and alt2 classes within there :)


Fillip

Wonksta 06-05-2011 03:53 PM

I am using this on 3.8.6 and for some annoying reason when forumhome is loaded the Shoutbox doesn't load and scroll to the bottom of the chats instead the scroll bar always loads about one sentence above so you always have to scroll down manually on load to see the latest message.

DragonByte Tech 06-05-2011 10:11 PM

Sorry, I'm not sure I understand what you're asking :(


Fillip

Wonksta 06-06-2011 01:24 AM

The shoutbox doesn't load with the scroll bar at the bottom showing the most recent post it only scrolls down about 95% of the way hiding one sentence and forcing the user to manually scroll to the bottom on page loads...

DragonByte Tech 06-06-2011 01:32 AM

Which browser is that? That's not an issue I can replicate in Firefox 3/4, Chrome, IE8/9 or Opera.

Fillip


All times are GMT. The time now is 09:10 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.02034 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
  • (4)bbcode_php_printable
  • (10)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