Skip to main content

Default Profile Posting

Assuming Profile Posting is enabled, users should be able to post directly to their profile without first having to select “Posting in: Select Space”.

At the moment, it feels unnecessarily long-winded and slightly confusing.

Could the “Select Space” option be hidden by default? If a user has joined one or more spaces, they could then have a dropdown allowing them to choose a space. Otherwise, the post would simply be published to their profile.

Marek

Yes, Profile Posting should be by default.

David Fore

David Churchill Yes, yours is the one I've been using and it's still working in the latest FC.

David Churchill

David Fore great, thanks for confirming 👍

AmarokSpirit

David Churchill I confirm, the snippet works without worries :) Thank you for sharing!

Bryan William

+1

Drive Zone

+1

Nicolas D

Shahjahan Jewel what do you think of this ?

Nayan Das

David Freeman You can implement your use case through a custom snippet.
I am attaching a snippet URL below. You need to add it through any snippet plugin like FluentSnippet.
URL: https://gist.github.com/NayanInsight/8646513ed29730f507bad8ab14173046

Marek

Nayan Das This code did not work for me (it asks to select a space, with 'on my profile' being the only option, and does not hide the space selector)

However, this code works, but only sets 'on my profile' by default:

add_filter('fluent_community/create_post_default_space', fn() => 'self__post');

Marek

Claudy Scoufy If you hide the selector with CSS, how will you be able to select a space to post in? The goal is to have it hidden only for the users who haven't joined any space yet.

Claudy Scoufy

Marek It really depends on the objective. Personally, I no longer wanted a selector in the feed (which is equivalent to posting "on my profile"). For the spaces, users go to the desired space and then post. This is simpler for my members...

David Freeman

Claudy Scoufy I agree — the whole “select a space” step should be dropped for a better UX:

  • If you’re viewing the feed or profile, the post goes to your profile.
  • If you’re viewing a space, the post goes to that space — simply choose a topic.
  • No need for a space dropdown when creating a post.

It would make posting much more intuitive and remove an unnecessary step.

Maybe a backend toggle which gives admins the choice (keep everyone happy)

Bryan William

David Freeman I love this -

  • If you’re viewing the feed or profile, the post goes to your profile.
  • If you’re viewing a space, the post goes to that space — simply choose a topic.
  • No need for a space dropdown when creating a post.

David Freeman

Possible on next update please? 🖤