?
avatar peterpeter
peterpeter
15 Feb 2017

Steps to reproduce the issue

Create some tags - not in a alphabetical order - create an article and assign these tags. Let the article view show these tags. On Forntpage, on this article the tags seemed ordered by id.

Now go to com_tags configuration, tab 'tagged items', set the order option to 'Title'. Go to the frontend again, and reload the article.

Expected result

The assigned tags should displayed alpha-ordered by the title-colummn.

Actual result

Nothing has changed, tags are still id-orderd.

Additional comments

The article view (single article) gets the article tags by libraries\joomla\helper\JHelperTags::getItemTags - wich gets and returns the tags by querying the tags-table directly, without a order clause. PHPStorm 'tells' me, that this method is used by com_contact, com_newsfeeds too.

The correct way getting tags should be through a tags-model instead of a helper class, I guess. No?

avatar peterpeter peterpeter - open - 15 Feb 2017
avatar joomla-cms-bot joomla-cms-bot - labeled - 15 Feb 2017
avatar franz-wohlkoenig franz-wohlkoenig - change - 5 Apr 2017
Category com_content com_content com_tags
avatar franz-wohlkoenig franz-wohlkoenig - change - 5 Apr 2017
Status New Confirmed
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 5 Apr 2017

set "confirmed" at Issue Tracker.


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/14098.

avatar brianteeman
brianteeman - comment - 5 Apr 2017

It is the order of the items that have been tagged NOT the order of the tags

avatar franz-wohlkoenig
franz-wohlkoenig - comment - 5 Apr 2017

thanks @brianteeman so the Order of Tag in an Article can't changed?

avatar peterpeter
peterpeter - comment - 5 Apr 2017

Ah, I see, my fault. Becausescreen shot 2017-04-05 at 09 54 35 I'm managing this site with tags in german language, switched to english just to post the right labels, and overlocked the meaning. Because the german translation is a little misleading, in my opinion (Screenshot).

But a order parameter for the tags would be a useful feature, as in my case I use the tags as available languages of libraries, e.g.
http://interbiblio.ch/en/member-libraries/29-englisch/mitgliedsbibliotheken/151-monthey-a-tous-livres

But I guess that's stuff for another issue/request, so this one can be closed, I guess.


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/14098.

avatar franz-wohlkoenig franz-wohlkoenig - change - 5 Apr 2017
Status Confirmed Expected Behaviour
Closed_Date 0000-00-00 00:00:00 2017-04-05 10:44:11
Closed_By franz-wohlkoenig
avatar joomla-cms-bot joomla-cms-bot - close - 5 Apr 2017
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 5 Apr 2017

closed as Expected Behaviour. @peterpeter can you please open a Issue for ordering Tags?


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/14098.

avatar joomla-cms-bot
joomla-cms-bot - comment - 5 Apr 2017

Add a Comment

Login with GitHub to post a comment