Skip to content

Conversation

@chmst
Copy link
Contributor

@chmst chmst commented Oct 20, 2025

Pull Request for Issue #46333 .

Summary of Changes

Don't use the data-nested attribute when features articles are selected.

Testing Instructions

Make a few featured articles in different categories.
In the articles overview select featured articles.
Use drag an drop for re-ordering.

Actual result BEFORE applying this Pull Request

Re-Ordering is possible only in a category.

Expected result AFTER applying this Pull Request

Re-ordering is possible regardless of categories

Link to documentations

Please select:

  • Documentation link for docs.joomla.org:

  • No documentation changes for docs.joomla.org needed

  • Pull Request link for manual.joomla.org:

  • No documentation changes for manual.joomla.org needed

@chmst chmst changed the title Featured articles can be ordered regardless of category [6.0] Featured articles can be ordered regardless of category Oct 20, 2025
@HLeithner
Copy link
Member

This will not solve the issue, the ordering for featured is saved in the different table which is not changed on the "standard" articles list. You need to update the column ordering in #__content_frontpage independent from the ordering column in #__content.

@brianteeman
Copy link
Contributor

looks like the content_frontpage table is completely ignored

@richard67
Copy link
Member

looks like the content_frontpage table is completely ignored

That should definitely not be the case. The purpose of that table is to provide separate ordering and feature up and down times for the featured articles.

@brianteeman
Copy link
Contributor

a record is created in that table when something is featured but the ordering column in that table never changes

@chmst
Copy link
Contributor Author

chmst commented Oct 21, 2025

Please re-test. If this solution is accepted, we can change the deprecation info in the manual.

@brianteeman
Copy link
Contributor

it works

@brianteeman
Copy link
Contributor

correction. It work correctly in that changing the order in the admin does update the content_frontpage table BUT the front end display is still wrong

@brianteeman
Copy link
Contributor

Admin

image

frontend

image

@brianteeman
Copy link
Contributor

Re the above report. I can see now that the problem I reported was because of the ordering of the categories which takes precedent over the article AND that is nothing new in j6 the same is true when ordering featured articles in J5 as well. This is because the default ordering for a featured articles menu is Category order and then Article order and to truly get the articles in Featured Article order you have to set category order to no order. In other words this is not related to this PR

image

@brianteeman
Copy link
Contributor

I have tested this item ✅ successfully on a53b7e0


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

1 similar comment
@ChristineWk
Copy link

I have tested this item ✅ successfully on a53b7e0


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

@richard67 richard67 added the bug label Oct 23, 2025
@richard67
Copy link
Member

RTC


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

@joomla-cms-bot joomla-cms-bot added the RTC This Pull Request is Ready To Commit label Oct 23, 2025
@richard67 richard67 added this to the Joomla! 6.0.1 milestone Oct 23, 2025
@chmst
Copy link
Contributor Author

chmst commented Oct 24, 2025

@ChristineWk and @brianteeman thanks for testing. I too was wondering about the order of articles in frontend, thank you for explaining it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug PR-6.0-dev RTC This Pull Request is Ready To Commit

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants