Quote:
Originally Posted by TombstoneWarrior
i highlighted the contens of the upload folder and uploaded them to my forum root and i am still getting this error
ERROR>>>> Database error in vBulletin 4.1.9:
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 : Friday, February 10th 2012 @ 09:18:15 PM
Error Date : Friday, February 10th 2012 @ 09:18:23 PM
ANY IDEA'S
when i highlight the upload files inside the upload folder and upload to my forum root all works fine when i do it to my main site i keep gettin g the error above. i tryed to reuplload as you said and still get the error. whaat could bee the problem?
|
I couldn't say, there's nothing in the recent files that would generate such an error, sorry
Quote:
Originally Posted by foroaviones
Hi there.
I've just installed this addon on my recently updated 4.1.9 forum, but it only appears in my forumdisplay screen -as expected- As far as it is only showed for a small group of users in my forum, I would like it to display also in every thread. Is that possible?
And another question: is there any way to display the chat messages from top to bottom? reverse way it shows now
thanks in advance
|
You can make the shoutbox show everywhere by following these instructions:
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).
Quote:
Originally Posted by duditas
Hello Dragonbyte, I need some help
I use vB 4.1.8 and my forum is in spanish
I have updated to [DBTech] vBShout v6.0.3 [Lite]. I got it from your webpage, not from here. And look what happens with accent marks
Uploaded with ImageShack.us
With previous version it didn't happen. Any help?
Thanks in advance
|
That's a problem with your language's encoding. Spanish letters and indeed all Unicode letters work perfectly with ISO-8859-1. You need to ensure that your language uses either UTF-8 (but only if your database also uses UTF-8) or ISO-8859-1
Fillip