TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

Members
  • Total Members: 3,966
  • Latest: safir45
Stats
  • Total Posts: 195,992
  • Total Topics: 21,323
  • Online today: 458
  • Online ever: 8,223 (February 19, 2025, 04:35:35 AM)
Users Online
  • Users: 0
  • Guests: 245
  • Total: 245

Removing TinyPortal help page from menu

Started by va7jba, February 16, 2013, 12:42:04 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

va7jba

Hi,


I was wondering of anybody knows how to remove the tinyportal help page from the top menu so that other users cant access it.

all the help would be appreciated!

Lesmond

You can remove the link but not the page, if you go to the Sources folder in your forum root, and look for subs.php
Make sure you save a backup before making any changes
Code (search for) Select
'help' => array(
'title' => $txt['help'],
'href' => $scripturl . '?action=help',
'show' => true,
'sub_buttons' => array(
'tphelp' => array(
'title' => 'TinyPortal',
'href' => $scripturl . '?action=tpmod;sa=help',
'show' => true,
),
),
),


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

va7jba


This website is proudly hosted on Crocweb Cloud Website Hosting.