Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

+- Forum Stats

Members
Total Members: 4239
Latest: 3dickulus
New This Month: 0
New This Week: 0
New Today: 0
Stats
Total Posts: 43126
Total Topics: 7500
Most Online Today: 52
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 45
Total: 45

Author Topic: add button to menu ?  (Read 6471 times)

0 Members and 1 Guest are viewing this topic.

Offline MinasC

  • Member
  • *
  • Posts: 36
    • View Profile
add button to menu ?
« on: February 23, 2007, 01:31:10 am »
hi there !!!

is there any way i can add a button to the main menu of smf 1.1.2 (+tp 0.971) linking to wherever i want ? (i don't want it in a block though)

thnx !!!

Offline bluedevil

  • Full Member
  • ***
  • Posts: 120
    • View Profile
Re: add button to menu ?
« Reply #1 on: February 23, 2007, 05:07:19 pm »
Edit the index.template .php of the default theme

Find this:

// Show the [home] button.
   echo'
            <td align="center" class="menubg' , $current_action == 'home' ? '2' : '' , '">
               <a href="', $scripturl, '">' , $txt[103] , '[/url]
            </td>';
       if($settings['TPortal_front_type']!='boardindex')
   // Show the [forum] button.
   echo'
            <td align="center" class="menubg' , $current_action == 'forum' ? '2' : '' , '">
               <a href="', $scripturl, '?action=forum">'.$txt['tp-forum'].'[/url]
            </td>';

   // Show the [help] button.
   echo'
            <td align="center" class="menubg' , $current_action == 'help' ? '2' : '' , '">
               <a href="', $scripturl, '?action=help">' , $txt[119] , '[/url]
            </td>';
   // How about the [search] button?
   if ($context['allow_search'])
   echo'
            <td align="center" class="menubg' , $current_action == 'search' ? '2' : '' , '">
                  <a href="', $scripturl, '?action=search">' , $txt[182] , '[/url]
            </td>';
   // Is the user allowed to administrate at all? ([admin])
   if ($context['allow_admin'])
   echo'
            <td align="center" class="menubg' , $current_action == 'admin' ? '2' : '' , '">
                  <a href="', $scripturl, '?action=admin">' , $txt[2] , '[/url]





Then make a copy like the one highlighted in red except change the places that say "forum" to (whatever you want).  Ive done it this way.  It is different on custom themes.This is for default theme only.

Make sure to back up the original file ;D

« Last Edit: February 23, 2007, 05:13:43 pm by bluedevil »

Offline MinasC

  • Member
  • *
  • Posts: 36
    • View Profile
Re: add button to menu ?
« Reply #2 on: February 23, 2007, 07:08:31 pm »
i did it with "games" but it keeps loading the page i am in !!! is that because i haven't spesified what action "games" stand for ???

(thnx a lot for the tab-making tip)

Offline bluedevil

  • Full Member
  • ***
  • Posts: 120
    • View Profile
Re: add button to menu ?
« Reply #3 on: February 24, 2007, 12:20:27 pm »
i did it with "games" but it keeps loading the page i am in !!! is that because i haven't spesified what action "games" stand for ???

(thnx a lot for the tab-making tip)

Try with "arcade" instead.

Offline MinasC

  • Member
  • *
  • Posts: 36
    • View Profile
Re: add button to menu ?
« Reply #4 on: February 25, 2007, 06:22:03 am »
got it to work at last !!! thnx a lot for the help !!!

 

Related Topics

  Subject / Started by Replies Last post
5 Replies
7522 Views
Last post February 02, 2011, 01:05:44 pm
by SMFHacks
5 Replies
8101 Views
Last post July 14, 2012, 10:09:27 pm
by SMFHacks
5 Replies
2551 Views
Last post July 31, 2017, 04:09:17 pm
by Juan Carlos
0 Replies
2358 Views
Last post July 05, 2019, 03:26:24 pm
by SMFHacks
1 Replies
988 Views
Last post August 22, 2021, 08:25:43 pm
by SMFHacks

+- Recent Topics

“Insert from Gallery” by apothocary
November 21, 2023, 07:25:28 am

SMFHacks Black Friday Sale 2023! by SMFHacks
November 19, 2023, 12:05:51 pm

File Count by SMFHacks
November 11, 2023, 11:46:46 am

Theme Changer by SMFHacks
November 09, 2023, 04:30:05 pm

Pretty Urls extras by SMFHacks
November 08, 2023, 05:23:14 pm

Member group access to emojis by SMFHacks
October 22, 2023, 07:24:12 am

Miscellaneous errors - don't know why by SMFHacks
October 13, 2023, 09:28:50 am

Follow / Follower Mod? by Nicole
October 06, 2023, 07:37:20 am

Mods supporting custom themes? by SMFHacks
October 02, 2023, 04:20:18 pm

Version 6.1.6 issues by SMFHacks
September 30, 2023, 07:54:52 am

Powered by EzPortal