Comment to Comments - Quick return to first post
-
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.
-
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 ?
-
-
-