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)

camoit 04-05-2012 05:36 AM

If I was to delete the 2 database entries for the shout box and reinstall it, will it make a new database entry?

SteveLV702 04-05-2012 06:31 PM

on 2 of my sites I get this message in the vbShout box:

Error: Either your browser does not support AJAX, or the forum administrator has chosen to disable AJAX. vBShout cannot run under these conditions.

yet on two of my sites I don't and since all the sites are on the same server I know its not a server setting... Where do I go to enable AJAX?

DragonByte Tech 04-05-2012 06:43 PM

Quote:

Originally Posted by ptshooter619 (Post 2316883)
how do you change the backround color?

The input area works off of two StyleVars:
input_background and control_focus_background. The first is before the user selected the input area, and the 2nd is while the user is typing.

The actual shouts' background area works off of the postbit_background StyleVar.

Quote:

Originally Posted by SteveLV702 (Post 2317101)
on 2 of my sites I get this message in the vbShout box:


Error: Either your browser does not support AJAX, or the forum administrator has chosen to disable AJAX. vBShout cannot run under these conditions.


yet on two of my sites I don't and since all the sites are on the same server I know its not a server setting... Where do I go to enable AJAX?

vBulletin Options, I don't know the specific option group though.


Fillip

camoit 04-07-2012 05:59 AM

If I was to delete the 2 database entries for the shout box and reinstall it, will it make a new database entry?

Pandemikk 04-07-2012 07:08 AM

Quote:

Originally Posted by camoit (Post 2317637)
If I was to delete the 2 database entries for the shout box and reinstall it, will it make a new database entry?

I'm sorry, but your question doesn't make sense?

vBShout has multiple tables in the database, all of which are removed upon uninstall (if not already removed) and created (if not already created) upon install.

olalaaa 04-07-2012 01:49 PM

I am quiet new to VB, but now i have downloaded your vb shout, and i want to make it like that there is an image ifront of the name, when they shout. i already have the code, it working in postbit_legacy. but for some reason it isnt working in vbshout.

is it even possible? and am i asking this at the right place?

PHP Code:

<vb:if condition="$post['field10']&&$post['field7']">
<
img src="http://envygaming.x10.mx/images/misc/{vb:raw post.field7}.gif" title="{vb:raw post.field10}"/></vb:if>
<
vb:if condition="$post['field9']&&$post['field6']">
<
img src="http://envygaming.x10.mx/images/misc/{vb:raw post.field6}.gif" title="{vb:raw post.field9}"/></vb:if> 


W2OE_Prodigy 04-07-2012 08:05 PM

How do you create the sound from the shoutbox? I'm not sure if there is an option somewhere or another code to input. Could somebody help answer for me? Thanks in advance!

I have vB 4.1.11 just to let you know!

DragonByte Tech 04-08-2012 03:27 AM

Quote:

Originally Posted by olalaaa (Post 2317751)
I am quiet new to VB, but now i have downloaded your vb shout, and i want to make it like that there is an image ifront of the name, when they shout. i already have the code, it working in postbit_legacy. but for some reason it isnt working in vbshout.

is it even possible? and am i asking this at the right place?

PHP Code:

<vb:if condition="$post['field10']&&$post['field7']">
<
img src="http://envygaming.x10.mx/images/misc/{vb:raw post.field7}.gif" title="{vb:raw post.field10}"/></vb:if>
<
vb:if condition="$post['field9']&&$post['field6']">
<
img src="http://envygaming.x10.mx/images/misc/{vb:raw post.field6}.gif" title="{vb:raw post.field9}"/></vb:if> 


That's not currently possible, sorry :(

Quote:

Originally Posted by W2OE_Prodigy (Post 2317830)
How do you create the sound from the shoutbox? I'm not sure if there is an option somewhere or another code to input. Could somebody help answer for me? Thanks in advance!

I have vB 4.1.11 just to let you know!

Sorry, I don't understand your question.

By default in vBShout v6, sound is generated via a HTML5 <audio> tag. Please ensure your web browser is up to date so it can properly process HTML5 tags.


Fillip

camoit 04-08-2012 04:38 AM

Sorry I was not clear. If I go into the database and delete the 6 entries in there associated with chat. Then reinstall the chat board, will it make new database entries or will I need to make them?
entries.
dbtech_vbshout_button
dbtech_vbshout_command
ajax_chat_online
ajax_chat_messages
ajax_chat_invitations
ajax_chat_bans

olalaaa 04-08-2012 11:07 AM

Quote:

Originally Posted by DragonByte Tech (Post 2317903)
That's not currently possible, sorry :(

to bad thnx tough, mybe an idea for the futher.

DragonByte Tech 04-08-2012 12:12 PM

Quote:

Originally Posted by camoit (Post 2317909)
Sorry I was not clear. If I go into the database and delete the 6 entries in there associated with chat. Then reinstall the chat board, will it make new database entries or will I need to make them?
entries.
dbtech_vbshout_button
dbtech_vbshout_command
ajax_chat_online
ajax_chat_messages
ajax_chat_invitations
ajax_chat_bans

Only the first two tables are from vBShout :)

But yeah, removing those two and reinstalling vBShout will remake them, assuming you uninstall vBShout from the Product Manager first.


Fillip

bgdave 04-08-2012 04:24 PM

Is there a way to put the chatbox on a vbadvanced landing page yet??

camoit 04-08-2012 05:55 PM

OK thanks. I just wanted to check before continuing.
Removed them reinstalled the hole thing and I still have the 505 error.
But it is kicking out errors now from the DB.

Database error in vBulletin 4.1.11:

Invalid SQL:

SELECT
userfield.*, usertextfield.*, user.*, UNIX_TIMESTAMP(passworddate) AS passworddate, user.languageid AS saved_languageid,
IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid,
language.phrasegroup_global AS phrasegroup_global,
language.phrasegroup_vbshout AS phrasegroup_vbshout,
language.phrasegroupinfo AS lang_phrasegroupinfo,
language.options AS lang_options,
language.languagecode AS lang_code,
language.charset AS lang_charset,
language.locale AS lang_locale,
language.imagesoverride AS lang_imagesoverride,
language.dateoverride AS lang_dateoverride,
language.timeoverride AS lang_timeoverride,
language.registereddateoverride AS lang_registereddateoverride,
language.calformat1override AS lang_calformat1override,
language.calformat2override AS lang_calformat2override,
language.logdateoverride AS lang_logdateoverride,
language.decimalsep AS lang_decimalsep,
language.thousandsep AS lang_thousandsep

FROM user AS user
LEFT JOIN userfield AS userfield ON (user.userid = userfield.userid)
LEFT JOIN usertextfield AS usertextfield ON (usertextfield.userid = user.userid) LEFT JOIN language AS language ON (language.languageid = IF(user.languageid = 0, 1, user.languageid))

WHERE user.userid = 1;

MySQL Error : Unknown column 'language.phrasegroup_vbshout' in 'field list'
Error Number : 1054
Request Date : Sunday, April 8th 2012 @ 01:05:55 PM
Error Date : Sunday, April 8th 2012 @ 01:05:55 PM
Script : http://www.mightyram50.net/vbulletin...8057511242.093
Referrer : http://www.mightyram50.net/vbulletin/forum.php
Username :
Classname : vB_Database
MySQL Version :

W2OE_Prodigy 04-09-2012 02:45 AM

"Shoutbox Sounds: You asked for it, we delivered. Customisable sounds now available on receiving shouts, Invites, PM's and more. (Requires QuickTime Plugin)"

That's what is in the description for Major Lite Features, but I cannot find this feature anywhere. Can you please explain to me how I can turn on/off the sounds for the chat. Thanks.

DragonByte Tech 04-09-2012 02:51 AM

Quote:

Originally Posted by bgdave (Post 2318048)
Is there a way to put the chatbox on a vbadvanced landing page yet??

I don't know, sorry.

Quote:

Originally Posted by camoit (Post 2318078)
OK thanks. I just wanted to check before continuing.
Removed them reinstalled the hole thing and I still have the 505 error.
But it is kicking out errors now from the DB.

Database error in vBulletin 4.1.11:

Invalid SQL:

SELECT
userfield.*, usertextfield.*, user.*, UNIX_TIMESTAMP(passworddate) AS passworddate, user.languageid AS saved_languageid,
IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid,
language.phrasegroup_global AS phrasegroup_global,
language.phrasegroup_vbshout AS phrasegroup_vbshout,
language.phrasegroupinfo AS lang_phrasegroupinfo,
language.options AS lang_options,
language.languagecode AS lang_code,
language.charset AS lang_charset,
language.locale AS lang_locale,
language.imagesoverride AS lang_imagesoverride,
language.dateoverride AS lang_dateoverride,
language.timeoverride AS lang_timeoverride,
language.registereddateoverride AS lang_registereddateoverride,
language.calformat1override AS lang_calformat1override,
language.calformat2override AS lang_calformat2override,
language.logdateoverride AS lang_logdateoverride,
language.decimalsep AS lang_decimalsep,
language.thousandsep AS lang_thousandsep

FROM user AS user
LEFT JOIN userfield AS userfield ON (user.userid = userfield.userid)
LEFT JOIN usertextfield AS usertextfield ON (usertextfield.userid = user.userid) LEFT JOIN language AS language ON (language.languageid = IF(user.languageid = 0, 1, user.languageid))

WHERE user.userid = 1;

MySQL Error : Unknown column 'language.phrasegroup_vbshout' in 'field list'
Error Number : 1054
Request Date : Sunday, April 8th 2012 @ 01:05:55 PM
Error Date : Sunday, April 8th 2012 @ 01:05:55 PM
Script : http://www.mightyram50.net/vbulletin...8057511242.093
Referrer : http://www.mightyram50.net/vbulletin/forum.php
Username :
Classname : vB_Database
MySQL Version :

That is a very old version of vbshout.php then. Please use the latest version of the files.

Quote:

Originally Posted by W2OE_Prodigy (Post 2318200)
"Shoutbox Sounds: You asked for it, we delivered. Customisable sounds now available on receiving shouts, Invites, PM's and more. (Requires QuickTime Plugin)"

That's what is in the description for Major Lite Features, but I cannot find this feature anywhere. Can you please explain to me how I can turn on/off the sounds for the chat. Thanks.

Instance Management, you can turn sounds off there :)


Fillip

W2OE_Prodigy 04-09-2012 04:59 PM

Thanks for the responses, but I'm still can't hear any sound coming from the chatbox. I have the options in the Instance Management turned on, but when people respond in the chatbox there isn't any sound.

Is there anything else you can think of that I must do or need? I'm currently using firefox.

DragonByte Tech 04-09-2012 05:01 PM

Ensure you're on an updated version of Firefox (latest being v11) so that you can play HTML5 <audio> tags.

Fillip

camoit 04-09-2012 05:37 PM

Well it looks like you have the incorrect version in the download listed at the top of the page. Please check to see if it's correct. It looks to be the same files and size. 2008 is the year in the first vbshout.php file in the DL folder. It's listed as [DBTech] vBShout v6.0.7 [Lite]

DragonByte Tech 04-09-2012 05:41 PM

Sorry, that's not what I'm seeing. I'm seeing a file with Date modified flag of 1st March 2012 for vbshout.php

Fillip

camoit 04-09-2012 05:54 PM

Never mind.. IDK what the deal was but it seems to have resolved it's self now. There must have been a file that was not overwriting. Thanks for your time.

DragonByte Tech 04-09-2012 06:00 PM

No prob :)


Fillip

camoit 04-09-2012 06:22 PM

It seems to be working except the text color. Is stuck on default.
I'll give it a week or two and upgrade to pro version if everyone likes it.
Thanks for your time and patients.

entertain 04-14-2012 09:41 AM

Hi Filip,

in the last version you fixed an issue where umlauts/special characters in shouts were shown as a question mark. That now works fine.

Anyway, when a username contains umlauts, there is the same issue. How can we fix that?

entertain 04-19-2012 01:09 PM

No reaction? :(

DragonByte Tech 04-19-2012 01:12 PM

Sorry, haven't had time to look into it yet :(


Fillip

angeljs 04-20-2012 10:21 AM

I realise that this is beyond the support of this mod, but I've been trying to install it on a mod that uses a folder under my main forum, i.e. www.domain.com/forum/mod

After ages, I've finally managed to get it to show properly by changing a few paths and links, but the chatbox just shows the loading text:

https://vborg.vbsupport.ru/external/2012/04/16.jpg

I was just wondering what I needed to change to get it to work?

Any suggestions would be very much appreciated, thanks! :up:

cwilson2332 04-21-2012 03:47 AM

How can i add little images next to names. example below no pic

Image, image2, image3 are all different will end up being a little PC image, xbox image and ps3 image

(image)Curtis:Hey how is everyone today?
(Image2)Ethan: Doing good how about yoursel?
(Image)Curtis: Pretty good.
(Image3)Kyle: What you like men?

DragonByte Tech 04-21-2012 12:41 PM

Quote:

Originally Posted by angeljs (Post 2321847)
I realise that this is beyond the support of this mod, but I've been trying to install it on a mod that uses a folder under my main forum, i.e. www.domain.com/forum/mod

After ages, I've finally managed to get it to show properly by changing a few paths and links, but the chatbox just shows the loading text:

https://vborg.vbsupport.ru/external/2012/04/16.jpg

I was just wondering what I needed to change to get it to work?

Any suggestions would be very much appreciated, thanks! :up:

You may need to edit the vbshout.php path in /dbtech/vbshout/clientscript/vbshout.js :)

Quote:

Originally Posted by cwilson2332 (Post 2322115)
How can i add little images next to names. example below no pic

Image, image2, image3 are all different will end up being a little PC image, xbox image and ps3 image

(image)Curtis:Hey how is everyone today?
(Image2)Ethan: Doing good how about yoursel?
(Image)Curtis: Pretty good.
(Image3)Kyle: What you like men?

That would have to be added to the fetch_musername hook, not something that can be accomplished within vBShout itself unfortunately :(


Fillip

bart67 04-23-2012 04:27 PM

Hi i am useing 4.1.12 and it just says loading in the shoutbox ?

DragonByte Tech 04-23-2012 05:52 PM

Please check Firefox' error console :)


Fillip

bart67 04-23-2012 06:04 PM

Quote:

Originally Posted by DragonByte Tech (Post 2322847)
Please check Firefox' error console :)


Fillip

Not sure what you mean ?

DragonByte Tech 04-23-2012 06:13 PM

Firefox has an error console (Ctrl+Shift+J by default if I recall), which if you click the "Errors" button should show you some JavaScript errors. Right clicking on those errors and copying them lets you paste them in here :)


Fillip

bart67 04-23-2012 06:24 PM

Quote:

Originally Posted by DragonByte Tech (Post 2322855)
Firefox has an error console (Ctrl+Shift+J by default if I recall), which if you click the "Errors" button should show you some JavaScript errors. Right clicking on those errors and copying them lets you paste them in here :)


Fillip


removed

DragonByte Tech 04-23-2012 06:44 PM

That's not a vBShout issue, but it may very well be the reason vBShout isn't working.

Try using a default (unmodified) skin, and disable all addons and see if those errors persist.

If they do, please contact vBulletin support, as I have never encountered them before and cannot assist with them :(


Fillip

sneezyyzeens 04-26-2012 08:58 PM

I upgraded my vBulletin (4.1.12 P1) and Shoutbox (6.07 Lite) today. For some reason, users that are logged in see all shouts as whatever font color they select for themselves. So if I pick purple as my shout color, everyone's shouts turn purple in my browser. If "joe" picks green, he sees all shouts as green.

Prior to the upgrade, each user could have different colors, helping to discern who was shouting easier. The strange thing is, if I log out (unregistered user), I see the color the other people picked. So Bob's color is red, Joe's color is blue, etc.

My custom themes were destroyed by the vBulletin upgrade, and my users hate bright white, so everyone is using a generic grey generated theme right now until I have time to fix the styles. I'm not sure if this is causing the problem, or if I'm missing some setting in the administration section.

It's not a huge issue, just checking to see if there was a fix I could do to make the different users show up with different colors again.

DragonByte Tech 05-03-2012 08:25 PM

That the Override Shout Colour setting (a Pro-only option) is being forced on in the Lite version is a bug that will be addressed in the next update :)


Fillip

Carol_i28 05-12-2012 05:16 PM

Is there any way we can have this showing on all the pages of the forum?

DragonByte Tech 05-12-2012 05:21 PM

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

Hope that helps :)


---
To make it show on all pages, you'd put the code in the navbar template :)


Fillip

camoit 05-13-2012 01:42 AM

Quote:

Originally Posted by DragonByte Tech (Post 2325959)
That the Override Shout Colour setting (a Pro-only option) is being forced on in the Lite version is a bug that will be addressed in the next update :)


Fillip

I just uploaded the latest one and I have a strange color thing also. Admin can't change color but everyone else works just fine.

Palmcone 05-24-2012 09:10 PM

Please forgive me if this has already been asked but I've been searching for the answer for awhile and can only find how to change the "Shoutbox" title on older versions. How do I change it on v6?


All times are GMT. The time now is 01:26 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.03723 seconds
  • Memory Usage 1,863KB
  • 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
  • (2)bbcode_php_printable
  • (15)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