Having users log into a default space instead of the feed.
I have a client who would like to have a user log into a default space instead of the feed upon login, then they can post without having to choose a space. Anyone who needs to go to another space can just go there without having to go through the feed. Is there an action hook or another way to make that happen?
You can probably do that with FluentAuth. It has the ability to create a redirect based on User Role or User Capability. You could define the user roll and then redirect to the URL for the space you want.
It's not something I've tested, but give it a shot.
William BeemΒ Thank you for the suggestion. I'll try it and let you know how it goes.
William BeemΒ I tried it, but it didn't work. I'm looking at an additional solution. I'll let you know if it works.
A user on Fiverr did this or similar for me. she started by creating the fluent form to allow the member to select which space to become a member of. once the member completed the registration the link of that specific space is sent to them. the user has the option to use the space link to sign in or sing into the feed into the portal.
Thank you William. I was able to do it by using uncanny automator.
Grant Price IIIΒ Good to know you found a solution.