Removing Registration and log in feature

Sir Chivas's Avatar
Sir Chivas · in Support
4 replies 258 views

I tried removing the Registrations Enabled: and you can still access the registration form. I also tried to remove it via CSS

.user-menu .container {
display: none;
}

I don't want users to register in this forum since I'm just using it as an extension. I don't want to close it since I want users to be able to view the redirecting links.

https://sparkpromotiondirectory.forumspark.net/

Last edited by Sir Chivas

0

In your Admin panel, under settings, disable registrations. 😊

0

The thing is that I have disabled it.

I found a way to just remove it completely for guests.

.user-menu__guest {
    display: none;
}

Last edited by Sir Chivas

0

To be honest, I don’t know if it would remove the register link, I didn’t originally code this part, as it’s from when Jamie owned FS. But disabling should remove access to the form. I’ll plan this in.

👍 1
0

Oh okay, well I did find a way to temporary disable the login and register feature via CSS,

.user-menu__guest {
    display: none;
}

Theme: FS 2.0
Create Your Community with ForumSpark

ForumSpark is a modern community platform built on custom software. It combines the familiar feel of classic forums with a fast, simple experience designed for today’s communities.