Comment sort control (for users) is hidden because it's ugly. We need to fix it visually so it blends in with the page (so it's obvious it's a control group) and then edit the Forum Threads content type in production to show it at the bottom (so users can change it).
Commit pushed to master at https://github.com/openshift/li https://github.com/openshift/li/commit/feb667621d923f29b6db37cf4ac68a24ac5d4c45 Bug 922127 - Allow users to sort their comments Introduce rules to display comment-controls in a way that match existing structure and are minor weighted (smaller) to the primary content. Also reduce weighting prominence of inline links. smaller lighter.
Styles are in Prod. A site admin needs to enable for content types.
Tried on PROD, still can not find the comment-controls on the bottom of blog or forum pages, could you please check this again, thanks!
Fixed in https://github.com/openshift/li/pull/2252 Note: must enable it in Drupal admin. Log in as admin/admin, go to "Content Management" / "Content Types" / "Edit Forum Thread" and in the "Comment Settings" tab mark "Comment controls: Display above the comments" then Save.
Commit pushed to master at https://github.com/openshift/li https://github.com/openshift/li/commit/8c5074e31d9af5834f443721338edc42f0c6a94b Bug 922127 - allows users to sort comments in forum threads
Test on devenv_4167. Enable Comment controls and then go to forum page. It will display a sort part for comment. So verify this bug. Thanks!