Hi AHHP,
I’m new in Modx. Need help please ....

I’ve download your plugin .. (thanks for your plugin ...

made it run, but what next ?
This is what I did :
1) Login to Manager (using Modx 0.9.6.3) , Goto : Resources -> Manage Resources -> Plugins -> New Plugin
GENERAL :
Plugin Name : EasyLingual
Description : plugin to create multilingual sites v0.99
Plugin Code (php) :
// RTL languages. Add yours...
$RTLs = array("en", "de", "it");
etc ...etc ...
$modx->documentObject[’content’]; => DON’T FORGET ’;’ at the end .... IMPORTANT !!
CONFIGURATION :
Plugin Configuration : &default_lang=default language;string;en
Default Language : en
SYSTEM EVENTS :
OnLoadWebDocument => Ticked at this
OnLoadWebPageCache => Ticked at this
Click SAVE
2) Go to Template Variable -> New Template Variable :
Variable name : decontent
Cation : decontent
Description : deutsch content
Input Type : TextArea
Sort Order : 0
Template Access :
Minimal Template => Ticked on this
Click SAVE
Create the same template Variable with the name : depagetitle, itcontent, itpagetitle, encontent, enpagetitle
3) Go To Template -> click at minimal template
Change from [*#content*] to [*[%lang%]content*]
It shows nothing (the page without error, but still the same as before).
*) What I need to do next ? Chunks / Snippets ?
Can you give me example of that ?
Many Thanks.
Best Regards,
- pedma -