Bug #7490
Sort tag cloud alphabetically
| Status: | Resolved | Start date: | 2010-04-27 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Dmitry Dulepov | % Done: | 100% |
|
| Category: | - | |||
| Target version: | 0.9.0 | |||
| Votes: | 0 |
Description
[was 0013882 on bugs.typo3.org]
Most often a tag cloud is sorted alphabetically as ("only") an alphabetical sorting gives you the "right picture" of a tag cloud. T3BLOG sorts the tag cloud by count values. I guess that this was integrated specifically for the snowflake blog as this tag cloud is not really a tag cloud but a tag list.
Is it possible to either remove the sorting by count (function sortByCountValue, line 218 in class.tagCloud.php) or make it configurable by Typoscript?
Associated revisions
Fixed bug #7490: sort tag cloud alphabetically
Fixed bug #7490: sort tag cloud alphabetically
History
Updated by Dmitry Dulepov almost 3 years ago
- Status changed from New to Resolved
- Assignee set to Dmitry Dulepov
- Target version set to 0.9.0
- % Done changed from 0 to 100
Added a new parameter to the tag cloude widget: sortBy. But default it is set to count to preserve compatibility. But you can set it to tag to use alphabetical tagging.