Simple Machines Community Forum

SMF Support => Server Performance and Configuration => Topic started by: vinzbomb on February 17, 2012, 07:41:35 AM

Title: How do i disble the help tab menu or page ?!!
Post by: vinzbomb on February 17, 2012, 07:41:35 AM
hi,

i search a way to disable the help page menu button !!!
btw, where can you edit the text ?

thanks for future help !!
Title: Re: How do i disble the help tab menu or page ?!!
Post by: kat on February 17, 2012, 09:13:40 AM
/me tries to guess which version of SMF this is for...

...and fails, miserably. :(
Title: Re: How do i disble the help tab menu or page ?!!
Post by: vinzbomb on February 17, 2012, 09:23:26 AM
lol, yes its

version 2.0.2 latest
Title: Re: How do i disble the help tab menu or page ?!!
Post by: kat on February 17, 2012, 09:33:19 AM
Subs.php, in "Sources".

Find this block of code and delete it.

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


:)

Before you do that, read my sig, in case I've goofed. ;)