Skip to main content

Dynamic links

Hey everyone! Is there any possibility of using dynamic links, like in Buddyboss, when you replace the username with "me", for example: website.com//members/me/groups/

I want to send those links via email and also use them in tutorials.

I see that there is something built in in Fluent Community, but I don't know how to get it to work.

Just adding the #{{user_url}}/spaces to the URL is not working.
For example website.com/portal/u/#{{user_url}}/spaces

Dynamic links

Shahjahan Jewel

The URL pattern will be: https://community.wpmanageninja.com/portal/u/__me__/

so the __me__ will be replaced the current user's url slug. 

Armin Pajula

Shahjahan JewelΒ Awesome Thank you! β€οΈπŸ™