If you are new to simple machines forum, or you recently installed the forum software on your server, you might have tried to link tabs to external links in the menu tab where the HOME, SEARCH, HELP, are found. Here is a simple way to do this.
Log into the Cpanel of your hosting account.
Open your File Manager and Locate the Sources folder, then on and download a copy of the Subs.php.
Edit the Subs.php and search for
'home' => array(
'title' => $txt['home'],
Now something like this would appear.
'home' => array(
'title' => $txt['home'],
'href' => $scripturl,
'show' => true,
'sub_buttons' => array(
),
'is_last' => $context['right_to_left'],
),
Let’s say you want to link to a blog with anchor text as Blog and link as www.oscarmini.com, just below the above code, place this code.
'blog' => array(
'title' => 'Blog',
'href' => 'http://www.oscarmini.com',
'show' => true,
'sub_buttons' => array(
),
),
Now save your Subs.php, upload it to your Public_html/Sources and make sure you tick overrite so as to replace the original.
Everything can be seen practically on my web forum at ?nowap”>Best Tech Forum In Nigeria