Closed (fixed)
Project:
Syndication
Version:
master
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
5 Jun 2008 at 00:18 UTC
Updated:
23 Jun 2008 at 16:43 UTC
Some sites will need to limit the number of feeds displayed for terms when vocabularies are large. As noted in code comments, the current approach is limited:
// Only show first 30 terms. Wary of huge vocabs. Not ideal.
The attached patch introduces two new configuration options.
The first setting allows a site admin to set a maximum term depth. When set, terms in all nested vocabularies will display only to that depth (e.g., 2), defaulting to no limit.
The second setting is a configurable limit on the number of terms per vocabulary, defaulting to the current limit of 30.
Together, these configuration options give site admins better control over term feed display.
| Comment | File | Size | Author |
|---|---|---|---|
| syndication-term-limit.patch | 2.17 KB | nedjo |
Comments
Comment #1
nedjoApplied.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.