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)

literatestylish 04-18-2010 08:53 PM

Quote:

Originally Posted by DragonByte Tech (Post 2023392)
v4.5.1 has been released.

The major changes for the Lite version are:
* Revised layout to make the Shoutbox take up less space
* New context menu for shout users
* Users can now start typing immediately after sending a shout without having it deleted once the shout was posted

Additionally, putting the Shoutbox in a custom location now works again.


PS: If you're looking for the usergroup permissions, this has moved to the "Instance Management" area.

What's the new features for the Pro version?

DragonByte Tech 04-18-2010 09:00 PM

Ability to create multiple Instances, Chat Rooms for users, new Archive filtering/searching methods.

literatestylish 04-18-2010 09:03 PM

Any screenshots?

DragonByte Tech 04-18-2010 09:10 PM

You can visit and register at www.dragonbyte-tech.com to try it out for yourself :)

Khan_ 04-19-2010 01:00 AM

Is this command possibly be available in future release of this shoutbox " /prune username " to prune all the shouts of particular user ?

DragonByte Tech 04-19-2010 10:15 AM

That is already a feature in our Pro version :)


Fillip

Chalex4 04-19-2010 07:33 PM

Hello there. Before I download and use this I have a couple of questions.

1. Will you provide instructions on how to make it work on vBadvanced? I'm currently using the vsa one here, but it has some annoying bugs.

2. Can the input text box be below the chat view area?

Cheers!

bam-met 04-19-2010 10:20 PM

Corrected problem. It was my error - there were about 7 files that didn't upload correctly - and now everything works just fine...

Thank you

mokonzi 04-20-2010 10:37 AM

Quote:

Originally Posted by DragonByte Tech (Post 2023392)
v4.5.1 has been released.

The major changes for the Lite version are:
* Revised layout to make the Shoutbox take up less space
* New context menu for shout users
* Users can now start typing immediately after sending a shout without having it deleted once the shout was posted

Additionally, putting the Shoutbox in a custom location now works again.


PS: If you're looking for the usergroup permissions, this has moved to the "Instance Management" area.

Don't forget to update the modification's OP :)

STORMS 04-20-2010 06:30 PM

I downloaded the new updated version, but all it says is "Loading."

Also, when I select the archive, it says this: "Invalid Instance ID Go Back."

Am I missing something here? :confused:

Micaiah 04-20-2010 09:31 PM

something i noticed with this on the archives admins can see the private messages of other users is this a glitch or something cause i think that should be kept private and stuff o_O

DragonByte Tech 04-20-2010 09:42 PM

Quote:

Originally Posted by STORMS (Post 2024466)
I downloaded the new updated version, but all it says is "Loading."

Also, when I select the archive, it says this: "Invalid Instance ID Go Back."

Am I missing something here? :confused:

Make sure you revert all Shoutbox templates and CSS files if you have any customised.

Quote:

Originally Posted by Micaiah (Post 2024537)
something i noticed with this on the archives admins can see the private messages of other users is this a glitch or something cause i think that should be kept private and stuff o_O

It's an intended feature, but there will be a turn-off switch in the next feature update.


Fillip

STORMS 04-21-2010 12:52 AM

Quote:

Originally Posted by DragonByte Tech (Post 2024542)
Make sure you revert all Shoutbox templates and CSS files if you have any customised.

It's an intended feature, but there will be a turn-off switch in the next feature update.


Fillip

Cool, thank you.

I have another slight problem.

Shoutbox commands don't seem to be working for me, and when I go into "Usergroups" I don't have a section to activate shoutbox commands, etc.

literatestylish 04-21-2010 02:37 PM

Anyone figure out a way to change the timestamp so It only shows the HOUR and MINUTE instead of the day, hour, and minute. Takes up too much room.

literatestylish 04-21-2010 02:38 PM

Quote:

Originally Posted by Chalex4 (Post 2023984)
Hello there. Before I download and use this I have a couple of questions.

1. Will you provide instructions on how to make it work on vBadvanced? I'm currently using the vsa one here, but it has some annoying bugs.

2. Can the input text box be below the chat view area?

Cheers!

You can do that with the pro version.

DragonByte Tech 04-21-2010 05:38 PM

Quote:

Originally Posted by STORMS (Post 2024622)
Cool, thank you.

I have another slight problem.

Shoutbox commands don't seem to be working for me, and when I go into "Usergroups" I don't have a section to activate shoutbox commands, etc.

In 4.5.1, chat commands don't work in any tab other than Shoutbox (this includes PMs).
This is a limitation that will go away in the next feature update (v5.0).

Quote:

Originally Posted by literatestylish (Post 2024944)
Anyone figure out a way to change the timestamp so It only shows the HOUR and MINUTE instead of the day, hour, and minute. Takes up too much room.

To do that you'd need to edit the code.
Open /dbtech/vbshout/includes/libs/shoutbox.php and search for 'timeformat' including the quotes.

literatestylish 04-21-2010 07:03 PM

Quote:

Originally Posted by DragonByte Tech (Post 2025020)

To do that you'd need to edit the code.
Open /dbtech/vbshout/includes/libs/shoutbox.php and search for 'timeformat' including the quotes.

OK. I found that bit of code:

Code:

                                        $time = vbdate($this->registry->options['timeformat'],        $shouts_r['dateline'], $this->registry->options['yestoday']);
                                        break;
                                       
                                default:
                                        // Everything else
                                        $time = vbdate($this->registry->options['dateformat'],        $shouts_r['dateline'], $this->registry->options['yestoday']) . ' ' .
                                                        vbdate($this->registry->options['timeformat'],        $shouts_r['dateline'], $this->registry->options['yestoday']);
                                        break;
                        }

Now what do I do for it just to display Hour and Minute?

DragonByte Tech 04-21-2010 07:15 PM

remove
Code:

vbdate($this->registry->options['dateformat'],        $shouts_r['dateline'], $this->registry->options['yestoday']) . ' ' .
No more and no less.


Fillip

jgruberman 04-22-2010 01:34 AM

Let me start out by saying that this mod works wonderful and the features are great. Two questions:

1. How does the font get larger? It seems to be a little small for the old timers on my board :)

2. It seems as though when you are talking with someone over PM and the page changes, the shoutbox takes you back to the public shouts and not the PM. So you have to click on the PM tab again before you can talk privately... we had an embarrassing moment with this... is this a known issue, or a problem on my side?

Again, thanks so much you guys made a great, solid product.

literatestylish 04-22-2010 02:41 PM

Quote:

Originally Posted by DragonByte Tech (Post 2025063)
remove
Code:

vbdate($this->registry->options['dateformat'],        $shouts_r['dateline'], $this->registry->options['yestoday']) . ' ' .
No more and no less.


Fillip

Thank you!

I just downloaded the new version however, and I am not able to Private Chat anyone now. Clicking on a Username now gives me the option to View Profile or Send Private Message but no option to go into a private chat with them.

shadowla05 04-22-2010 06:39 PM

any chance of adding sound when new message has been enter????

DimOK 04-23-2010 06:59 AM

Notifications about posting cms and blog articles/comments pleeeease.

DimOK 04-23-2010 01:36 PM

Can you make it respect 'global' ignore lists?

DragonByte Tech 04-23-2010 01:45 PM

Quote:

Originally Posted by shadowla05 (Post 2025529)
any chance of adding sound when new message has been enter????

Future version.

Quote:

Originally Posted by DimOK (Post 2025798)
Notifications about posting cms and blog articles/comments pleeeease.

Integration with products not found in the vB4 Forum package is coming in the future.

Quote:

Originally Posted by DimOK (Post 2025962)
Can you make it respect 'global' ignore lists?

If you mean the Tachy list, then that's a feature so rarely used it's not worth it.
If you mean the user ignore, then no because people might want them separate.


Fillip

literatestylish 04-25-2010 02:59 PM

Any update on the Private Chat issues?

DragonByte Tech 04-25-2010 03:02 PM

5.1 will have a Shout Reporting feature, so I've disabled this functionality for 5.0.

Billspaintball 04-26-2010 06:48 AM

Can you import the old Inferno shoutbox archive into this easily, or would we have to mess around manually with the database?

jgruberman 04-26-2010 08:51 PM

Quote:

Originally Posted by jgruberman (Post 2025201)
Let me start out by saying that this mod works wonderful and the features are great. Two questions:

1. How does the font get larger? It seems to be a little small for the old timers on my board :)

2. It seems as though when you are talking with someone over PM and the page changes, the shoutbox takes you back to the public shouts and not the PM. So you have to click on the PM tab again before you can talk privately... we had an embarrassing moment with this... is this a known issue, or a problem on my side?

Again, thanks so much you guys made a great, solid product.

DragonByte? Any response to these two? They both seem to have been missed in your responses.

DragonByte Tech 04-26-2010 09:48 PM

Sorry I missed these :(

Quote:

Originally Posted by jgruberman (Post 2025201)
1. How does the font get larger? It seems to be a little small for the old timers on my board :)

That's a feature of the Pro version, though I should pre-warn you that there's a bug in v4.5.1 that causes the size to not be remembered.
It's been fixed for 5.0 though.

Quote:

Originally Posted by jgruberman (Post 2025201)
2. It seems as though when you are talking with someone over PM and the page changes, the shoutbox takes you back to the public shouts and not the PM. So you have to click on the PM tab again before you can talk privately... we had an embarrassing moment with this... is this a known issue, or a problem on my side?

Define "page changes"?
Do you mean you refresh the page with F5? If so, then yes that will happen, and it's intended behaviour.
If you mean when someone else posts a shout? If so, tell me if you use the AOP setting in the Shoutbox Settings.


Fillip

DragonByte Tech 04-26-2010 10:07 PM

Quote:

Originally Posted by Billspaintball (Post 2027433)
Can you import the old Inferno shoutbox archive into this easily, or would we have to mess around manually with the database?

There's no importer for the old Inferno shoutbox written, so if you wanted it done you'd need to do it manually.


Fillip

jgruberman 04-26-2010 10:30 PM

Quote:

Originally Posted by DragonByte Tech (Post 2027818)
That's a feature of the Pro version, though I should pre-warn you that there's a bug in v4.5.1 that causes the size to not be remembered.
It's been fixed for 5.0 though.

Okay, thank you.

Quote:

Originally Posted by DragonByte Tech (Post 2027818)
Define "page changes"?
Do you mean you refresh the page with F5? If so, then yes that will happen, and it's intended behaviour.
If you mean when someone else posts a shout? If so, tell me if you use the AOP setting in the Shoutbox Settings.

Fillip

No.. when I am having a private chat with someone and the page refreshes or another page loads, it takes me out of the private chat into the public chat.

DragonByte Tech 04-27-2010 12:01 AM

You said "the page refreshes" which means you refreshed the page or it gets refreshed by some other means, in which case it's intended. There's no way of knowing what private chats you had open before the page refreshes.

EDIT: If the screen "flashes" as it refreshes, then the data is reset, so it won't save your tab. If you mean new shouts appearing in the shoutbox cause you to switch tabs, then thats a bug. Theres no real way of preventing the tab switching on a full page refresh without increasing load on the server. Same applies when you change page, sorry. - Iain

Fillip

Andrei29 04-27-2010 03:18 PM

Hi thanks for the great product. I installed shout box. Great product. Thanks.

Currently, the default setup is at the top of my forum just below the banner. Is there any possibility of switching it to the bottom of my forum or even inside one of my designated forum section??

Pls advise. Thanks!

blue6995 04-27-2010 08:34 PM

Didn't work for me. I didn't even get the Chat Box appear - uninstalled

jgruberman 04-27-2010 08:43 PM

Quote:

Originally Posted by blue6995 (Post 2028267)
Didn't work for me. I didn't even get the Chat Box appear - uninstalled

Did you go into the Options and clear the Shoutbox Deployment box so it displays on all pages?

jgruberman 04-27-2010 08:46 PM

Quote:

Originally Posted by DragonByte Tech (Post 2027862)
You said "the page refreshes" which means you refreshed the page or it gets refreshed by some other means, in which case it's intended. There's no way of knowing what private chats you had open before the page refreshes.

EDIT: If the screen "flashes" as it refreshes, then the data is reset, so it won't save your tab. If you mean new shouts appearing in the shoutbox cause you to switch tabs, then thats a bug. Theres no real way of preventing the tab switching on a full page refresh without increasing load on the server. Same applies when you change page, sorry. - Iain

Fillip

Okay, I understand all of that. I meant when I refreshed the page myself by going to another page or refreshing the current one myself with F5. I don't need anymore server load than this already gives.

Two more questions since your guys' support is so fast and solid:

1. For the Optimization Settings, which will take less server load? The database or filesystem? I'm running close to a gig of bandwidth a day including this shoutbox, which takes up most of the bandwidth.

2. I'm having an issue with this displaying the shouts on one of my pages... http://www.dfwsportbikes.org/wiki/. I'm sure it's something with the way the pages integrate together and a piece of code that points to root/shout.php or whatever and the wiki thinks its the root, but hoping you know a quick code mod or snippet to insert/change so it will display the shouts on this page too. Thanks again!

blue6995 04-27-2010 08:56 PM

Quote:

Originally Posted by jgruberman (Post 2028272)
Did you go into the Options and clear the Shoutbox Deployment box so it displays on all pages?

Thank you so much. It is now working

jgruberman 04-27-2010 10:03 PM

Quote:

Originally Posted by blue6995 (Post 2028278)
Thank you so much. It is now working

Glad to help and give DragonByte some more opportunity to help me :D

DragonByte Tech 04-28-2010 10:32 AM

Quote:

Originally Posted by jgruberman (Post 2028273)
1. For the Optimization Settings, which will take less server load? The database or filesystem? I'm running close to a gig of bandwidth a day including this shoutbox, which takes up most of the bandwidth.

File System.
The Database option is actually going away in 5.0, because with the changes to the AOP system it became unmanageable.

Quote:

Originally Posted by jgruberman (Post 2028273)
2. I'm having an issue with this displaying the shouts on one of my pages... http://www.dfwsportbikes.org/wiki/. I'm sure it's something with the way the pages integrate together and a piece of code that points to root/shout.php or whatever and the wiki thinks its the root, but hoping you know a quick code mod or snippet to insert/change so it will display the shouts on this page too. Thanks again!

It's only really designed to work on vBulletin-enabled pages.
What's needed is a script name and a template name, the script name is indicated by a
define('THIS_SCRIPT, 'scriptname');
Near the top of the files.


Fillip

WhiskeyOSS 04-29-2010 05:59 AM

never mind found my answer


All times are GMT. The time now is 09: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.02947 seconds
  • Memory Usage 1,855KB
  • 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
  • (25)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