Hello,
How do i write news on swedish language to my Swedish visitors and on english to my english and rest of the visitors? Can i make sections to each language on coppermine?
thx /alex
The MiniCMS plugin goes unsupported here. It only get's supported over at cpg-contrib.org, as suggested in the announcement thread for that plugin.
In a Coppermine-driven PHP page (e.g. in anycontent.php), you could use the variables $CONFIG['lang'] and $USER['lang']. Code something with a toggle for that.