Tested on: Classifieds 4.01

Classfields breaks vBulletin architecture - common hooks are not executed like: global_complete or parse_templates
This is why this mod needs special integration to be translated. To do this please fallow instructions below:
1. To support translation of Classfields pages please fallow this: http://www.vbenterprisetranslator.co....html#post1787
2. To support flags dropdown menu (supported since vBET4.4.1):
a) Go To Admin CP -> Plugins & Products -> Plugin Manager
b) Find plugin named Classifieds Navbar Link and click Edit
c) At the top of code add:
PHP Code:
require_once(DIR'/includes/vbenterprisetranslator_functions_url.php');    
$vbenterprisetranslatorflagsdropdown vbet_generateLanguageDropDownMenu(); 
d) Find:
Code:
<li><a href="http://www.voicescount.com/classifieds/search.php">Search</a></li>
e) Replace by:
Code:
<li><a href="http://www.voicescount.com/classifieds/search.php">Search</a></li>'.$vbenterprisetranslatorflagsdropdown.'

Please note that 2nd step you will have to repeat each time you update Classfields mod.

Enjoy vBET!