How can we set Group Forum Listing to Close as default. spGroupView.php
I made changes to the following line in spGroupView.php, but its not working. It keeps opening the Group Forum list. I am not sure if I need to make changes at any other place. I would appreciate any help
Original: sp_GroupOpenClose(‘tagClass=spIcon spRight&default=open’, ‘Open forum listing’, ‘Close forum listing’);
Changed Default to close: sp_GroupOpenClose(‘tagClass=spIcon spRight&default=close‘, ‘Open forum listing’, ‘Close forum listing’I would appreciate your help.