Hi everyone!
I wanted to develop a polyglot like plugin for b2evo. Polyglot is a plugin which allows one to write multiple language versions of the same post using special tags.
However I have problems with using my own tags in post for example post like:
<lang:en>Test in English</lang:en><lang:de>Test auf Deutsch</lang:de>
fails to save...
I have one alternative namely: using html escape sequences like :
<!--lang:en-->Test in English<!--/lang:en-->
But that's not ideal
Anyone has some ideas ??? Any help appreciated !!!
The file that you need to change to allow more tags is /conf/_formatting.php .