Project / Support Center
Welcome, Guest. Please login or register. October 03, 2023, 04:18: AM
Home Help Search Login Register
D-Web Web Site Creator D - Web Web Site Creator On-line HTML Editor No Programming knowledge required. Web Global Net PayPal-Cart Shopping Cart System PayPal - Kart Shopping Cart System for E-Commerce over the internet, that's easy to use. Web Global Net Newsletter Manager Newsletter Manager On-line Newsletter Creator with Email Subscriber Management.
Ring Central Discount
Web Global Net Web Application & Web Development Project Center  |  Technical Issues  |  Open Source Topics  |  SMF related  |  Topic: Adding menus SMF 2.x 0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Go Down Send this topic Print
Author Topic: Adding menus SMF 2.x  (Read 13298 times)
admin
Guest
« on: December 31, 2009, 01:22: AM »

In Sources/Subs.php

FIND around line 3716:
Code: [Select]
      $buttons = array(
         'home' => array(

ADD BETWEEN the upper two lines:
Code: [Select]
         'sitehome' => array(
            'title' => 'Home Page',
            'href' => 'http://home.info',
            'show' => true,
            'sub_buttons' => array(
            ),
         ),

So it now Looks Like This:

Code: [Select]
      $buttons = array(
         'homepage' => array(
            'title' => 'Home Page',
            'href' => 'http://home.info',
            'show' => true,
            'sub_buttons' => array(
            ),
         ),
         'home' => array(

This will add the Menu Tab "Home Page" to the Left. But with practice you can place a menu where you want it.
« Last Edit: December 31, 2009, 12:19: PM by Web Global Net » Report to moderator   Logged
Pages: [1] Go Up Send this topic Print 
Web Global Net Web Application & Web Development Project Center  |  Technical Issues  |  Open Source Topics  |  SMF related  |  Topic: Adding menus SMF 2.x « previous next »
Jump to:  


Login with username, password and session length
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!