Skip to main content

FluentCommunity 1.7.7 Release πŸš€ (minor)

We just released FluentCommunity 1.7.7 with a few new features and improvements.

In this version, we have added privacy-focused features, improved integration with FluentCRM.

Quick Changelog:

  • Added: Lesson Completed Trigger for FluentCRM
  • Added: Self-Deactivation Option for Users (enable that from privacy settings)
  • Added Public Only Sidebar Link Option
  • Added a Dynamic URL for the user's profile (Dynamic URL Pattern: https://community.wpmanageninja.com/portal/u/__me__/posts )
  • Improved Search for Course Indexes (Includes Categories for search)
  • Improved BuddyBoss Migration for large communities
  • Improved Email Notification Designs
  • Improved Mobile Responsiveness
  • Security improvement for inline CSS contents.

We are so happy to see the natural growth of FluentCommunity, and thanks to all of you for your support and building FluentCommunity with us.

Edit: We had to bump the version to 1.7.71 due to an SVN issue when we released.

David Fore

Awesome! Thanks

Amazing! Thanks for being so efficient at adding new features πŸ”₯

Ceez Vision

  • Added a Dynamic URL for the user's profile? What is the dynamic url exactly? I'd asume {user_id} ? or {username}

Ceez VisionΒ Example added to the post.

Please add translation strings for these new updates, they are great but we need to be able to translate them for our communities. Thank you.

Filip BlomqvistΒ Somehow we missed to generate the POT files. We release a hot fix tomorrow.

D@vid

Shahjahan JewelΒ 
Some strings have been removed and others added.
I was able to translate some, but others are still missing.

I'd like to take this opportunity to remind you that two months ago, I reported several dozen missing strings in some Fluent plugins. The ticket [#128237] was closed, but the strings remain untranslated.

D@vidΒ We forgot to regenerate the strings from our JS source. We will release a hot fix version tomorrow to include these.

D@vid

Michal Paczula

Hello,

Still there exist a really bad view on mobile:

D@vid

Karol Rolewicz

Michal Paczula tak patrzę polskie screeny i aż musiałem zobaczyć na jakiej społeczności jestem. :D

Michal PaczulaΒ the team will work on these improvements.

these strings are not translatable with loco translate

This one too on the public link only

D@vid

Tindaro BattagliaΒ +πŸ‘‡

Lucie Tosakova

Please implement the option to change the default layout of posts for the feed + the option to rename the feed item.

Peter Monk

Great to see lots of nice updates, thanks! Any chance buyers of Fluent Community could get access to a lifetime deal on FluentCRM to deploy with our Community projects? Seems like that integration is a must-have for maximum usefulness.

Tobi Akiode

Thank you. Could you please consider integrating for us those who use Jetpack Forms and Jetpack CRM, Shahjahan JewelΒ ?

Another bug: just clicked on your link https://community.wpmanageninja.com/portal/u/__me__/posts

Then went back with the back button of the browser, had this

Tindaro BattagliaΒ most probably a caching issue. Do a hard reload.

Shahjahan JewelΒ I did it, that's this website

Tindaro BattagliaΒ I see the problem now. Did not think to use the back button :P

Shahjahan JewelΒ as nerd and hobbyist developer I always think how to lame an update :P

Ana G

I'm half expecting a Fluent Mobile App at the next update ... with the pace you're developing features!

Ana GΒ ha ha ha! We are no expert with Mobile App development! I don't do anything that we are not confident enough. We asked an app dev team to build and market the Application. Let's hope for the best.

Gabri Sala

Ana GΒ I'm using SPWA and it's working great so far. It's just a browser app, but it does everything I need to tbh

Sophia S

Gabri SalaΒ that's that?

David Fore

Shahjahan JewelΒ I just updated the plugins on both of my Community sites and now none of my members can paste and share links in the Community. Is this a bug? or a setting that the update changed that I need to enable?

Thomas Oates

David ForeΒ I'm not seeing this problem. Maybe a cache issue on your end?

David ForeΒ make sure you are at 1.7.71
We had an svn issue. Had to bump the version.

David Fore

Thomas OatesΒ yeah, it seems to have been either a caching issue on my part or the newest update (v 1.7.71) fixed it. It's working again now. Thanks.

David Fore

Shahjahan JewelΒ Ok, just did that and it was either that newest release or a caching issue on my part. Thanks.

Raphael D.

Still no import/export for the courses?

D@vid

Hoang Hxn

Shahjahan JewelΒ FluentCommunity REST API doc yet?

Hoang HxnΒ in progress

Hoang Hxn

Shahjahan JewelΒ Need it badly, Hope it ships soon πŸ™

Bryan William

This is so amazing

Wilco

Any chance we get any of the featured from discourse or NodeBB in regards to scrolling through replies/comments? It's so hard to keep track in a topic with a lot of replies.

Awesome to see so many changes coming through. Just one question-- searching course indexes. Is that just searching their titles? If so, if you don't mind me asking, what is the point of that? Is search through the courses on the list?

Thank you!

Shahjahan JewelΒ Thank you so much for this recent update β€” it resolved three major challenges we were facing in our current project! πŸ™Œ

Truly grateful for your persistent work, the quality of your updates, and the heart you clearly pour into everything you build.

It’s inspiring to see how much care and excellence goes into FluentCommunity. πŸ’™

Keep up the amazing work β€” and thank you again!

J V

It took me some time to figure it out. Wanted to categorize courses, but I eventually found that it goes through 'topics'. It works I guess but not very intuitive. Now I would like some categories for spaces as well. We really need to be able to sort better and categorizing is at least a start.

Gabri Sala

J VΒ same, categories for spaces would be super helpful, I can better organize the menu as well using links to a space category/tag

How to download this and replace my existing version? Please guide me

Michal Paczula

Shahjahan JewelΒ and Raiyan MarzanΒ - after new release code:

// load fluent community frame for all the pages including posts, archives etc
add_filter('fluent_community/template_slug', function ($templateSlug) {
return 'fluent-community-frame.php';
}, 10, 2);

Dont work anymore... Woocomerce and Blog page dont work inside community...

Michal PaczulaΒ It's because other plugin already changed earlier. Can you try this code:


add_filter('template_include', function ($template) {
    return FLUENT_COMMUNITY_PLUGIN_DIR . 'Modules/Theming/templates/fluent-community-frame.php';
}, 9);

Michal Paczula

Shahjahan JewelΒ this code work for blog but dont work for woo pages...

Michal Paczula

Shahjahan JewelΒ and that code destroy woo cart :(

Michal PaczulaΒ Woo needs it's own template to operate. I would recommend excluding Woo pages for this template loading until we get a better way to handle these.

Alexis Iroha

Awesome πŸ‘Œ

Alexander Sugianto

Shahjahan JewelΒ It has been two months since this update. I know you are excited about fluentcart and you have 100+ team. But still, the development of fluentcommunity is highly unpredictable. Now, simple feature like adding links on the menu does not work anymore and your support is slow in responding to such a standard feature bug. Can your support respond faster?

Shahjahan Jewel

Alexander SugiantoΒ did you see the browser console or check the error by click the button. Most probably your hosting is blocking the request.

As I posted earlier, we are working on some big features and that's why it's taking time.