Jump to content

Where do I remove the Sign Up button?


fortnitemaniac69

Recommended Posts

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?

 

brave_J0Zq6qHPvX.png.bd429f01b9ac4866fd39cf28fbd4a751.png

Link to comment
Share on other sites

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

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

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

Guest
This topic is now closed to further replies.
×
×
  • Create New...