Feature proposal #5258
closedImplement for tab title counters to be optional
Description
Currently tab title counters are forced on articles and blogs tabs. They should just be a substitution that's part of the tab title string though. This way the usage is generic and can be added to other tabs in addition to being removed if the user doesn't want it.
Updated by beat over 9 years ago
- Target version changed from CB 2.0.8 to CB 2.0.9
Updated by beat over 9 years ago
Although it's a nice idea to be able to substitute, don't think that formatting for the count should be part of the tab title which is content text. Would prefer a generic separate setting imho.
Updated by beat over 9 years ago
- Target version changed from CB 2.0.9 to CB 2.0.10
Updated by beat over 9 years ago
- Target version changed from CB 2.0.10 to CB 2.0.11
Updated by beat about 9 years ago
- Target version changed from CB 2.0.11 to CB 2.0.12
Updated by beat about 9 years ago
- Target version changed from CB 2.0.12 to CB 2.0.13
Updated by beat almost 9 years ago
- Target version changed from CB 2.0.13 to CB 2.0.14
Updated by beat over 8 years ago
- Target version changed from CB 2.0.14 to CB 2.0.15
Updated by beat about 8 years ago
- Target version changed from CB 2.0.15 to CB 2.1
Updated by krileon about 8 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Implemented in !1127
Simply added a parameter to toggle off the counters for blogs and article tabs. Tab titles already support substitutions and HTML so if someone wants a custom counter they can have one (e.g. substitute in a query or code field). Other plugin tabs that implement counters should just do a simple parameter to toggle it off.