Hello,
I would like to allow my users to see only some options in the backend (Articles, Files, Profile and Admin/Settings).
I don't mind to lose these options as an admin too (I don't really usen them).
Can any1 tell me which files I should modify in order to do this?
All best,
Will
HOW TO change backend navigation bar options...
Your answer is probably somewhere in this forum, but here's how I'd go about finding the answer:
- Search in /include/inc_lang/backend/[your_language]/lang.inc.php for the nav items in question (MESSAGE, CHAT, etc.). These are probably around lines 40 to 48
- Search all files for the installation to see where these language replacement tags are inserted in the code. This would involve a search for "be_nav_messages".
- Once you find the file and code, you should just be able to comment it out.
- Search in /include/inc_lang/backend/[your_language]/lang.inc.php for the nav items in question (MESSAGE, CHAT, etc.). These are probably around lines 40 to 48
- Search all files for the installation to see where these language replacement tags are inserted in the code. This would involve a search for "be_nav_messages".
- Once you find the file and code, you should just be able to comment it out.
Hi Will,
may be take this thread to your top reading links:
http://www.phpwcms.de/forum/viewtopic.php?p=73929#73929
erich_k4 is working on a rights management so then i guess it will be able to hide some backend features for defined profiles.
may be take this thread to your top reading links:
http://www.phpwcms.de/forum/viewtopic.php?p=73929#73929
erich_k4 is working on a rights management so then i guess it will be able to hide some backend features for defined profiles.
Gruß/ regards cyrano
--------------------------------------------------------
templates -> http://www.128.weitzelmedia.de
planepix -> http://www.planepix.de
XING -> https://www.xing.com/profile/Thomas_Weitzel3
--------------------------------------------------------
templates -> http://www.128.weitzelmedia.de
planepix -> http://www.planepix.de
XING -> https://www.xing.com/profile/Thomas_Weitzel3