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.

DragonByte Tech 03-17-2010 01:48 PM

Cool, glad it worked :)

I do apologise for these FUBARs, the vB4 style system is still new to most of us, and I was never design-inclined in the first place :p


Fillip

DragonByte Tech 03-17-2010 02:08 PM

@GafferSports: I noticed the tabs didn't look correct on your site, so I've updated the XML file with the following CSS fixes:
Code:

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

.formcontrols .blockrow .dbtech_shouts .dbtech_vbshout_tabs.alt2 {
        background: {vb:stylevar control_background};
        border-bottom:{vb:stylevar blockhead_border};
        position:relative;
        top:{vb:stylevar blockhead_border.borderWidth}{vb:stylevar blockhead_border.units};
        z-index:99999;
}

The changes are to the "top" variable, this time it should work on every skin regardless of their border settings :)


Fillip

bandare 03-17-2010 02:24 PM

thanks very much. I've waited to add a shoutbox to my vb 4 hoping you would make a compatible version. Will install imminently. Thanks for all the hard work coding this.

GafferSports 03-17-2010 02:24 PM

Thanks Fillip

wampforum 03-17-2010 08:17 PM

i have a coouple of issues with this.
firstly this mod is disabling my widget configure button - they are all dead with this running - work fine with it disabled!
secondly is it possible to change the text colour per style? The text is fine on my dark backgrounds but the one with a white box makes it invisible.
otherwise great mod

Blooded 03-18-2010 05:35 PM

Hi i have a problem i cant change the place of textbox input i put it in the right above behind but always stays in the left side

STORMS 03-18-2010 07:28 PM

I moved the files to their directories, and uploaded the XML file... it doesnt show up for me. What im doing wrong?

DragonByte Tech 03-19-2010 12:10 AM

Quote:

Originally Posted by wampforum (Post 2005733)
i have a coouple of issues with this.
firstly this mod is disabling my widget configure button - they are all dead with this running - work fine with it disabled!

What widget configure button?
Quote:

Originally Posted by wampforum (Post 2005733)
secondly is it possible to change the text colour per style? The text is fine on my dark backgrounds but the one with a white box makes it invisible.
otherwise great mod

No, the user selected font colours are global.
It uses the same colour selector as vBulletin, so you can edit the editor_colors (or something similar) template to remove the text colours you don't want / add new ones for your members to use :)

Blooded 03-19-2010 01:30 AM

Still can change the place of texbox area :( help please

btw nominated for the mod of the month :D

STORMS 03-19-2010 01:50 AM

Quote:

Originally Posted by STORMS (Post 2006018)
I moved the files to their directories, and uploaded the XML file... it doesnt show up for me. What im doing wrong?

Bumping this.

Please, respond as soon as possible.

Thanks!

DragonByte Tech 03-19-2010 09:57 AM

Quote:

Originally Posted by Blooded (Post 2006210)
Still can change the place of texbox area :( help please

btw nominated for the mod of the month :D

Try going into your UserCP -> Edit Options. You can change it there.

Quote:

Originally Posted by STORMS (Post 2006218)
Bumping this.

Please, respond as soon as possible.

Thanks!

Make sure the usergroup permissions are set correctly.


Fillip

Antonio Pereira 03-19-2010 03:34 PM

Warning: touch() [function.touch]: Utime failed: Permission denied in [path]/dbtech/vbshout/includes/libs/shoutbox.php on line 425

Wen i choose "Use File System" show this error before posting.

Best Regards

DragonByte Tech 03-19-2010 04:16 PM

You can try using the chmod command on the file to 0777, if that doesn't work then you're stuck with the database method of optimisation, I'm afraid :(


Fillip

wampforum 03-19-2010 04:29 PM

Quote:

Originally Posted by DragonByte Tech (Post 2006182)
What widget configure button?
No, the user selected font colours are global.
It uses the same colour selector as vBulletin, so you can edit the editor_colors (or something similar) template to remove the text colours you don't want / add new ones for your members to use :)

will try the text thing thanks.
the other issue is when i go to widgets in admincp then click the configure button - just dead wont link, same on all widgets, turn this off works fine. Im still using this - just a pain to have to turn it off to configure any widgets

DragonByte Tech 03-19-2010 04:36 PM

Quote:

Originally Posted by wampforum (Post 2006579)
will try the text thing thanks.
the other issue is when i go to widgets in admincp then click the configure button - just dead wont link, same on all widgets, turn this off works fine. Im still using this - just a pain to have to turn it off to configure any widgets

I just tried this on my forum (vBulletin 4.0.2) and it works fine with vBShout enabled.
Have you tried it in other browsers with vBShout enabled? It works fine in Firefox 3.6


Fillip

Blooded 03-19-2010 09:38 PM

Quote:

Originally Posted by DragonByte Tech (Post 2006385)
Try going into your UserCP -> Edit Options. You can change it there.

Make sure the usergroup permissions are set correctly.


Fillip

only archive option there nothing more :confused:

wampforum 03-22-2010 10:07 AM

No i'll try a different browser - I am running fiefox 3.6 too

wampforum 03-25-2010 05:02 PM

Hi , my shoutbox has been working fine but this error just started :

Error: Invalid response from server:
Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0

Fatal error: Unknown: Failed opening required '.........l/VB4/ajax.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in Unknown on line 0
Success: N/A
Sticky: N/A
Loading...

been working fine just changed all of a sudden, I havent changed anything system wise, mods anything like that just normal use!

DragonByte Tech 03-25-2010 05:35 PM

I suggest contacting your web host (if you are sure the file still exists) it's definitely not this mod's fault :)

I may be wrong, but it sounds like the file permissions of the ajax.php file has been altered.


Fillip

wampforum 03-25-2010 05:48 PM

ok mate will do - thanks for the speedy reply

wampforum 03-25-2010 06:11 PM

yeah the file permissions were changed - I also noticed I had the older version of this so I upgraded to the newest one but I know get the following error:
Error: Invalid response from server:
Warning: touch() [function.touch]: Utime failed: Permission denied in [path]/dbtech/vbshout/includes/libs/shoutbox.php on line 425

sorry for being a pain!

wampforum 03-26-2010 07:30 AM

ok I reinstalled, - it seems to work ok now on database or disabled optimization but not file system (It was running database when it broke though!)
so at least its working again if not with file system!!

Pimpin PSP 03-26-2010 05:38 PM

can somone tell me how to do that?

jacx 03-26-2010 06:34 PM

Question if i may.

Is it possible to make it so that this shoutbox only shows in a single private forum and not across the rest of the forums.

Thus in this example i need the shoutbox to be in forum 98 only and no where else.

thanks

STORMS 03-26-2010 11:29 PM

Quote:

Originally Posted by DragonByte Tech (Post 2006385)
Try going into your UserCP -> Edit Options. You can change it there.

Make sure the usergroup permissions are set correctly.


Fillip

Thank you. :up:

PjDaBadMan 03-27-2010 12:14 PM

Do you happen to know how to change the position of the chatbox. Either move it under the donation bar or just further up?

https://vborg.vbsupport.ru/external/2010/03/9.jpg


Any Help?

ozzy47 03-28-2010 07:48 PM

I have a issue with the editor, it is way to big

http://i96.photobucket.com/albums/l1.../ffwchat-1.png

STORMS 03-28-2010 08:21 PM

So far, this shoutbox is great. But is there any way to move that huge text box under the shoutbox in a single line? It looks really huge and ugly next to the shoutbox.

I selected "Under" on the settings, but nothing changes.

ozzy47 03-28-2010 08:31 PM

Quote:

Originally Posted by STORMS (Post 2011857)
So far, this shoutbox is great. But is there any way to move that huge text box under the shoutbox in a single line? It looks really huge and ugly next to the shoutbox.

I selected "Under" on the settings, but nothing changes.

ditto on that too!

airheadairbrush 03-29-2010 04:35 PM

how do you delete the sticky: Sticky: Welcome to DragonByte Tech: vBShout!


All times are GMT. The time now is 04:13 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.02993 seconds
  • Memory Usage 1,829KB
  • 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
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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