CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.6 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

Bug #7490

Sort tag cloud alphabetically

Added by Lorenz Ulrich about 3 years ago. Updated over 2 years ago.

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

Revision 33408
Added by Dmitry Dulepov almost 3 years ago

Fixed bug #7490: sort tag cloud alphabetically

Revision 33408
Added by Dmitry Dulepov almost 3 years ago

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.

Also available in: Atom PDF