Page 1 of 1

HOW TO change backend navigation bar options...

Posted: Thu 5. Oct 2006, 03:14
by Will
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

Posted: Thu 5. Oct 2006, 15:53
by Ben
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.

Posted: Thu 5. Oct 2006, 16:01
by cyrano
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.

Posted: Thu 5. Oct 2006, 17:15
by Will
Thank you very much to both of you!

The file to change is include\inc_lib\navi_text.inc.php

Pretty easy.

Thank you!

Will
PS: Cyrano: I'll be watching the Right Mgnt... Thanks a lot!