Close Menu
My SiteMy Site
  • Home
  • Reviews
  • Computers
  • How Tos
  • Travel & Lifestyle
  • Phone ROMs
  • Contact
    • Advertise
    • About Us
Facebook X (Twitter) Instagram
My SiteMy Site
  • Home
  • Reviews
  • Computers
  • How Tos
  • Travel & Lifestyle
  • Phone ROMs
  • Contact
    • Advertise
    • About Us
My SiteMy Site
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

Plinko demo gioca gratis senza registrazione e divertiti

July 30, 2023

Sports Betting, Casino & Jackpots Fast Payouts

June 3, 2023

AfriGo, Nigeria’s First National Payment Card

February 2, 2023
Add A Comment
Leave A Reply Cancel Reply

Recent Posts
  • 6 Sports Apps You Must Have On Your Phone
  • Valencia Travel Guide: All You Need to Know About This Spanish Gem
  • TikTok Faces Unexpected Ban in Senegal, Sparks Global Curiosity
  • The Apple GPT & Apple’s Chatbot Mysterious Debut
  • Triller Takes on TikTok: Filing for Public Listing
Get Exclusive Tech Insights!
My Site
Facebook X (Twitter) Instagram YouTube
© 2025 Oscarmini Co. Designed by illBytes.

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