Simple Machines Community Forum

SMF Support => SMF 2.0.x Support => Topic started by: jeffharding on July 06, 2011, 07:11:41 PM

Title: How to Hide Info Center
Post by: jeffharding on July 06, 2011, 07:11:41 PM
When I enter the forum area, there is an Info Center block that appears at the bottom... see attached pic... how do I hide this block?

thanks,

Jeff
Title: Re: How to Hide Info Center
Post by: Sir Osis of Liver on July 06, 2011, 08:44:40 PM

Don't think there's a layout option to do this.  If you want to eliminate it entirely, in BoardIndex.template.php, find function template_info_center() and delete it right to the end of the template.  You also have to delete template_info_center(); the line just above the function. 

Make a backup before you try this.

Title: Re: How to Hide Info Center
Post by: jeffharding on July 07, 2011, 07:11:36 PM
Thanks Krash... I have an identical block in ADK Portal and I did not want the block listed twice... so, I will delete the block from my ADK Portal.

Aloha!

Jeff