Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

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

+- Forum Stats

Members
Total Members: 4255
Latest: andreios
New This Month: 3
New This Week: 1
New Today: 0
Stats
Total Posts: 43260
Total Topics: 7518
Most Online Today: 297
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 1
Guests: 280
Total: 281

Author Topic: add button to menu ?  (Read 6603 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
8104 Views
Last post February 02, 2011, 01:05:44 pm
by SMFHacks
5 Replies
8871 Views
Last post July 14, 2012, 10:09:27 pm
by SMFHacks
5 Replies
2718 Views
Last post July 31, 2017, 04:09:17 pm
by Juan Carlos
0 Replies
2548 Views
Last post July 05, 2019, 03:26:24 pm
by SMFHacks
1 Replies
1455 Views
Last post August 22, 2021, 08:25:43 pm
by SMFHacks

+- Recent Topics

No thumbnails on new uploads by Tonyvic
Today at 06:26:18 am

Display the Contact Page for guests by SMFHacks
March 27, 2024, 10:55:43 am

is it possible to add support for odysee.com by fvlog19
March 21, 2024, 08:47:51 am

Request for admin notification by davejo
March 10, 2024, 01:31:59 am

I need help with torrent upload by Ineedsmfhelp
March 09, 2024, 10:01:13 pm

an idea for new mod (( content type with different display )) by SMFHacks
February 27, 2024, 01:36:27 pm

[Mod] RSS Feed Poster by SMFHacks
February 27, 2024, 11:57:18 am

find duplicate pictures by fvlog19
February 14, 2024, 02:22:40 pm

Error uploading video. by SMFHacks
February 08, 2024, 02:04:16 pm

Gallery icon as last added image by fvlog19
February 01, 2024, 01:04:56 pm

Powered by EzPortal