YAFLogo

Posted by: netghost - Monday, 16 January 2012 22:15:57
how do i disable or remove the collapse function of the active discussion

Posted by: squirrel - Monday, 16 January 2012 22:24:33
I think if you set the value to 0 in the admin/host settings, it will disappear --

Posted by: netghost - Monday, 16 January 2012 22:31:09
set what value to 0?!

Posted by: squirrel - Monday, 16 January 2012 23:20:12
[quote=netghost;52723]set what value to 0?![/quote] Host Menu >> Display tab >> Active Discussion Count --> set to 0 Then, if needed, to remove the box completely, open pages/forum.ascx and remove the following lines (recompile is NOT needed for this change): [code]
[/code]

Posted by: netghost - Tuesday, 17 January 2012 09:37:32
Thanks for the help but it did not work ... i also attached a picture that shows what i want removed

Posted by: bbobb - Tuesday, 17 January 2012 11:00:32
[quote=netghost;52728]... i also attached a picture that shows what i want removed[/quote] Really? Don't know why to disable 'collapse function' but You can disable the block here Show Active Discussions: Enable or disable display of active discussions list on board index page.

Posted by: netghost - Tuesday, 17 January 2012 12:10:38
i have edited my previous post and attached the picture properly

Posted by: tha_watcha - Tuesday, 17 January 2012 12:22:02
[quote=netghost;52728]Thanks for the help but it did not work ... i also attached a picture that shows what i want removed[/quote] Simply set the Visibility of the Control to False [code=csharp][/code] on the page ..\Controls\ForumActiveDiscussion.ascx

Posted by: netghost - Tuesday, 17 January 2012 12:33:53
Thanks