Quote:
Originally Posted by blowy
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
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&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
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
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
Hello and thank you here I have a concern I can not run at the sound sends me thank you for Schat

|
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