By L. A. Devijen on Sunday, 29 July 2018
Posted in Technical Issues
Replies 3
Likes 0
Views 535
Votes 0
Hello,
When user submit discussion and choose a Tag, Tag Item are displayed alphabetically.
How I can set them ascending ID?
Regards,
Lazer
Hey there,

I am really sorry for the delay of this reply as it is a weekend for us here.

Unfortunately currently that was no setting to change this behaviour, but you can modify this file.

JoomlaFolder/administrator/components/com_easydiscuss/models/tags.php


$query .= ' ORDER BY `title`';


Replace to :

$query .= ' ORDER BY `id`';
·
Sunday, 29 July 2018 09:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,
You mean a back end side?
I mean front end side when user search.
If I can override discussion submit form and set ordering by ID.
Regards,
Lazer
·
Monday, 30 July 2018 02:17
·
0 Likes
·
0 Votes
·
0 Comments
·
Can you take a look of my attached screenshot below and see whether you referring this?

If that is not, perhaps you can provide us some screenshot so I can better understand which part you referring.
·
Monday, 30 July 2018 10:16
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post