Pagelist filtering by language
Permalink 3 users found helpful
If anyone needs this e.g. display all news pages for a language. Just patch getPages()-method of the pageList controller with this:
CU
Markus
Loader::model('section', 'multilingual'); $lang = MultilingualSection::getCurrentSection()->getLanguage(); $pl->filterByPath('/'.$lang);
CU
Markus
and I changed it to this, and it simply caused loads of errors :)