AuthorMessage
Miravzal
Miravzal

(14 posts)

Feb 02, 2010 22:05   Quote
Points: 0   Vote

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

Miravzal
Miravzal

(14 posts)

Feb 09, 2010 00:52   Quote
Points: 0   Vote

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?

SashaE
SashaE

Premium (304 posts)

Feb 09, 2010 08:43   Quote
Points: 0   Vote

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

 
 
 
{before_end}