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 05-01-2010 10:15 PM

Quote:

Originally Posted by shadowla05 (Post 2030337)
ok well it sourt of works now i can hear the notification when sum one makes a shout but not when i enter a shout. i suppose that better then nothing thanx.

The feature wasn't designed to make a noise when you enter a shout - consider it as similar to an Instant Messaging program - it makes a noise to alert you a message has been posted/received, Theres no practical reason to make a noise when you enter one... You know you entered one, you're the one who done it haha. =P

Iain

STORMS 05-01-2010 10:28 PM

I installed the updated version today, but I when I try and upload the XML file, I get this...

"C:\Inetpub\vhosts\mortalkombatempires.com\httpdoc s\forum/dbtech/vbshout/install/install/5000.php is missing!"

I know I installed the upload files.

Manoel J?nior 05-01-2010 10:37 PM

There is a problem, see:

http://content.imagesocket.com/image...ure00011f3.png

http://content.imagesocket.com/image...ure000287f.png

davew 05-01-2010 11:01 PM

Thanks for the upgrade and the new features.. very cool :)

I've just downloaded and installed, and I've seen a few errors already..
  1. The shoutbox defaults to idle after a refresh.. this is really annoying :(
  2. A refresh defaults to the main shoutbox rather than the chatroom you were in.
  3. No output appears until AFTER you have made an entry of your own.
  4. Getting dbase errors : Invalid SQL:

    SELECT chatroomid, user.username
    FROM dbtech_vbshout_chatroommember AS vbshout
    LEFT JOIN user AS user ON(user.userid = vbshout.invitedby)
    WHERE vbshout.userid = 1
    AND status = 0;

    MySQL Error : Unknown column 'vbshout.invitedby' in 'on clause'
    Error Number : 1054

Oh yes, I see there is a VB38 XML install file too? so this is cool for VB3.8??

Any suggestions appreciated..

DragonByte Tech 05-01-2010 11:26 PM

Quote:

Originally Posted by Manoel J?nior (Post 2030354)
There is a problem, see:

I have no idea how or why that happens =/
There's really nothing I can do about it either, if I take those checks out then the XML might not even import for you, and it'll break for everyone who didn't upload those files...

Is Safe Mode enabled in your php.ini? Anything else you can tell me about your config that would help figure this out?

Quote:

Originally Posted by davew (Post 2030364)
1. The shoutbox defaults to idle after a refresh.. this is really annoying :(

Instance Manager -> Edit Permissions -> uncheck Is Auto Idle for all usergroups that shouldn't have this.

Quote:

Originally Posted by davew (Post 2030364)
2. A refresh defaults to the main shoutbox rather than the chatroom you were in.

No way of fixing this, it's not for certain the chatroom exists after a refresh (could have been wiped, etc).

Quote:

Originally Posted by davew (Post 2030364)
3. No output appears until AFTER you have made an entry of your own.

Side-effect of the new AOP system. Did you CHMOD /dbtech/vbshout/aop directory to 0777? I forgot to add it to the main readme file, sorry :(

Quote:

Originally Posted by davew (Post 2030364)
SELECT chatroomid, user.username
FROM dbtech_vbshout_chatroommember AS vbshout
LEFT JOIN user AS user ON(user.userid = vbshout.invitedby)
WHERE vbshout.userid = 1
AND status = 0;

That probably only happened while you were upgrading.
If not, run
Code:

alter table dbtech_vbshout_chatroommember add invitedby int(10) unsigned not null default '0'

Quote:

Originally Posted by davew (Post 2030364)
Oh yes, I see there is a VB38 XML install file too? so this is cool for VB3.8??

Indeed :)

todomaquinas 05-02-2010 09:23 PM

Hi all, I installed this great hack, and I have three questions that are not can be solved if:

The first is that the background color where red is written out, I like to write with red, but then barely visible letters.

The second is that if it's possible to change the font size, and can not find the option.

And the latest is that when you're not in the chat, if you do nothing get a message: "Notice: You are currently showing up as idle. Click here to summarizing activity."
Would it be possible to translate into my language Spanish?, Because I can not find the words.

That's it, otherwise it seems an excellent product.

Regards.

DragonByte Tech 05-02-2010 09:54 PM

Quote:

Originally Posted by todomaquinas (Post 2030771)
The first is that the background color where red is written out, I like to write with red, but then barely visible letters.

I'm not quite sure what you're saying here, but in v5 the templates changed so that it's using the same background colour as the postbit.

Revert any customised vBShout templates and / or the vBShout CSS file.

Quote:

Originally Posted by todomaquinas (Post 2030771)
The second is that if it's possible to change the font size, and can not find the option.

This is a feature in the Pro version :)

Quote:

Originally Posted by todomaquinas (Post 2030771)
And the latest is that when you're not in the chat, if you do nothing get a message: "Notice: You are currently showing up as idle. Click here to summarizing activity."
Would it be possible to translate into my language Spanish?, Because I can not find the words.

At this time, it's not possible to translate that. I'm looking into making it translatable in the future, though :)

davew 05-02-2010 10:22 PM

Quote:

Originally Posted by DragonByte Tech (Post 2030372)
Instance Manager -> Edit Permissions -> uncheck Is Auto Idle for all usergroups that shouldn't have this.

Ah OK, I thought that was to have them go into idle mode after a while..

Quote:

Originally Posted by DragonByte Tech (Post 2030372)
No way of fixing this, it's not for certain the chatroom exists after a refresh (could have been wiped, etc).

Could it not check if it exists? :)

Quote:

Originally Posted by DragonByte Tech (Post 2030372)
Side-effect of the new AOP system. Did you CHMOD /dbtech/vbshout/aop directory to 0777? I forgot to add it to the main readme file, sorry :(

I changed perms on the AOP *FILE*, not the directory.. Doh!! Working fine now!

Quote:

Originally Posted by DragonByte Tech (Post 2030372)
That probably only happened while you were upgrading.

I think you're right there too :)


Quote:

Originally Posted by DragonByte Tech (Post 2030372)
Indeed :)

:up:

Thanks for the speedy and helpful response, much appreciated!

DragonByte Tech 05-02-2010 11:17 PM

Quote:

Originally Posted by davew (Post 2030810)
Ah OK, I thought that was to have them go into idle mode after a while..

Nah it's to set idle when you first load the page.
Good thing to do for guests if you have a busy forum with lots of guests but want to show off the Shoutbox feature, that way they don't take up resources needlessly :)

Quote:

Originally Posted by davew (Post 2030810)
Could it not check if it exists? :)

Yeah but it's not the only problem that feature poses, it was just an example.
I'll investigate it further for a future version though :)

WhiskeyOSS 05-03-2010 09:40 AM

Team is having a blast with this Hack good job... . * * * * * 5 stars :up: from OSS


All times are GMT. The time now is 09:25 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.02244 seconds
  • Memory Usage 1,764KB
  • 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
  • (1)bbcode_code_printable
  • (17)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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