[RSS Feed/News] Language chooser: use ORDER BY in SQL to set to alphabetical order

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
Hello!

I know this isn't a big problem for most people, but the fix seems simple.

Currently, the language chooser shows the list of languages in an order that seems based on the xf_language table order.

I suggest adding one of these to the end of the SQL query to improve it.
SQL:

ORDER BY title

Or better yet, if possible:
SQL:

ORDER BY [default language], title

Small improvement, but (hopefully) a simple fix!

Cheers!

1645027914311.png

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom