#2548 - Forum grouping visibility options
| Identifier | #2548 |
|---|---|
| Issue type | Feature request or suggestion |
| Title | Forum grouping visibility options |
| Status | Open |
| Handling member | Deleted |
| Addon | cns_forum |
| Description | Would be a nice feature to save the state of open/closed groupings per user (cookies?), rather than forcing it via an admin setting. Of course the admin setting should remain for those admins who with to decide for their users but with an additional let the user decide option. |
| Steps to reproduce | |
| Related to | |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".


Comments
CNS_FORUM_GROUPING.tpl
return toggleable_tray('c_{GROUPING_ID;*}');
can be (I think)
return toggleable_tray('c_{GROUPING_ID;*}',false,'c_{GROUPING_ID;*}');
As that 3rd param is giving a cookie name.