Generic Variable Profile Link?

Hi, I need a link that will allow users to access their profiles, if i provide them with for example www.marketplace.sharetribe.com/en/myusername it will bring them to my profile, what can i do so that whenever someone clicks on this it will bring them to THEIR profile? I’ve tried www.marketplace.sharetribe.com/en/profile but that does not work

Any help is greatly appreciated

Hi Nick,

As far as I know. There is no link at the moment that would automatically do that. But if you are using the open source version, you could add a new route with a new path that you can choose, and make a controller method that uses the @current_user and shows the profile page of that user.

I assume this could be done by relatively small changes.