Skip to main content

Quick "How to" Question

  1. Please is there an option to create space banner like this yet? It was mentioned in the Promo video on YouTube but I can't find the option anywhere.

  2. I need direction on how to assign User Badge to a user.

    Thank you.

Quick "How to" Question

Shahjahan Jewel

it's called the welcome banner. You can enable that from Feed header Right sidebar sandwich menu.

Tim Olukayode

Shahjahan JewelΒ Thank you sir.

Sella Yoffe

Shahjahan Jewel, how can we add something like this?

Shahjahan Jewel

Sella YoffeΒ Let me share the code for that.

add_filter('fluent_community/activity/after_contents', function ($content) {
    return '<div style="text-align: center;"><p style="display: flex; gap: 6px; margin-top: 0; justify-content: center;">Hosted with <a target="_blank" rel="noreferrer noopener" style="display: block;" href="https://xcloud.host"><img style="width: 60px;" src="https://d2caaow1b6whjp.cloudfront.net/84e6d40c-2732-43c3-80b8-a3a382e9f4e3/img/x-cloud_blue.svg" /></a></p></div>';
}, 10, 1);

Sella Yoffe

Shahjahan Jewel, thank you. Maybe you can add this feature later to the settings menu so we can add it without code.

Hoang Hxn