HOW TO change backend navigation bar options...

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
Will
Posts: 55
Joined: Mon 9. Aug 2004, 05:30

HOW TO change backend navigation bar options...

Post 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
Will
Ben
Posts: 558
Joined: Wed 14. Jan 2004, 08:05
Location: Atlanta
Contact:

Post 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.
cyrano
Posts: 1598
Joined: Sat 31. Jan 2004, 18:33
Location: Stuttgart
Contact:

Post 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.
Gruß/ regards cyrano
--------------------------------------------------------
templates -> http://www.128.weitzelmedia.de
planepix -> http://www.planepix.de
XING -> https://www.xing.com/profile/Thomas_Weitzel3
Will
Posts: 55
Joined: Mon 9. Aug 2004, 05:30

Post 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!
Will
Post Reply