fortnitemaniac69 0 Posted August 31, 2020 Share Posted August 31, 2020 I want to remove the "Sign Up" button as seen in the picture below. I use to steam to login/create an account on my website so the button is useless. New users sign in with steam and if its their first time signing in they are prompted with a complete registration screen. Is there a way I could replace both "Exisiting User? Sign In" and "Sign Up" with the Sign in with steam button? Link to comment Share on other sites More sharing options...
The Grim Reaper 143 Posted September 1, 2020 Share Posted September 1, 2020 Go to your theme - global - user bar and search after this code and delete it : {{if \IPS\Login::registrationType() != 'disabled'}} <li> {{if \IPS\Login::registrationType() == 'redirect'}} <a href='{expression="\IPS\Settings::i()->allow_reg_target"}' target="_blank" rel="noopener" class='ipsButton ipsButton_normal ipsButton_primary'>{lang="sign_up"}</a> {{else}} <a href='{url="app=core&module=system&controller=register" seoTemplate="register"}' {{if \IPS\Login::registrationType() == 'normal'}}data-ipsDialog data-ipsDialog-size='narrow' data-ipsDialog-title='{lang="sign_up"}'{{endif}} id='elRegisterButton' class='ipsButton ipsButton_normal ipsButton_primary'>{lang="sign_up"}</a> {{endif}} </li> {{endif}} Link to comment Share on other sites More sharing options...
mr-pimpen 387 Posted September 1, 2020 Share Posted September 1, 2020 all you have to is disable that 9in the admin with out adding or removing Allow new registrations? just put no when I load your site, I was like a vampire, slept for thousands of years and just now is my first glimpse of light haha. Link to comment Share on other sites More sharing options...
The Grim Reaper 143 Posted September 1, 2020 Share Posted September 1, 2020 1 hour ago, mr-pimpen said: all you have to is disable that 9in the admin with out adding or removing Allow new registrations? just put no If you disable that, if you don't have a user and log in with google or steam will put you to create an account, diable that option and only members will be able to join forums. Link to comment Share on other sites More sharing options...
mr-pimpen 387 Posted September 1, 2020 Share Posted September 1, 2020 but it should have no effect to the community if they are using stem to login and register he would be using a 3party code when I load your site, I was like a vampire, slept for thousands of years and just now is my first glimpse of light haha. Link to comment Share on other sites More sharing options...
Recommended Posts