Filtering content in admin area based on language - Joomla! Forum - community, help and support
i have site going have 18 language version, these have around 5 menus each plus modules , components, articles etc. site quite complex , result when rolled out on 18 languages going have several 100 menu items , 1000's of articles. there way can stop bloat in administrator area showing content language @ top level, example come admin , select english , i'm shown content relevant english site (menus, menu items, modules etc.)
i've posted question on language board , have had plenty of views no answers or suggestions. know of extension help?
i've posted question on language board , have had plenty of views no answers or suggestions. know of extension help?
a filter can set adding appropriate variables in url. in case language filter automatically set based upon user's language. here url automatically set filter show articles in english (en-gr) and here example filtering articles set german
you can find filter's option values (in case language codes) inspecting html behind filter dropdown.
i have created multi-lingual site , used technique better manage large volumes of items. created links put in dashboard, , these links included filter codes. each set of links contained within admin module, , module set access level represents particular language. if person edit german , russian items, user added user groups representing german , russian, , each of these user groups associated access level - showing user links relevant his/her language.
can automated through plugin? assume so. if want building customized plugin this, pm me.
code: select all
/administrator/index.php?option=com_content&filter_language=en-gbcode: select all
/administrator/index.php?option=com_content&filter_language=de-deyou can find filter's option values (in case language codes) inspecting html behind filter dropdown.
i have created multi-lingual site , used technique better manage large volumes of items. created links put in dashboard, , these links included filter codes. each set of links contained within admin module, , module set access level represents particular language. if person edit german , russian items, user added user groups representing german , russian, , each of these user groups associated access level - showing user links relevant his/her language.
can automated through plugin? assume so. if want building customized plugin this, pm me.
Comments
Post a Comment