Simple Machines Community Forum

SMF Support => SMF 2.1.x Support => Topic started by: TigerAnt on July 04, 2019, 07:28:54 PM

Title: 2.1 RC2 login button
Post by: TigerAnt on July 04, 2019, 07:28:54 PM
Guys were is the login button for members to login with?

NEVER MIND GUYS I FOUND IT SORRY.
Title: Re: 2.1 RC2 login button
Post by: Hatshepsut on July 05, 2019, 01:45:13 AM
The login button is removed from SMF 2.1 main menu.
Login link for guests is above, in the user top bar, where is the text: Please login or sign up.
Title: Re: 2.1 RC2 login button
Post by: skb on July 05, 2019, 03:56:50 AM
You can make the Login and Sign Up text into buttons by adding this to index.css
.welcome a {
display: inline-block;
text-transform: uppercase;
cursor: pointer;
border: 1px solid #ddd;
border-right: 1px solid #bbb;
border-bottom: 1px solid #aaa;
border-radius: 3px;
box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
padding: 0 8px;
margin: 0 0 0 5px;
overflow: visible;
color: #AC1530;
font-size: 0.8em;
line-height: 20px;
}


Change the color to suit your theme.
Title: Re: 2.1 RC2 login button
Post by: Sir Osis of Liver on July 06, 2019, 11:00:45 PM
Better idea is to remove the silly jquery popup user menu and restore a normal login, like this (http://www.thekrashsite.com/smf21/).
Title: Re: 2.1 RC2 login button
Post by: skb on July 07, 2019, 05:24:03 AM
Agreed. Looks neat. How to replicate that Krash ?
Title: Re: 2.1 RC2 login button
Post by: TigerAnt on July 07, 2019, 06:56:50 AM
 skb, Where is the index_css file located at?



If you wanna change something change the "Quote" button it's hard to figure out how to use it.It does not work like in most forums here.
Title: Re: 2.1 RC2 login button
Post by: vbgamer45 on July 07, 2019, 09:30:58 AM
:https://forum.godsbible.org/Themes/default/css/ is where they are located. But looks like you have minified css/scripts so it needs to be reminified via SMF after you make edits.
Title: Re: 2.1 RC2 login button
Post by: TigerAnt on July 07, 2019, 01:12:03 PM
I'll just leave it how it is lol. Thanks
Title: Re: 2.1 RC2 login button
Post by: vbgamer45 on July 07, 2019, 01:14:52 PM
I just made a mod for you and others that adds the login button back!!! to SMF 2.1.x

https://custom.simplemachines.org/mods/index.php?mod=4238
Title: Re: 2.1 RC2 login button
Post by: TigerAnt on July 07, 2019, 03:42:37 PM
Hey! I like it and installed it, working good. By the way, can you make a mod for my car so it will pass up a gas station lol. Thanks!
Title: Re: 2.1 RC2 login button
Post by: Sir Osis of Liver on July 07, 2019, 05:31:48 PM
Quote from: skb on July 07, 2019, 05:24:03 AM
Agreed. Looks neat. How to replicate that Krash ?

It involves several changes to the user info stuff in the header.  Go here (http://www.thekrashsite.com/smf21/index.php) and register, you'll be able to see both ends of it.

Title: Re: 2.1 RC2 login button
Post by: komp on July 18, 2019, 03:25:11 AM
mod worked like a charm

many thanks