Adding a course to a space + new tabs in the profile
Hoping these feature requests don’t go unnoticed this time…
1) Adding a course to a space
I’d love the ability to link a course directly to a discussion space by adding a dedicated tab, alongside “Space”, “Members”, “Documents”, and “Chat”, that points to the course.
This would allow each course to have its own official discussion space (or vice versa) without having the course placed with no context elsewhere (see screenshot).
2) Expanding profile tabs
(See screenshot) Beyond “About”, “Posts”, “Spaces”, and “Comments”, it would be great to include additional tabs such as:
-
Mentions: showing every time the member has been tagged (@) (showing the impact the member has in the community)
-
Documents: gathering all shared files (showing how helpful to the community the member has been)
-
Courses: clearly separating
- courses created (as instructor/author)
- courses joined (as student)
This would make profiles much more complete and meaningful.
3) Pinning posts on profile pages
(Reposting a previous request)
Members should be able to curate their own “Posts” section by highlighting selected content, either by pinning posts at the top or on the side, the way admins can already do within groups.
This would allow profiles to feel a tiny bit more intentional and personalized.
I love the idea already.... Shahjahan Jewel please look into this. It will improve space experience
My community is about business so add this tabs could be awesome Shahjahan Jewel.
Mauricio Sellán Santos my post was about adding tabs to profiles. Where would you want them to add such tabs?
Anne-Sophie W yes to profiles too.
A bit unrelated, but Rakid (Support dev) has sent me a snippet to add Bookmarks to a member's profile (a previous request of mine) :
add_filter('fluent_community/profile_view_data', function ($profile) {
$profile['profile_navs'][] = [
'slug' => 'bookmarks',
'wrapper_class' => 'fcom_profile_bookmarks',
'title' => __('Bookmarks', 'fluent-community'),
'route' => [
'name' => 'bookmarks'
]
];
return $profile;
});
Anne-Sophie W cela fait quoi exactement ?
Update: Not working anymore in this new version apparently
