Lack of interest Language chooser: use ORDER BY in SQL to set to alphabetical order

This suggestion has been closed automatically because it did not receive enough votes over an extended period of time. If you wish to see this, please search for an open suggestion and, if you don't find any, post a new one.

rebelde

Active member
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.webp
 
Upvote 0
This suggestion has been closed. Votes are no longer accepted.
Top Bottom