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;
}