QuoteFeb 02, 2010 22:050 likesLike
 

Is it possible to make Categories multilingual? I did Categories Home multilingual, but in modules selectors I could not do it. In D7\templates\base\scripts\BxBaseCategories.php on line 64 before

$aUnit['category'] = htmlspecialchars_adv($sCategory ); added

$sCategory = _t("_".$sCategory." "); . It took effect in Categories Home.

Any suggestions

Thanks

QuoteFeb 09, 2010 00:520 likesLike
 

Is it possible to make Categories multilingual? I did Categories Home multilingual, but in modules selectors I could not do it. In D7\templates\base\scripts\BxBaseCategories.php on line 64 before

$aUnit['category'] = htmlspecialchars_adv($sCategory ); added

$sCategory = _t("_".$sCategory." "); . It took effect in Categories Home.

Any suggestions

Thanks

any ideas?

QuoteFeb 09, 2010 08:430 likesLike
 

Hello, yes you right it only way for multilang. mode! Unfortunaly all dolphin's categories where hardcoded in dolphin Db

PS: If possible do not write me personally, please try to ask on the forum first