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)

bosanci28 08-14-2011 11:20 PM

so,it is using vb smileys ...okay thanks

GFG_Cam 08-15-2011 01:14 AM

how come i seem to get a hacker using my name in the Shout box

but he cant do anything to my forum ....

cause its your shout box lite that im using

Wizardjv 08-17-2011 02:46 PM

I can not seem to find this, but what is the direct link to the shout? Like a dedicated page for it? Or is there not one?

Also, I have made many modifications to the templates.. How would I go about keeping those after updating?

Ichigo88 08-17-2011 04:35 PM

hi! thanĂ²s for this mod! is possble to add tha chat {vb:raw show.vbshout_instance1} in a forum id? i want to add the chat in specific category!
thanks

DragonByte Tech 08-18-2011 01:03 PM

Quote:

Originally Posted by GFG_Cam (Post 2233614)
how come i seem to get a hacker using my name in the Shout box

but he cant do anything to my forum ....

cause its your shout box lite that im using

There's no known exploits like that, he's probably just using lots of white space or similar trickery :)

Quote:

Originally Posted by Wizardjv (Post 2234556)
I can not seem to find this, but what is the direct link to the shout? Like a dedicated page for it? Or is there not one?

A dedicated page is a Pro-only version :)

Quote:

Originally Posted by Wizardjv (Post 2234556)
Also, I have made many modifications to the templates.. How would I go about keeping those after updating?

It's up to you how you apply edits after updating, we're unfortunately unable to support customising our products :(

Quote:

Originally Posted by Ichigo88 (Post 2234606)
hi! than?s for this mod! is possble to add tha chat {vb:raw show.vbshout_instance1} in a forum id? i want to add the chat in specific category!
thanks

If you add it to FORUMDISPLAY and wrap it in
Code:

<vb:if condition="$foruminfo['forumid'] == 1">
(replacing 1 with the ID of your category then yes :)


Fillip

Ichigo88 08-18-2011 02:51 PM

work fine! thank you very much!!

vBNinja 08-23-2011 05:16 PM

i have a problem with the little menu that pops up when you click on someone's name

it pops up under the chatbox ( i have to scroll down the forums) and not next to the name i clicked

any fix?

DragonByte Tech 08-24-2011 02:10 PM

Do you have some YUI enhancement installed? I forgot its actual name, but that was the cause of this issue in the past.

Fillip

vBNinja 08-24-2011 02:27 PM

I dont think i do and it was working fine before i upgraded to 4.1.5

DragonByte Tech 08-24-2011 02:31 PM

Does it also happen in a default (unmodified) skin?

Fillip

vBNinja 08-24-2011 02:49 PM

it works perfectly in the default style

i guess its the new style i bought, any suggestions on what i can do?

DragonByte Tech 08-24-2011 02:50 PM

Unfortunately I don't know, sorry :(


Fillip

PharaohsVizier 08-25-2011 02:46 AM

Quote:

Originally Posted by DragonByte Tech (Post 2233419)
You can add the shoutbox to the CMS by switching to manual deployment and follow the on-screen instructions to add the variable to the FORUMHOME and one of the CMS templates :)

Could you clarify this? I found in an earlier thread that deployment is done now in instances. Can't find any on-screen instructions for the adding to forumhome.

Currently I'm trying to get this on a CMS widget, which seems to be the elusive goal for several people here. What I've done is to make a new HTML widget, point it towards a new template and inserted this code into the blank template:

Quote:

<div class="cms_widget">
<div class="block">
<div class="cms_widget_header">
<h3><img src="{vb:stylevar imgdir_siteicons}/html.png" alt="" /> {vb:raw widget_title}</h3>
</div>
<div class="cms_widget_content_restore_widget_content">
{vb:raw static_html}
{vb:raw show.vbshout_instance1}
</div>
</div>
</div>
It's not working, and needless to say I haven't really a clue what I'm doing. :P

miszko 08-25-2011 12:57 PM

I found one bug. I have clean just installed forum in version 4.1.5. URL Type is set to "Standard URLs" (without any friendly links).

I wrote new message (or comment) on my blog and in shoutbox shows notification "*abc has just posted the blog title*".

URL to new posted entry: /blog.php?blogtextid=3
After click, URL is rewritten to: /entry.php?b=2&blogtextid=3
And... nothing. It's like in loop, blank page.

This link shoud be like this: /entry.php?b=2&bt=3#comment3

I'm sorry for weird sentences english isn't my first language.

EDIT:

Ok, I found the solution - GET parametr blogtextid shoud be bt . This change need to be made in blog_fpdata_postsave.php and blog_textdata_postsave.php. Now it works ok.

DragonByte Tech 08-26-2011 01:58 PM

I'll implement the fix for a future version, thanks :)


Fillip

nando99 08-26-2011 03:11 PM

uninstalled previous version and downloaded a fresh install and I'm still getting blank vbulletin message when i click on some of the admin panel menu links (view banned users, view silenced users etc) any idea why? i'm on 4.1.3

vBNinja 08-26-2011 03:50 PM

Do you consider making a mobile version in the future? Because im sure alot of people would go pro if it had it :)

DragonByte Tech 08-26-2011 04:47 PM

Quote:

Originally Posted by nando99 (Post 2238346)
uninstalled previous version and downloaded a fresh install and I'm still getting blank vbulletin message when i click on some of the admin panel menu links (view banned users, view silenced users etc) any idea why? i'm on 4.1.3

Please post Pro support questions in our Pro support forum :)

Quote:

Originally Posted by ivant (Post 2238362)
Do you consider making a mobile version in the future? Because im sure alot of people would go pro if it had it :)

Due to the fact that smartphones now rival desktop browsers in functionality, this is not high on our priority list :)


Fillip

nando99 08-26-2011 05:06 PM

Quote:

Originally Posted by DragonByte Tech (Post 2238397)
Please post Pro support questions in our Pro support forum :)

Fillip

so those are pro only features?

DragonByte Tech 08-26-2011 05:13 PM

The View Silenced Users is :)


Fillip

miszko 08-26-2011 09:43 PM

1 Attachment(s)
Quote:

Originally Posted by DragonByte Tech (Post 2238309)
I'll implement the fix for a future version, thanks :)


Fillip

Great!

I made one modification (not including translation to my own language). It's like from shoutbox in phpbb2 by Przemo (very big release witch many mods installed and configured), when where someone click on username who posted message, shoutbox will put [ b ]username[ /b ] on text were we are writing the message. Is very useful! Originally username link to his profile. It's made for me by me, but I can share (you can rewrite, modify etc. in future versions).

DragonByte Tech 08-26-2011 09:52 PM

You can enable Context Menu (which has the feature you added) via the Instance Management. Ensure to enable both the setting and the per-usergroup permission :)


Fillip

nando99 08-27-2011 03:43 PM

so the view silenced members is a pro feature, but the view banned members isn't? any reason why its coming up blank?

also, ever since i uninstalled and reinstalled, i'm getting the following vb errors

Code:

Database error in vBulletin 4.1.3:

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_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 = 4314;

MySQL Error  : Unknown column 'language.phrasegroup_dbtech_vbshout' in 'field list'
Error Number  : 1054
Request Date  : Friday, August 26th 2011 @ 10:55:48 AM
Error Date    : Friday, August 26th 2011 @ 10:55:48 AM
Script        : http://www.yeousch.com/vbshout.php
Referrer      : http://www.yeousch.com/forum.php
IP Address    : 81.231.58.52
- Hide quoted text -
Username      :
Classname    : vB_Database
MySQL Version :

any ideas? thanks in advance

DragonByte Tech 08-27-2011 03:52 PM

It would come up blank if you upgraded from v5.3.x and did not follow the v5.4.0 Upgrade Instructions as laid out in that file :)


Fillip

nando99 08-27-2011 04:12 PM

i didnt upgrade tho... uninstalled and reinstalled fresh... even the first install wasnt an upgrade...

how about the errors?

DragonByte Tech 08-27-2011 04:22 PM

Uninstalling does not automatically remove the files, the upgrade instructions still apply.

The errors are a result of a broken reinstall, you need to try to uninstall and reinstall again.

Fillip

nando99 08-27-2011 04:58 PM

just uninstalled, deleted the old includes/xml/ files, uploaded a fresh download of the plugin and reinstalled... i still get a blank vb message when trying to see banned users...

DragonByte Tech 08-27-2011 05:26 PM

However, if you experience weird AdminCP navigation menu issues,
please delete the following files from your /includes/xml/ folder:

* bitfield_vbshout.xml
* bitfield_vbshout_pro.xml
* cpnav_vbshout.xml
* cpnav_vbshout_pro.xml
* hooks_vbshout.xml
* hooks_vbshout_pro.xml

The new files are named:

* bitfield_dbtech_vbshout.xml
* bitfield_dbtech_vbshout_pro.xml
* cpnav_dbtech_vbshout.xml
* cpnav_dbtech_vbshout_pro.xml
* hooks_dbtech_vbshout.xml
* hooks_dbtech_vbshout_pro.xml

Fillip

nando99 08-28-2011 03:54 AM

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?

haidm 08-28-2011 05:07 AM

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?

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 06:46 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.03531 seconds
  • Memory Usage 1,872KB
  • 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
  • (19)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