News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

i need help

Started by MakerRedDoT, March 13, 2012, 07:19:43 PM

Previous topic - Next topic

MakerRedDoT

how do i remove the help page off my smf forumon version 2.0.2

Eudemon

removing the help button would just do it fine
go to your subs.php, find and delete or comment out
'help' => array(
'title' => $txt['help'],
'href' => $scripturl . '?action=help',
'show' => true,
'sub_buttons' => array(
),
),

MC73

Personally , I would just turn the true into a false .... then if you ever want it back, then all you would have to do is to make it back to true

'help' => array(
            'title' => $txt['help'],
            'href' => $scripturl . '?action=help',
            'show' => false,
            'sub_buttons' => array(
            ),
Over 1100 Online Flash Games 

TheListener

Quote from: MC73 on March 13, 2012, 08:16:50 PM
Personally , I would just turn the true into a false .... then if you ever want it back, then all you would have to do is to make it back to true

'help' => array(
            'title' => $txt['help'],
            'href' => $scripturl . '?action=help',
            'show' => false,
            'sub_buttons' => array(
            ),


This is the way I did it.

Worked perfectly.

Eudemon

and that too, yeah, forgot to mention

Advertisement: