#2548 - Forum grouping visibility options This is a spacer post for a website comment topic. The content this topic relates to: #2548 - Forum grouping visibility options By Guest posted 2nd May 2016, 7:50 PM Do not fill this field in. It's actually a simple template change, but I don't want us to use too many cookies because it eats up upload bandwidth. 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. 0 guests and 0 members have recently viewed this. Sort: Relevance Newest first Oldest first Rating Popularity
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.