Has someone worked in the possibility of having blog entries in many differente languages? I have been studying the lars-blogger datamodel in order to do so and it doesn't look like an easy task to be donne. I have to be able to store the locale for the entry, wich doesn't seem to be the worse thing, but the same entry_id must have different contents for each language.
My idea was to create a different table with the same contents from the pinds_blog_entries table, but with the locale option and another primary key, and also changing the structure of pinds_blog_entries table. I would have in the first table the entry_id (acs_object) and an auxiliary id wich would refer to the other table where the entry contents would be. So, instead of one I would have two tables for the entries.
However, I'm a little afraid to do that because it would change the whole db relationships (such as the search datasource), and I would have to find out the the "black holes" to fix.
I can't see how to do it without change the package datamodel. Has anybody worked on that and have a better idea?
Request notifications