News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Hiding Info Centre

Started by CraftyLion, December 04, 2023, 01:30:01 AM

Previous topic - Next topic

CraftyLion

Forgive me if this has been asked before but is there any way of hiding the Info Centre completely? I'm using TinyPortal which already shows all the information I need in the blocks ...

Doug Heffernan

#1
Quote from: CraftyLion on December 04, 2023, 01:30:01 AMForgive me if this has been asked before but is there any way of hiding the Info Centre completely? I'm using TinyPortal which already shows all the information I need in the blocks ...

Do you want it to hide it from everyone? If so at the BoardIndex.template.php file find the following code:

**
 * The lower part of the outer layer of the board index
 */
function template_boardindex_outer_below()
{
    template_info_center();
}

and replace it with:

**
 * The lower part of the outer layer of the board index
 */
function template_boardindex_outer_below()
{
    return;
}

Advertisement: