Multiple FluentCommunity portals on a single website
Is it possible to have individual pages on a single website each with a completely individualized community portal? For example, my project requires initial sorting of website visitors based on specific city/town within a state. That would require me to list all 50 states of the USA as space groups, then every city/town as discussion spaces under each state. Thatβs thousands of discussion spaces forcing website visitors to scroll a long way just to find the city of choice for their private membership before they could post under a specific topic. Perhaps I could sort visitors to a state page where they select the city/town that takes them to their portal. I am open to suggestions. Thank you all.
Currently, I donβt see an option to run multiple communities on a single site.
Instead, Iβd suggest checking if a WordPress Multisite (MU) installation would work for your setup. Iβd recommend deploying the MU in a subdirectory structure instead of using subdomains, as this tends to be more stable and easier to maintain.
First, configure the main site with all the community features youβd like each community to have (e.g., Courses, Leaderboards). Then, use the free βNS Clonerβ plugin to replicate the main site and create a subsite for each state.
One thing to note: in a Multisite setup, all subsites share the same MU user base, using email as the unique identifier. This means if a user registers on one subsite and later tries to sign up on another subsite with the same email, theyβll see the message, βSorry, that username already exists!β, even if they havenβt visited that subsite before.
I found this plugin as a possible workaround.
However, I havenβt tested FluentCommunity on a Multisite yet. Maybe Shahjahan Jewel can clarify if Multisite support is available yet?
Thank you for your prompt reply and detailed recommendations. Will set up as you suggest and let you know if it works.