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 08-28-2011 09:42 AM

Quote:

Originally Posted by nando99 (Post 2238995)
ok... so the admin menus work fine now but i'm still getting these errors...

Code:

Database error in vBulletin 4.1.3:

Invalid SQL:

              SELECT
- Hide quoted text -
                      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_dbtech_vbshout AS phrasegroup_dbtech_vbshout,
                      language.phrasegroup_user AS phrasegroup_user,
                      language.phrasegroup_posting AS phrasegroup_posting,
                      language.phrasegroup_album AS phrasegroup_album,
                      language.phrasegroup_messaging AS phrasegroup_messaging,
                      language.phrasegroup_gxbl AS phrasegroup_gxbl,
                      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_dbtech_vbshout' in 'field list'
Error Number  : 1054
Request Date  : Saturday, August 27th 2011 @ 12:48:23 PM
Error Date    : Saturday, August 27th 2011 @ 12:48:23 PM
Script        : http://www.yeousch.com/vbshout.php
Referrer      : http://www.yeousch.com/showroster.php?id=21
IP Address    : 75.74.141.215
- Hide quoted text -
Username      :
Classname    : vB_Database
MySQL Version :

any idea why?

Sorry, no idea :(
Nobody else has received this error so I have no idea how to solve it if uninstalling and installing doesn't work.

Quote:

Originally Posted by haidm (Post 2239021)
I have some question:
- How can I change the place to display from top to bottom (or under the vsa top x)?
- How can I delete the Chat Room I create in ACP?

1. Pro-only feature :)
2. Click the Delete link in the Chat Room Management list. For front-end created chatrooms, click the X next to the chat room name in the Shoutbox.


Fillip

mikeo9043 08-28-2011 03:25 PM

Where would I go to change the color of the text editor when it is highlighted when someone is writing something into the shoutbox? Also I need to change the color of the "You are currently showing as idle" bar, on my site it is super bright yellow and you can't even read what it says.

Thanks in advance!

PharaohsVizier 08-30-2011 05:33 AM

I was just wondering, is there a way to have this shoutbox collapsed by default?

dany_danay 08-30-2011 12:38 PM

Hi. my oold parnetship delete the option to change color o the letters. He delet on the code, not on the cpanel, so I need to restore it. I uninstall it and reinstall, but not work...

Can you help me?

JohorBahru 08-30-2011 02:24 PM

does it show quoted post as well?

Bomyne 08-30-2011 08:09 PM

Our forum is having trouble with shouts randomly disappearing and reappearing. Those shouts haven't been deleted... they just disappear and a few shouts later, reappear.

XiTCLUB 09-01-2011 09:57 AM

i have uninstalled the old version..and installed this new version..
its giving Internal server Error!

also i am not able to edit permissions from admincp..

when i go for edit permissions , checked required boxes , click save.. it shows setting saved.. but when i re enter for edit permissions its again showing boxes un-checked that i have checked.. :(

users not able to post shouts..:(

ozzy47 09-01-2011 05:43 PM

Quote:

Originally Posted by xXxpert (Post 2240756)
i have uninstalled the old version..and installed this new version..
its giving Internal server Error!

also i am not able to edit permissions from admincp..

when i go for edit permissions , checked required boxes , click save.. it shows setting saved.. but when i re enter for edit permissions its again showing boxes un-checked that i have checked.. :(

users not able to post shouts..:(

Did you follow the instructions in the Upgrade Notes text?

DragonByte Tech 09-01-2011 06:42 PM

Quote:

Originally Posted by mikeo9043 (Post 2239138)
Where would I go to change the color of the text editor when it is highlighted when someone is writing something into the shoutbox? Also I need to change the color of the "You are currently showing as idle" bar, on my site it is super bright yellow and you can't even read what it says.

Thanks in advance!

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.

Use the dbtech_vbshout_colours.css CSS Template to change other background colours.


Quote:

Originally Posted by PharaohsVizier (Post 2239796)
I was just wondering, is there a way to have this shoutbox collapsed by default?

Unfortunately not, no.

Quote:

Originally Posted by dany_danay (Post 2239915)
Hi. my oold parnetship delete the option to change color o the letters. He delet on the code, not on the cpanel, so I need to restore it. I uninstall it and reinstall, but not work...

Can you help me?

Sorry, I don't understand what you're asking :(

Quote:

Originally Posted by JohorBahru (Post 2239963)
does it show quoted post as well?

It does not, no.

Quote:

Originally Posted by Bomyne (Post 2240126)
Our forum is having trouble with shouts randomly disappearing and reappearing. Those shouts haven't been deleted... they just disappear and a few shouts later, reappear.

That's not an issue that I've been able to replicate, unless there's a clear way of reproducing it I don't think there's anything I can do unfortunately :(


Fillip

XiTCLUB 09-02-2011 09:18 AM

i have UnInstalled old and install fresh new version.....

Quote:

Originally Posted by ozzy47 (Post 2240904)
Did you follow the instructions in the Upgrade Notes text?



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