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)

patorz31 09-09-2011 01:29 PM

Hi there I reinstalled you the update with the hotfix and it works perfect. I love this shout box and we will be going pro after the club has it's elections.

jagexfails 09-09-2011 11:23 PM

Hey, I already have a chatbox on my forumhome and I wanted to add this chatbox in a different part of my website, and I was wondering what best way of going about doing this would be.

1320Nation 09-10-2011 04:17 PM

I read on page 30 something it was mentioned this mod can be relocated in other areas using the Pro version. What are those areas? If it will allow me to move the shoutbox inside any of my forums I will get the pro version.

With the shoutbox only displayed on the forumhome page is a huge downfall to this mod. It would be great to have the ability to put it with in any forum. And it would be even better if it could be set so that the same shoutbox showed in each requested forum. I would think this would be easier to do then having separate shoutboxes.

Btw, I read through all the details for the Pro version and nowhere did it mention anything about the ability to have the shoutbox in other areas.

DragonByte Tech 09-10-2011 04: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 :)


Fillip

1320Nation 09-10-2011 06:20 PM

Thank you very much for the info. Can you also include the necessary code to add the shoutbox to any given forum?

DragonByte Tech 09-10-2011 06:31 PM

Wrap it in
Code:

<vb:if condition="$foruminfo['forumid'] == x">

Fillip

stilly 09-10-2011 08:20 PM

1 Attachment(s)
I have created a new instance for a private forum. I have 1 instance at forumhome that is available to all members. This new instance I can add the to the private forum but get this:

Attachment 132825

Stuck on loading, and above the navbar. What do I need to do to have it display below the navbar in the forum and not stay on loading. The main instance works fine with the box checked for display below navbar. The new instance has to be put in a custom location. Although if I check display below navbar it will display as another instance on forumhome but does work.

DragonByte Tech 09-10-2011 08:32 PM

Please describe the exact location you inserted the code from the previous post.

Fillip

stilly 09-10-2011 09:14 PM

At the top of forumdisplay:

{vb:raw show.vbshout_instance2}
<vb:if condition="$foruminfo['forumid'] == xx">
</vb:if>

Edit: Didnt wrap. Did and good. Works fine.

<vb:if condition="$foruminfo['forumid'] == xx">
{vb:raw show.vbshout_instance2}
</vb:if>

Put it just below
{vb:raw announcebits}
</vb:if>

For those wondering.

Khan_ 09-11-2011 01:48 AM

Hello ,

How do you make the shoutbox look like this --> http://screensnapr.com/v/dvaIII.png

no shouter name,date and on top no shoutbox,active users: tabs and you still can shout anonymously with links .. how to do it this way .. thanks .

Z-Giochi 09-11-2011 09:27 AM

Hello. I use this shoutbox good but I would like to apply some modifications. When I click on bold, italic, underline, I become bold, italic, underline all the posts I've written. I would like instead to turn into bold, italic, underline only a single message and not all. Same thing for the font type and color.

Thanks to all and congratulations for the mod. Sorry for my English.

DragonByte Tech 09-11-2011 01:45 PM

Quote:

Originally Posted by Khan_ (Post 2244462)
Hello ,

How do you make the shoutbox look like this --> http://screensnapr.com/v/dvaIII.png

no shouter name,date and on top no shoutbox,active users: tabs and you still can shout anonymously with links .. how to do it this way .. thanks .

That cannot be done with this Shoutbox without extensive customisations, which we can't support or give instructions for :(

Quote:

Originally Posted by Z-Giochi (Post 2244535)
Hello. I use this shoutbox good but I would like to apply some modifications. When I click on bold, italic, underline, I become bold, italic, underline all the posts I've written. I would like instead to turn into bold, italic, underline only a single message and not all. Same thing for the font type and color.

Thanks to all and congratulations for the mod. Sorry for my English.

You will need to manually type the BBCode, as the buttons are indeed only intended for use to do what you describe.


Fillip

Z-Giochi 09-11-2011 03:51 PM

And how can I do? I wanted to make sure that if I click on the button I get the bold code [b] [/ b]

misericorde 09-11-2011 08:29 PM

Thank s

Very nice

Uptaded and nominated

stilly 09-12-2011 12:00 AM

Upgraded to 5.4.7. Context menu is not showing. Have it enabled, but when I click on the username in the shout, it goes straight to user profile. Used to be able to select PM, profile etc. Suggestions?

DragonByte Tech 09-12-2011 11:18 AM

Quote:

Originally Posted by Z-Giochi (Post 2244614)
And how can I do? I wanted to make sure that if I click on the button I get the bold code [b] [/ b]

You can't.
We're considering making it so right clicking the button will insert the BBCode, but that will have to be for a future version :)

Quote:

Originally Posted by stilly (Post 2244718)
Upgraded to 5.4.7. Context menu is not showing. Have it enabled, but when I click on the username in the shout, it goes straight to user profile. Used to be able to select PM, profile etc. Suggestions?

Please revert any customised templates, flush any cache systems like vB Optimise and do a hard refresh (Ctrl+F5) in your browser.

The context menu is working fine in 5.4.7 :)


Fillip

DragonByte Tech 09-14-2011 01:56 AM

vBShout v5.4.8
Fix: Upgrade issues to v5.4.7 have all been addressed, and upgrades from earlier versions should now go more smoothly
Fix: Any un-recorded hotfixes since the last version released.
Change: The products now support the Product URL and Version Check features of the vBulletin Product Manager

Fillip

1320Nation 09-14-2011 03:51 AM

I updated to v5.4.8 but I did not see the clear way to add the shoutbox to any forum. Other then that thanks for sticking with this cool mod! :up:

thecore762 09-14-2011 05:39 AM

This update went smoothly!
BTW is it still supposed to say 5.4.7 on the forums?
It shows the right version under plugin managed.

DragonByte Tech 09-14-2011 01:10 PM

Whoops, forgot to update that version number :p

I'll update the zips in a moment :)


Fillip

frbmjb 09-14-2011 07:46 PM

hi
what is new in 5,4,8 ? i have 5.4.8
tnx

DragonByte Tech 09-14-2011 07:51 PM

Quote:

Originally Posted by DragonByte Tech (Post 2245651)
vBShout v5.4.8
Fix: Upgrade issues to v5.4.7 have all been addressed, and upgrades from earlier versions should now go more smoothly
Fix: Any un-recorded hotfixes since the last version released.
Change: The products now support the Product URL and Version Check features of the vBulletin Product Manager


Fillip

Quest2be1 09-15-2011 07:26 AM

Can one of you please tell me how I can get my shoutbox to appear when I go to "New Posts"?
I am suppose to put this somewhere but I don't know where {vb:raw show.vbshout_instance1}
Any help would be much appreciated.

DragonByte Tech 09-15-2011 11:45 AM

You'll need to figure out what templates are loaded on that page, I don't know that either unfortunately :(


Fillip

misericorde 09-15-2011 03:07 PM

Thank s

Very nice

Uptaded

Scanu 09-15-2011 07:48 PM

sounds doen't work

blowy 09-15-2011 08:06 PM

hello all

am getting the following error when I try to install this

Database error in vBulletin 4.1.5:

Invalid SQL:

INSERT INTO `dbtech_vbshout_instance`
(`name`, `description`, `active`, `autodisplay`, `deployment`, `templates`, `permissions`)
VALUES (
'Shoutbox',
'This is the default Shoutbox.
You can change this description by clicking [Edit].',
1,
1,
'index',
'',
'a:8:{i:2;i:2108;i:6;i:4092;i:4;i:12;i:8;i:0;i:7;i :3964;i:5;i:4092;i:1;i:4;i:3;i:12;}'
);

MySQL Error : Unknown column 'deployment' in 'field list'
Error Number : 1054
Request Date : Thursday, September 15th 2011 @ 10:05:32 PM
Error Date : Thursday, September 15th 2011 @ 10:05:41 PM
Script : http://www.cardsharing-chat.info/adm...=productimport
Referrer :
IP Address :
Username :
Classname : vB_Database
MySQL Version : 5.1.56-log

Quest2be1 09-15-2011 11:09 PM

Quote:

Originally Posted by DragonByte Tech (Post 2246280)
You'll need to figure out what templates are loaded on that page, I don't know that either unfortunately :(

Fillip

Hey Fillip, I was looking in the navbar template trying to figure out where I am suppose to enter the {vb:raw show.vbshout_instance1}. Could you tell me if it looks like I'm even in the right place and if I am could you please tell me exactly where I should put that code so the shoutbox will list on the "New Posts' forums as well as the main forum page. Thanks in advance for your help.

HTML Code:

<ul class="floatcontainer">
                                        {vb:raw template_hook.navbar_start}
                                        <vb:if condition="$show['searchbuttons']">
                                                <vb:if condition="$show['member']">
                                                <li><a href="search.php?{vb:raw session.sessionurl}do=getnew&amp;contenttype=vBForum_Post">{vb:rawphrase new_posts_nav}</a></li>
                                                <vb:else />


LostNFound_Swif 09-16-2011 01:07 AM

I'm getting this error everytime "/home/repris7/public_html/forum/dbtech/vbshout/includes/class_install.php appears to be missing!"

When i check what i downloaded it doesn't have a class_install.php file

any ideas anyone?

Formina Sage 09-16-2011 01:46 AM

1 Attachment(s)
Hey, great mod and my community is loving it so far. One question, I can't find the css to change the highlight color, right now it is a dark grey which makes the highlighted text unreadable and I want to just use a hex value for a soft yellow or something, I think the class to edit it is dbtech_vbshout_message_frame in the dbtech_vbshout_frames template, but I don't know how to get the highlight class to take a different color...

Here are the current contents of that template.
HTML Code:

<div class="dbtech_vbshout_message_frame">
        <div id="dbtech_shoutbox_notice_frame{vb:var instance.instanceid}" style="display:none;">
                <div class="highlight" style="padding: {vb:stylevar blockrow_padding}"><b>{vb:rawphrase dbtech_vbshout_notice}:</b> <span id="dbtech_shoutbox_notice_message{vb:var instance.instanceid}">N/A</span></div>
        </div>
       
        <div id="dbtech_shoutbox_error_frame{vb:var instance.instanceid}" style="display:none;" class="highlight">
                <div class="highlight" style="padding: {vb:stylevar blockrow_padding}"><b>{vb:rawphrase dbtech_vbshout_error}:</b> <span id="dbtech_shoutbox_error_message{vb:var instance.instanceid}">N/A</span></div>
        </div>
       
        <div id="dbtech_shoutbox_success_frame{vb:var instance.instanceid}" style="display:none;">
                <b>{vb:rawphrase dbtech_vbshout_success}:</b> <span id="dbtech_shoutbox_success_message{vb:var instance.instanceid}">N/A</span>
        </div>
       
        <div id="dbtech_shoutbox_sticky_frame{vb:var instance.instanceid}" style="display:none;" ondblclick="javascript:vBShout{vb:var instance.instanceid}.edit_sticky();">
                <b>{vb:rawphrase dbtech_vbshout_sticky}:</b> <span id="dbtech_shoutbox_sticky_message{vb:var instance.instanceid}">N/A</span>
        </div>
</div>

Here's a screenshot of the current highlighting situation. Any help would be greatly appreciated!

fabrice 09-18-2011 02:26 PM

Hello and thank you here I have a concern I can not run at the sound sends me thank you for Schat

https://vborg.vbsupport.ru/external/2011/09/19.png

DragonByte Tech 09-18-2011 05:20 PM

Quote:

Originally Posted by blowy (Post 2246475)
hello all

am getting the following error when I try to install this

Database error in vBulletin 4.1.5:

Invalid SQL:

INSERT INTO `dbtech_vbshout_instance`
(`name`, `description`, `active`, `autodisplay`, `deployment`, `templates`, `permissions`)
VALUES (
'Shoutbox',
'This is the default Shoutbox.
You can change this description by clicking [Edit].',
1,
1,
'index',
'',
'a:8:{i:2;i:2108;i:6;i:4092;i:4;i:12;i:8;i:0;i:7;i :3964;i:5;i:4092;i:1;i:4;i:3;i:12;}'
);

MySQL Error : Unknown column 'deployment' in 'field list'
Error Number : 1054
Request Date : Thursday, September 15th 2011 @ 10:05:32 PM
Error Date : Thursday, September 15th 2011 @ 10:05:41 PM
Script : http://www.cardsharing-chat.info/adm...=productimport
Referrer :
IP Address :
Username :
Classname : vB_Database
MySQL Version : 5.1.56-log

Please try reinstalling, as that's not an error that I can fix unfortunately :(

Quote:

Originally Posted by Quest2be1 (Post 2246534)
Hey Fillip, I was looking in the navbar template trying to figure out where I am suppose to enter the {vb:raw show.vbshout_instance1}. Could you tell me if it looks like I'm even in the right place and if I am could you please tell me exactly where I should put that code so the shoutbox will list on the "New Posts' forums as well as the main forum page. Thanks in advance for your help.

HTML Code:

<ul class="floatcontainer">
                    {vb:raw template_hook.navbar_start}
                    <vb:if condition="$show['searchbuttons']">
                        <vb:if condition="$show['member']">
                        <li><a href="search.php?{vb:raw session.sessionurl}do=getnew&amp;contenttype=vBForum_Post">{vb:rawphrase new_posts_nav}</a></li>
                        <vb:else />


Sorry, I'm unable to tell you specifics. I only create the method of placing the Shoutbox anywhere, I unfortunately don't have the time to teach everybody who asks exactly where to place the Shoutbox code to suit their specific needs.

Quote:

Originally Posted by LostNFound_Swif (Post 2246565)
I'm getting this error everytime "/home/repris7/public_html/forum/dbtech/vbshout/includes/class_install.php appears to be missing!"

When i check what i downloaded it doesn't have a class_install.php file

any ideas anyone?

Please delete any downloaded zips and re-download them, then use WinRAR to extract the file instead of whatever unzip program you were using previously. The file does indeed exist in the specified location :)

Quote:

Originally Posted by Formina Sage (Post 2246576)
Hey, great mod and my community is loving it so far. One question, I can't find the css to change the highlight color, right now it is a dark grey which makes the highlighted text unreadable and I want to just use a hex value for a soft yellow or something, I think the class to edit it is dbtech_vbshout_message_frame in the dbtech_vbshout_frames template, but I don't know how to get the highlight class to take a different color...

Here are the current contents of that template.
HTML Code:

<div class="dbtech_vbshout_message_frame">
    <div id="dbtech_shoutbox_notice_frame{vb:var instance.instanceid}" style="display:none;">
        <div class="highlight" style="padding: {vb:stylevar blockrow_padding}"><b>{vb:rawphrase dbtech_vbshout_notice}:</b> <span id="dbtech_shoutbox_notice_message{vb:var instance.instanceid}">N/A</span></div>
    </div>
   
    <div id="dbtech_shoutbox_error_frame{vb:var instance.instanceid}" style="display:none;" class="highlight">
        <div class="highlight" style="padding: {vb:stylevar blockrow_padding}"><b>{vb:rawphrase dbtech_vbshout_error}:</b> <span id="dbtech_shoutbox_error_message{vb:var instance.instanceid}">N/A</span></div>
    </div>
   
    <div id="dbtech_shoutbox_success_frame{vb:var instance.instanceid}" style="display:none;">
        <b>{vb:rawphrase dbtech_vbshout_success}:</b> <span id="dbtech_shoutbox_success_message{vb:var instance.instanceid}">N/A</span>
    </div>
   
    <div id="dbtech_shoutbox_sticky_frame{vb:var instance.instanceid}" style="display:none;" ondblclick="javascript:vBShout{vb:var instance.instanceid}.edit_sticky();">
        <b>{vb:rawphrase dbtech_vbshout_sticky}:</b> <span id="dbtech_shoutbox_sticky_message{vb:var instance.instanceid}">N/A</span>
    </div>
</div>

Here's a screenshot of the current highlighting situation. Any help would be greatly appreciated!

Look for highlight in the StyleVar settings for your skin :)

Quote:

Originally Posted by fabrice (Post 2247527)
Hello and thank you here I have a concern I can not run at the sound sends me thank you for Schat

https://vborg.vbsupport.ru/external/2011/09/19.png

If you are having problems with sound, please follow this check-list:


1)
Did you select a sound to be played in the Instance Manager?
AdminCP -> DBTech - vBShout -> Instance Management -> [Edit] -> Shout Sound / Invite Sound / PM Sound

2) Are sounds turned on?
AdminCP -> DBTech - vBShout -> Settings -> Enable Sounds

3) !!!Pro Only!!! Are sounds turned on in the UserCP?
UserCP -> Shoutbox -> Shoutbox Settings -> Shout Sounds / Invite Sounds / PM Sounds

4) Is the QuickTime browser plugin installed?
QuickTime Plugin- Please note that you need to restart your browser after installing the plugin.

5)
Does it work in other browsers?
If you only have one browser on your computer (Internet Explorer) you should try out Firefox.

6) Is the following text present in the source of the page: <embed ?
Right click -> View Source -> Ctrl+F -> <embed
If this is not found, and all the above steps are completed, then you may have an out of date template. Please revert any customisations to dbtech_vbshout_shoutbox


If none of the above steps fix it for you, then it's a browser issue that we are unfortunately unable to assist with.



Fillip

fabrice 09-18-2011 06:07 PM

Code:

6) Is the following text present in the source of the page: <embed ?
Right click -> View Source -> Ctrl+F -> <embed

There is no such therm <embed in the source code

Scanu 09-18-2011 08:40 PM

Quote:

Originally Posted by DragonByte Tech (Post 2247571)
1) Did you select a sound to be played in the Instance Manager?
AdminCP -> DBTech - vBShout -> Instance Management -> [Edit] -> Shout Sound / Invite Sound / PM Sound

2) Are sounds turned on?
AdminCP -> DBTech - vBShout -> Settings -> Enable Sounds

3) !!!Pro Only!!! Are sounds turned on in the UserCP?
UserCP -> Shoutbox -> Shoutbox Settings -> Shout Sounds / Invite Sounds / PM Sounds

4) Is the QuickTime browser plugin installed?
QuickTime Plugin- Please note that you need to restart your browser after installing the plugin.

5) Does it work in other browsers?
If you only have one browser on your computer (Internet Explorer) you should try out Firefox.

6) Is the following text present in the source of the page: <embed ?
Right click -> View Source -> Ctrl+F -> <embed
If this is not found, and all the above steps are completed, then you may have an out of date template. Please revert any customisations to dbtech_vbshout_shoutbox

You are still saying this but the problem is the condition not a browser issue if you delete the condition and leave the embed code in the template the sound work. I really do not think that you have the sound working as you said, nobody has it.

fabrice 09-19-2011 05:24 PM

Damage and strange sounds if the person

fabrice 09-19-2011 11:58 PM

https://vborg.vbsupport.ru/external/2011/09/18.jpg

I board not the icon that appears yet everything sounds activate
Thank you for helping me

MalluParadise 09-20-2011 03:13 AM

your Hacks are heavy and take lot of Server load man

The_____KinG 09-22-2011 12:31 PM

hi i have problem with the upgrade and now it is all messed up can u please say me how can i remove the entire shout box stuff manually

Andrei29 09-22-2011 04:19 PM

I have successfully installed the chatroom. However, it only has option to display in either below the navbar or at the footer.

I like the chat room to position inside 1 of my forum under "chat forum" is that possible?

ozzy47 09-23-2011 01:29 AM

Quote:

Originally Posted by Andrei29 (Post 2248983)
I have successfully installed the chatroom. However, it only has option to display in either below the navbar or at the footer.

I like the chat room to position inside 1 of my forum under "chat forum" is that possible?

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


All times are GMT. The time now is 02:25 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.07153 seconds
  • Memory Usage 1,880KB
  • 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_code_printable
  • (4)bbcode_html_printable
  • (13)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