Opened 18 years ago
Closed 18 years ago
#6401 closed defect (worksforme)
remove tabs on the trac
| Reported by: | Owned by: | Jonas Borgström | |
|---|---|---|---|
| Priority: | highest | Milestone: | |
| Component: | general | Version: | 0.10.4 |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
Hello, Give please, how can I remove the following tabs on the trac: View Tickets, New Ticket, Roadmap, Browse Source, Settings, About Trac. The operating system Linux Gentoo. Linux kernel: software 2.6.22-gentoo-r6 My configuration file: / var / lib / trac / pos_expertlinux_pro / conf / trac.ini:
[trac] default_charset = iso-8859-5 ignore_auth_case = false permission_store = DefaultPermissionStore check_auth_ip = true sqlite database =: db / trac.db templates_dir = / usr / share / trac / templates default_handler = WikiModule metanav = login, logout, help mainnav = wiki, search repository_dir = / var / lib / trac / svn / pos_expertlinux_pro
This config no changes to the tabs is not happening trac trac version: www-apps/trac-0.10.4
After changing the configuration file restart trac do. Give please, which is not correct that I do, or how to do. Thank you.
Attachments (0)
Change History (3)
comment:1 by , 18 years ago
| Priority: | highest → lowest |
|---|---|
| Resolution: | → worksforme |
| Status: | new → closed |
| Version: | → 0.10.4 |
comment:2 by , 18 years ago
| Priority: | lowest → highest |
|---|---|
| Resolution: | worksforme |
| Status: | closed → reopened |
Please explain the purpose of options mainnav and metanav for example.
comment:3 by , 18 years ago
| Resolution: | → worksforme |
|---|---|
| Status: | reopened → closed |
Please learn how to use this Trac: NewTicketGuidelines
Creating/reopening a ticket is not a way to ask for support.



First, this question would better be asked on the Trac MailingList.
That said, with 0.10.x there are 2 ways:
_VIEWsetting). NoTICKET_VIEWwill mean no ticket items or tickets will be displayed to the individual user.With 0.11 there are additionally
[mainnav]and[metanav]settings that let you change and disable individual menu items only.