News:

Wondering if this will always be free?  See why free is better.

Main Menu

A new page?

Started by Sly~, May 22, 2010, 12:48:57 AM

Previous topic - Next topic

Sly~

How can I make another page, so I can put a form in it? I know how to make another link in the menu, I just don't know how to make another page.

Kill Em All



My Site: KEAGaming.com

Manual Installation of Mods
Prevent Spam and Forum Attacks
Please do not PM or email me for support unless offered, help should be publicly displayed to others.

Sly~

Quote from: Kill Em All on May 22, 2010, 02:13:15 AM
http://custom.simplemachines.org/mods/index.php?action=search;basic_search=custom+page
I don't want a mod though, I want to make a page within the forum, and then I'll just go into subs.php and add a link in the menu.

Divaksh

#3
then what's the problem? create a page and add array of that button in Subs.php

'home' => array(  // the internal name for the button (make it unique).
            'title' => $txt['home'], // the title of the button
            'href' => $scripturl, // the URL to where the button points.
            'show' => true, // use $user_info['is_admin'] or $user_info['is_logged'], etc for more specific rules.
            'sub_buttons' => array( // this is for submenu buttons, but I won't get into that as that isn't really a "simple" button.
            ),
         ),

Advertisement: