Hi All,
Sorry to post this. I really need your help ....
I’m new to Modx, just tried in these somedays. Many people said that Modx is great, but we must learn it first, need time ...

.... I used Joomla for some years, simple but can’t do all what I need ...
I try to make a multi language site, multi level user access (ACL, frontend, backend) with Modx, but failed ...

...
Could some one help me with these pleaseeeeeeeee ?
1) Where can I find the example (demo) page using multi language described here, using Modx ?
2) I have done these (using Modx-0.9.6):
a) Download icons ’famfamfam_flag_icons.zip’ , unpack it, put ’de.png’ & ’en.png’
to .../assets/images/
b) Login to backend, create snippets ’Redirect’ :
Resources -> Manage Resources -> Snippets -> New Snippets
Snippets name : Redirect
Insert the code :
<?php
$url = $modx->makeUrl($id);
.....
?>
Only admin (id=1) can edit this
Save it.
c) Login to backend, create snippets ’Languages’ :
Resources -> Manage Resources -> Snippets -> New Snippets
Snippets name : Languages
Insert the code :
<?php
$tv = $modx->getTemplateVar(’languages’, ....
.....
?>
Only admin (id=1) can edit this
Save it.
d) Login to backend, create TV ’languages’ :
Resources -> Manage Resources -> Template Variable -> New Template Variable
Var name : languages
Type : text
Tick at the templates that may use this TV (all of standard template : modxhost, modxcss & modxcss wide).
Access permission : All group (public)
Save it.
e) Edit template :
Resources -> Manage Resources -> Templates -> Modxhost
At html code :
Just after .... [(site_name)]</h1>
Try to call the TV, I add this:
[*language*] => is this wrong ?
Save it.
The icons is not appear at frontend .... why ??
3) Is there a complete tutorial (step by step for beginner) ?? ...
4) Another basic question: I just create a content (as backend user). How can I add that content to appear in frontend (in menu) ? Is it via wayfinder ? Call it like this from template (html) file : [!Wayfinder? &startId=`0`!]
Is that right ?
5) I have create some frontend users (with its own role, own level). I can login at frontend with this frontend user, but don’t know how to begin create a content ....
How to make a link at frontend to call the FCKeditor (as my default editor) to begin create a content ?
Any information will very helpful. Many thanks.
Best Regards,
- Jack -