Quote:
Originally Posted by Jeweetog
After removing everything trying to do a fresh install, i get a db error.
Strange thing is, everything has been removed and the CP says 'rebuild bitfields successful' (or something like that).
|
What is the DB error ?
Quote:
Originally Posted by viader
|
Perhaps you could upload the images in each of your styles misc dir as stated in the readme.
Quote:
Originally Posted by ellinofatsa
VBDev's
sory bud i am 3hours to change the frens language
i have upload meny times bud nothing..wat i an douing wrong???
my englisch is do bad sory
can you send my pm step by step for help??
|
Have you read the install instructions they are honestly totally clear.
Becareful, some remaining french texts are options that you have to set
Quote:
Originally Posted by Halfhidden
Hi VBDev, thanks for upgrading this to version 4.
I have a small issue. I installed it and the shout box works perfectly well except that there seems to be excessive padding beneath the shout bot that pushes the forum down.
I've tried all the themes I have including the default theme and the result is the same... could you tell me where I can edit to adjust the padding please?
|
??? Please explain with a screenshot.
Quote:
Originally Posted by cyberbob73
I've just below the chatbox vb4.0.3 installed and everything seems to be working. Only appears at the top of the header following error ...
|
Ok try that :
Edit the mgc_cb_evo/classes/class_display.php file.
Around the line 760, search for:
PHP Code:
if ($this->registry->options['mgc_cb_evo_act_autocompletion'])
Replace it by:
PHP Code:
if ($this->registry->options['mgc_cb_evo_act_autocompletion'] && is_array($this->registry->mgc_cb_evo_commands))
And tell me if that fixes it.