CodeIgniter Forums
Multi-lingual with qtranslate from wordpress - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Multi-lingual with qtranslate from wordpress (/showthread.php?tid=32215)



Multi-lingual with qtranslate from wordpress - El Forum - 07-16-2010

[eluser]Unknown[/eluser]
Hi,
May some people already aware with a qtranslate plugin of wordpress for multi-lingual content, I found it very interesting if we can make with CodeIgniter.

Any technical guide to help implement a module or helpers to help a project in CodeIgniter support this plugin?

The behavior of qtranslate is:
- Organize the editor areas into different form for each language (similar to Ionize CMS)
- The content of all languages put in the same db field with special <!--:en-->...<!--:--><!--:fr-->...<!--:-->

So the implementation should consider for:
- Language setting
- Editor parsing / Saving
- Fetch the content from db for output
- Others..

I plan to do it for pyrocms but also consider to make it globally which is not depending on a specific CMS but here I go no clear idea and technical steps to get it faster.

I may have issue with such application design with best practice that give me this doubt to start.

Please help if any.

Thanks,