Close Menu
OscarminiOscarmini
  • Home
  • Reviews
  • Computers
  • How Tos
  • Travel & Lifestyle
  • Phone ROMs
  • Contact
    • Advertise
    • About Us
Facebook X (Twitter) Instagram
OscarminiOscarmini
  • Home
  • Reviews
  • Computers
  • How Tos
  • Travel & Lifestyle
  • Phone ROMs
  • Contact
    • Advertise
    • About Us
OscarminiOscarmini
Home»General»How to add Menu Tabs to External links in Simple Machines Forum (SMF) full site
General

How to add Menu Tabs to External links in Simple Machines Forum (SMF) full site

Oscar FrankBy Oscar Frank1 Min Read
Share
Facebook Twitter LinkedIn WhatsApp Pinterest Email

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

Smf Tips

Related Posts

Best Uk Casinos That Let You Pay By Cellular In 2025

July 25, 2025

Kann ein Bonusspiel mit einem vorherigen Gewinnmultiplikator starten?

February 19, 2025

Explore Exciting Free Spins at Online Casinos Now

October 10, 2024
Add A Comment

Comments are closed.

Recent Posts
  • Best Uk Casinos That Let You Pay By Cellular In 2025
  • Kann ein Bonusspiel mit einem vorherigen Gewinnmultiplikator starten?
  • Explore Exciting Free Spins at Online Casinos Now
  • 6 Sports Apps You Must Have On Your Phone
  • Valencia Travel Guide: All You Need to Know About This Spanish Gem
Get Exclusive Tech Insights!
Oscarmini
Facebook X (Twitter) Instagram YouTube
© 2025 Oscarmini Co. Designed by illBytes.

Type above and press Enter to search. Press Esc to cancel.