Quote:
Originally Posted by basilrath
ok
plugin manager > vB Enterprise Translator - Flags
look for the codeline:
PHP Code:
$path = '/vbenterprisetranslator_flags/';
if ('/' != DIR) {
$path = DIR.$path;
}
if your forum is like my path ie........... http://www.yoursite.co.uk/forum/vben...anslator_flags
then change code to this:
PHP Code:
$path = '/forum/vbenterprisetranslator_flags/';
if ('/' != DIR ) {
$path = $path;
}
|
ALREADY RESOLVED IN 1.0.5
Hello

I was hoping that this
if clause will do it automatically. I want to set generic solution working for everyone without any editing. Byt my forum uses root directory and I dont have a possibility to test it. Can somebody set test forum with different directory, or give me access to existing one? I need access to admincp and ftp. Great thanks for someone who will be so kind

It will alow me to fix it in next release