Can you setup FluentCommunity without a community url slug
I just purchased a license and I'm setting up my community site. Maybe this is a different use case, but I'd like for the site to be web root. Is there a way to setup the site so that I don't use a url/slug? I'd like for it to just be the webroot. I don't see a way to make this happen in the setup.
Thanks!
would really love this feature
Saeed RichardsonΒ Tech MorungΒ you can remove the slug completly - please read this post
wp-config code:
define('FLUENT_COMMUNITY_PORTAL_SLUG', '');
For the case where you completely want to remove the /portal slug (AFAIR) the custom code need to be placed in wp-config.php file
Mat βΒ Thanks a bunch, Mat. That was simple and straight forward. I'm all set and thanks for the help.
I have an issue. I have the define set in WP config, all works great but when users log out it redirects me to our old main page. I went into settings and set URL redirect to https://tnesr.org/?fcom_action=auth
Still goes back to our main (old) landing page
(Solved) I had to go into customize and remove the original page that was called, simply set it to -Select- and everything works.