News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Need help removing a link

Started by ninjastorm123, June 29, 2015, 09:21:46 PM

Previous topic - Next topic

ninjastorm123

I need help removing the register and login link on the navigation bar! Also I need help ordering some links so it looks neat.

hxxp:gyazo.com/31f0400949625357328dcc9d8923edea [nonactive] I need all the links from admin  to logout, to be moved all the way the the right.

Thanks.

Sir Osis of Liver

The main menu button array is in /Sources/Subs.php.  Search for 'All the buttons'.  Comment out or delete the ones you don't want.

To move the main menu right, do this -

/css/index.css



#main_menu
{
padding: 0 0.5em;
float: right;
margin: 0;
}



Back up your files before you edit.
Ashes and diamonds, foe and friend,
 we were all equal in the end.

                                     - R. Waters

ninjastorm123

Quote from: Krash on June 29, 2015, 11:26:46 PM
The main menu button array is in /Sources/Subs.php.  Search for 'All the buttons'.  Comment out or delete the ones you don't want.

To move the main menu right, do this -

/css/index.css



#main_menu
{
padding: 0 0.5em;
float: right;
margin: 0;
}



Back up your files before you edit.

I put false for the login and register button, only the login button dissappered but the register button is still there?

Advertisement: