Hello, another way I found to do it is to add a new field to SESSIONS_TABLE. E.g. call it session_lang . This field needs to been filled only if a user has a selected a different language from the dropdown menue. Then you need only a Reset button. And for registered user you can add a Save button to...
Hello Ali, yes, I think phpBB supports all ltr languages by default. @callum: I want it in the core, too. Please talk with the devs, not with me. Before I will do patches I want to know if the features will be included to the core. Then I'm a MOD author and a co-developer, too. ;) @all: I thought ab...
Hello, I think it's not a great thing. Just make to BBCode files and two set of BBCode parsing functions, both one for ltr and one for rtl. And then you need a connection between direction type of BBCode parsing, language pack and user language. I think that's all. Or in other words: You need two en...
Hello Nils, I've modified your code for Olympus. It's running great! I can't see any performance problem. You can test it on one of my dev boards: http://www.martin-truckenbrodt.com/cgi/phpBB3AMLS/index.php The MOD in developement just is translated for en and de . In the language selction bar there...
Hello, I have had a look to the code. I'm not good programmer but I think it looks good. I have three further ideas: Is it possible to do it with a merge thing insteat of the include thing? I think it's a good point for http://area51.phpbb.com/phpBB/viewtopic.php?f=108&t=42939 . What's the matter if...