Just curious, I am creating a brand new Community site with FC and I'm wondering if I should use the FluentAuth plugin with FluentCommunity?
Yea, Nay; why or why not?
I thought the admin menus were a little bit messy, so we have a nice tidy setup now...

Copy paste this snippet:
/**
* Move Fluent Ecosystem menus to the bottom (or top) of the admin sidebar.
*/
add_filter('custom_menu_order', '__return_true');
add_filter('menu_order', function($menu_order) {
if (!$menu_order) return $menu_order;
// Define the desired order for the Fluent group
$fluent_items = [
'fluentcrm-admin',
'fluent-support',
'fluent-booking',
'fluent_forms',
'fluent-boards',
'fluent-cart',
'fluent-affiliate',
'fluent-community',
'fluent-auth'
];
// 1. Identify which Fluent items are actually active/present in the current menu
$to_move = array_intersect($fluent_items, $menu_order);
// 2. Remove them from their original positions
$menu_order = array_diff($menu_order, $to_move);
// 3. Re-append them to the end of the menu array
return array_merge($menu_order, array_values($to_move)); // MOVE TO BOTTOM
// return array_merge(array_values($to_move), $menu_order); // MOVE TO TOP
});I may be missing something but in the fluentcommunity user account page is there an option to manage purchases, subscriptions,etc? I know I can create a page and link it.
Hello,
At the moment, community posts support video embedding by pasting a URL from YouTube, Vimeo, and possibly some other providers. However, I need to add support for custom video providers on my site.
I have already written a WordPress plugin that registers additional providers and enables embedding. This works correctly in Gutenberg and in the Classic Editor, and it also works inside FluentCommunity courses, where the standard WordPress embed mechanism appears to be used. However, the same URLs do not get embedded inside FluentCommunity community posts.
What I would like is behavior similar to the current YouTube embedding in community posts:
- automatic embedding from the pasted URL,
- and automatic preview/thumbnail support when posts are displayed as cards, similar to how YouTube thumbnails are shown now.
I am ready to implement this on my side, but I could not find any suitable hooks or extension points in the documentation for the post composer / feed embedding flow. I only found general hooks such as portal head/footer and some feed-related hooks in the developer docs.
Could you please point me in the right direction?
More specifically, I would appreciate guidance on any of the following:
- whether community post embeds use the standard WordPress oEmbed pipeline or a separate internal parser/renderer,
- whether there is a filter/action for processing pasted media URLs in feed posts,
- whether custom providers can be registered for the community post composer,
- and whether the thumbnail/card preview data can be extended for custom video providers.
If needed, I can also share example provider URLs, embed codes and details of how my plugin registers them in WordPress.
I ask if there is anyway to generate PDF and store physical on the server on custom path like /wp-content/uploads/pdf/ and with custom file name like submition_id + user_email , And insert the path link into custom meta key CPT, Also when i delete the entries not delete the PDF file
Now the link is showing like that:
/wp-admin/admin-ajax.php?action=fluentform_pdf_download_public&submission_id=cWM3VnRZaGphUml1WGN1Y1M1cDR3Y2VEQ2dpWXJqdGhmNmgzZ3ViUXN3aHJDQkZUejhGREVRUHpkWEJROWRuVFh1dFpsTXdCM0xkejhydkh4Y1F2bUE9PQ==&id=Q0R3eGR4bVF0RHorTWJjdm1PQlptTHJSb2doRkt4ZVJKVjd5anhoblJWNEk3UmZJd3RpY3Jva0p6dURYdVdwSlRnSzF2Sk5vdHA4bjd5azYxMGpEUEE9PQ==
I need the link and path to be like that:
{wp.site_url}/wp-content/uploads/pdf/{submissionid}+{user__email}.pdf
Hi everyone,
Iβm experiencing a consistent issue with the chat in Fluent Community and would appreciate your help.
Issue description:
When using the chat normally, everything works fine during the active session:
- I can send messages
- I can navigate between sections (courses, spaces, etc.)
- Messages remain visible
However, the problem occurs when I close the browser tab and then reopen the site (while still logged in):
- The latest messages from the previous session are NOT visible
- This includes both my messages and messages from other users
- Only older messages (from before login or earlier sessions) are shown
Temporary fix:
The only way to restore the missing messages is:
- Log out
- Log back in
After that, all messages appear correctly again.
What I tested:
- Tested with both FluentSocket and Pusher
- Same issue occurs in both cases
- So it doesnβt seem to be related to the realtime provider
Is there any fix or workaround available?
Hey everyone, I've managed to create an MCP that allows me to add and edit quizzes but I really want a free-text quiz option which is still not available. Is there any word/news/update/chance of us getting this?

Hi Fluent Community team,
Iβm reporting an issue that is directly affecting my paying clients, so Iβd really appreciate a quick response.
Iβve been using Fluent Player since its launch, but thereβs been a persistent problem on mobile: the player is not responsive. As you can see in the attached screenshot, my clients donβt have access to the sound controls, and the audio is muted by default on mobile.
Iβve tried everything on my end to fix this, even custom code solutions, but nothing has worked so far.
The only workaround I found is asking users to rotate their phone to landscape mode to access the sound settings. However, on some mobile devices, this doesnβt work either, the sound icon doesnβt appear at all.
Second issue: the poster/logo display. As shown in the screenshot, when I add my logo in the cover settings, it appears duplicated alongside the logo set in the video settings. If I remove the cover logo, then no logo appears at all, just the default music note image.
Third issue: branding and player customization. Iβve customized the Fluent Player with my brand colors in the main settings, as well as on each audio, and also adjusted the player style. Unfortunately, none of these customizations are reflected on the client side, the default colors and style are showing instead.
On the editor (desktop) side, everything looks fine. But on the member side, the issues are exactly as described above.
Could you please look into this as soon as possible? This is impacting the experience of my paying clients and can lead to frustration.
Thank you.
Lamia
I am planning on switching back to using FluentCommunity for all of my different sites "Communities", from PeepSo. And I'm wondering if there are any types of tutorials or guides on how to set it up correctly, and by correctly, I'm meaning the actual "On-Boarding" process for new members, as I'll be rebuilding my sites from the ground up on a brand new xCloud VPS using the LiteSpeed web server and the MariaDB.
I'll also be using my current subscriptions for FluentCRM Pro, FluentForms Pro, FluentSnippets, FluentBoards Pro, FluentSMTP, and the free version of FluentSupport.
I'm looking to be able to set everything up to have a guided walkthrough for new members that will "guide" them to complete their profile, then introduce themselves, etc... before being able to gain full open access to the rest of the Community.
If anyone knows of some videos or other things that will help me to get this done before I launch it live, I'd greatly appreciate it.
Thanks.
Hi everyone,
Weβre currently building a system using Fluent Forms, FluentCRM, and FluentCommunity, and Iβd appreciate some guidance from those whoβve implemented similar setups.
# Current Setup
- Leads are captured via Fluent Forms
- Users are created/updated in FluentCRM
- Dynamic tags are applied based on form submissions
- These tags determine user state and access eligibility
# Goal
We want to:
- Allow users to access the Fluent Community portal using only their email address (no traditional username/password flow)
- Grant access to specific community spaces based on CRM tags
- Show a custom message or restricted view for users without the required tag
# Key Question
Is it possible to implement an email-only login system within Fluent Community or via integration?
Or would this require:
- Custom development
- Integration with a third-party auth system
π‘ Additional Context
Weβre aiming to keep the experience frictionless while maintaining strict access control through CRM-driven tags.
Would really appreciate any insights, recommended approaches, or examples from similar implementations.
Thanks in advance!



