Opened 13 months ago
Last modified 11 months ago
#4467 new Enhancement
Hide link to empty tools config page
| Reported by: | mrclay | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | Elgg 1.8.x |
| Component: | UI/UX | Version: | 1.8.3 |
| Severity: | trivial | Keywords: | |
| Cc: | brett@… | Difficulty: |
Description
When there are no plugin user options, a link to the empty page is confusing. Not sure if there's a clean solution to this...
Change History (2)
comment:1 Changed 13 months ago by ewinslow
- Milestone changed from Needs Review to Elgg 1.8.x
comment:2 Changed 11 months ago by cash
- Priority changed from normal to low
It requires looping over all active plugins and check if a view exists. If a site does not have anything defining that view, they could just unregister than menu item.
Note: See
TracTickets for help on using
tickets.

If you come up with a solution, I'd be happy to pull it in.