How do I change the sorting of topics by votes?
This is the only way I’ve found:
Add to the URL /?order=votes
.
URL = /latest
opens the latest topics.
The main page that opens with URL = /
shows the same thing.
URLs = /?order=votes
or /latest?order=votes
do the sorting correctly.
I need to know if there is any way to change the starting url from /
to /?order=votes
?
Maybe there is some way to redirect the query?