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)

DimOK 03-08-2010 09:03 PM

Also, you can open several private rooms with same person, just clicking twice... it should be fixed too.

DragonByte Tech 03-08-2010 09:14 PM

The first thing is related to the fact that you are a Shoutbox Manager, which does not have limitations on flooding.
The second issue sounds like a bug indeed, I'll look into it :) Thanks!


Fillip

DragonByte Tech 03-08-2010 11:48 PM

Quote:

Originally Posted by DimOK (Post 2000062)
Also, you can open several private rooms with same person, just clicking twice... it should be fixed too.

Hotfix:
Open clientscript/dbtech/vbshout/vbshout.js
Find:
Code:

eval('this.' + showfunc + ';');
Add below:
Code:

return false;
Be sure to always Ctrl+F5 when modifying JS files manually.
Thanks for this heads-up :)


Fillip

DragonByte Tech 03-16-2010 08:20 PM

v4.1.2 has just been released, which is a bugfix release.
  • The shoutbox will no longer cause screen flicker in Firefox 3.6.
  • It's no longer possible to open multiple PM tabs for the same user.
  • It should now be impossible to accidentally submit duplicate shouts.
  • Various database errors that appeared in rare scenarios have been fixed.


Fillip

DragonByte Tech 03-17-2010 10:13 AM

Two small bugs appeared and have been fixed:
* You'll no longer receive a popup box when there's an error in the shoutbox
* IE display order is now fully fixed.

Re-upload files, re-import XML :)

GafferSports 03-17-2010 12:57 PM

Your latest update is not style friendly and looks very poor on my main style

http://www.thesupporter.co.uk/forum/forum.php?styleid=9

I have even uninstalled the product and re-installed as I had removed the usergroup colouring previously and wondered if my coding may have been causing the problem, but to no avail.

DragonByte Tech 03-17-2010 01:05 PM

Edit dbtech_vbshout.css, namely the background-color:rgb(255,255,255);

Whenever a mod doesn't look correct in a certain skin, you should always look at the CSS files first :)
It's very hard to make something look 100% good on all skins, especially since the StyleVars system is still relatively incomplete.


Fillip

DragonByte Tech 03-17-2010 01:15 PM

In fact, try changing the relevant CSS to this:
Code:


.formcontrols .blockrow .alt {
        background-color:{vb:stylevar body_background.backgroundColor};
}

.formcontrols .blockrow .dbtech_shouts .dbtech_vbshout_tabs.alt {
        background-color:{vb:stylevar body_background.backgroundColor};
        position:relative;
        top:1px;
        z-index:99999;
}

Let me know if that looks OK for you (or anyone else who's using a Dark skin) :)
Thanks!


Fillip

DragonByte Tech 03-17-2010 01:25 PM

I've updated the zip file with the above fix incorporated, for those who have this colour issue and don't feel like editing the CSS.

I believe this should work for the majority of cases.

Fillip

GafferSports 03-17-2010 01:37 PM

I don't mind playing with the css at times but I wanted to let you know. However, that last fix looks good on my style, cheers.


All times are GMT. The time now is 08:03 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.04790 seconds
  • Memory Usage 1,736KB
  • 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
  • (3)bbcode_code_printable
  • (1)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
  • (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