Comments - Quick return to first post
Hello, maybe a good idea here. In case I want to reposition myself at the very beginning. I must click “See older comments” 500 times. I'm a new member, I want to read everything from the beginning, a button allowing me to go back would be welcome. What do you think ?
-
-
·
Alex T⚜️
- ·
To allow to change sorting direction in comments in specific module run the following query:
UPDATE `sys_objects_cmts` SET `IsBrowseSwitch` = '1' WHERE `Name` = 'bx_forum';
It will enable sorting controls in Discussions module, change change to some other module to enable this feature in another module.
-
·
Alex T⚜️
-
- · Baloo
-
·
In reply to Alex T⚜️
- ·
Thanks @Alex T⚜️ , I executed the command, but I don't see anything more as a change. If I understood you correctly, I should have a sort ascending/descending ?
-
-
·
Alex T⚜️
-
·
In reply to Baloo
- ·
Did you clear DB cache ?
-
·
Alex T⚜️
-
- · Baloo
-
·
In reply to Alex T⚜️
- ·
No, I didn't, it works now, perfect. THANKS