How can Translate the All Categories

Hi,

My web site is in 2 languages, and I finished the translation, but in area: Settings Categories - All Categories - Modules I can not translate the categories of all Boonex module: Articles, Events , Files , Groups, Photos , Polls , Sites ,Videos.

I know I can Add new categories or remove categories - but How can this categories TRANSLATE?

I made several tests but without success.

I think that is serious problem!

Without this translation, the website is not complete.

Please can someone help me solve this problem???? Someone knows how to do???

Thanks for collaboration!
Quote · 25 May 2010

You think by posting the same message for a second time, it might change Dolphin functionality?

In case it's your short-term-memory that is not working very well ...

http://www.boonex.com/unity/forums/topic/How-can-Translate-All-Categories.htm

Dedicated servers for as little as $32 (28 euro) - See http://denre.com for more information
Quote · 25 May 2010

 

You think by posting the same message for a second time, it might change Dolphin functionality?

In case it's your short-term-memory that is not working very well ...

http://www.boonex.com/unity/forums/topic/How-can-Translate-All-Categories.htm

Thanks for your comments

I have a good memory.

 

 

But I went up the Topic again the hope that now there are more people online!

And any developer can really answer my question.

Because I really have not received a clear answer.

I can not believe no one translates the all categories of the all modules?

And also I can not believe that delete the categories is it ideal.

Maybe someone can tell me, if it is possible to create language keys?

 

Thanks!

Quote · 25 May 2010

Not sure what the answer is you're looking for but the information is stored in the table 'sys_categories' and the table does not contain a language key.

 

If you would like to have categories as part of the language file, it means modifications to the table and to the script.

Simply explained;

/m/photos/browse/category/Fun

This url means that we want to browse photos in the category fun.

the photo module script uses the category from the URI to determine the category to show. It than uses that category name to do a search for everything within that category

If you would use language keys, it would mean the script has to be modified in order to "translate" that category to the correct language key before it can do a search. Not only would you have to do this for photo's, but also for events, video's, etc.

 

When adding a new photo it will show you the list of all categories with type 'bx_photos'

 (SELECT 'category' FROM 'sys_categories' WHERE 'type' = "bx_photos')

Again, if you want to add a translation, it would mean extra fucntionality in the scripts to get the correct language and the ID's to get the correct categories from the 'sys_categories' table with type 'bx_photos'.

 

Dedicated servers for as little as $32 (28 euro) - See http://denre.com for more information
Quote · 25 May 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.