Skip to main content

I was testing the backend processes to see what a member experiences. After purchase theres a redirect to the receipt ok fine. But there is no email set on where to login to the portal is this not automatic? If not thats fine the docs dont really say much.

** Let me clarify, my community is paid not free

When I comment on a post and choose the emoji face to pull up the emoji selector, the site force refreshes and I lose my comment. This happens on other sites running fluentcommunity as well. Is this a safari mobile issue? Shahjahan JewelΒ 

I have set an email to be sent out after one hour, if someone has an unread message, but I need to edit that email to change the language, where do I do that?

You can now toggle between 'No Post' or display posts on space for users who are not member's of a space, but not in global feed.

v2.0.0Β (Latest Update)

✨ New Features

  • βž• AddedΒ Admin Toggle SettingΒ to control space-level restrictions
  • βž• IntroducedΒ Role-Based BypassΒ (Admins can view all posts regardless of membership)
  • βž• Global feed now strictly shows postsΒ only from joined spaces

βš™οΈ Improvements

  • πŸ”„ SeparatedΒ Global Feed vs Space Feed logicΒ for better control and flexibility
  • πŸŽ›οΈ Improved query handling for more accurate filtering of joined spaces
  • πŸš€ Optimized database query to include onlyΒ active memberships

πŸ›‘οΈ Behavior Changes

  • πŸ”’ When restriction is enabled:

    • Non-membersΒ cannot view posts inside spaces
  • πŸ”“ When restriction is disabled:

    • Non-membersΒ can view space posts (but not in global feed)

🧠 Logic Enhancements

  • πŸ‘‘ Admin usersΒ nowΒ completely bypass all restrictions
  • πŸ“Š Global feed remains restricted regardless of toggle (ensures feed relevance)

πŸ”Œ Compatibility

  • βœ… Fully compatible with FluentCommunity feed query system
  • βœ… Works seamlessly with FluentCommunity SPA/AJAX rendering

DOWNLOAD

Vist Mpaddi.com for support.

Fluent Community Feed Restrictor v2.0.0 🚩 Fluent Community Feed Restrictor v2.0.0 🚩 Fluent Community Feed Restrictor v2.0.0 🚩 Fluent Community Feed Restrictor v2.0.0 🚩

The yoursite.com/portal/u/ doesnt work. There's something we have to put in place of the username but I forgot.

Interfaces with PMPro, FLuent Community, WP Users, Gamipress, Buddy Boss and Fluent CRM, for a one stop view (and edit eventually).

Shows and links to members spaces and courses in FLuent Community.

Shows awarded Gamipress achievements

Links to FluentCRM and Email

Gets Web, linkedin, and facebook from either Communiy or BB (does a best match), same for phone and email

It (will) show and hopefully add notes to CRM

Cant take all the coding credit, AI has been a great help.

Is anyone willing to test it (on a test system), or interested in the idea, or should I can it ? I have done a speed learning try or die course on github, and I think Im on to it.

I have no idea on the commercials, and I have never done anything like this before, but I figure it might be good enough to share

I’m having trouble understanding exactly how FP is integrated. Do I need to add an FP block to a lesson, or can I simply use the Media Embed option in the page settings panel?

I've opened the ticket 15 hours ago with no response.

ticket #155309

I have a community, and it’s on a different site on a subdomain of my main domainβ€”two different WordPress sites, one for the community and one for the blog. The community is up and running, but when sending digest emails, I’m getting a strange reference that the site is unavailable. Here is an example. Please help.

The link in the email to "join the conversation" is leading to a Cloudflare "bad gateway" error (see image).

Shahjahan JewelΒ can you please advise?

[yourwebsite.com/portal/u/username/spaces]()

we'd like to create a direct link to the current logged in users spaces vs them having to crawl through their profile. What do we replace their username with in this example? I remember it was something like _ user /post

Hey everyone!

I'm Jerome, founder of Domini β€” a network of ~50 independent real estate agents in France. Our entire team lives inside FluentCommunity, and we've been building custom plugins to extend it into a full business platform.

Today I wanted to share our latest module: Notes β€” a collaborative note-taking tool fully integrated into FluentCommunity.

What it does:

  • Full-page Apple Notes-style editor, rendered on a dedicated FC hash route (#/fccn-page/notes)
  • 3-column layout: folders | note list with search | rich text editor
  • Real-time collaboration: share notes with any mandataire, see who last edited, get live updates via polling (5s)
  • Bell notifications: when someone edits a shared note you haven't seen in 1h+, you get a notification in the FC bell β€” we insert directly into fcom_notifications + fcom_notification_users
  • Email on invite: when you share a note, the collaborator gets an email with a direct link
  • Activity journal: full history of who created, edited, or shared the note
  • Autosave (1.2s), folders with custom colors, print support
  • Mobile responsive with 3 views (folders / list / editor)
  • Unseen indicator: blue pulsing dot on notes with unread changes

Technical details for devs:

  • Pure vanilla JS + PHP, no frameworks, no build step
  • Uses FC hooks: fluent_community/portal_head, portal_footer, app_route_paths
  • Positions itself dynamically next to the FC sidebar (detects .fcom_sidebar, .fcom_vertical_nav, header) using CSS custom properties
  • REST API with 12 endpoints under domini-notes/v1
  • 5 custom DB tables (notes, folders, shares, activity, last_seen)
  • FC notification integration via direct DB insert into fcom_notifications (we check table existence first, so it degrades gracefully if FC is deactivated)

The whole thing is a single lightweight WordPress plugin (~2,300 lines total across 6 files). No npm, no webpack, no external dependencies.

We're using it in production with our 50 agents for meeting notes, property briefings, and internal memos. The real-time aspect makes it feel much snappier than expected for a polling-based approach.

Happy to share more details about the FC integration patterns if anyone's interested. FluentCommunity's hook system made this surprisingly straightforward to build.

Would love to hear if others are building custom modules on top of FC! πŸš€

We built a full collaborative Notes app inside FluentCommunity β€” here's how