Jump to content

Global url to profile


LiveG

Recommended Posts

Posted

Hi,
I want to share one link with the community that will lead each user to his personal profile section. ( my problem is each profile has a different id)
Can you please help me with this one?

Posted

There is no single link that will always lead to a persons profile. Each persons profile link is unique to them.

  • 9 months later...
Posted (edited)

How do you advise me to do it?
I have a mobile navigation icon that I will need to lead to users same area (last opend topics sorted by opening date time)

Edited by LiveG
Posted

If a member is logged in, then the address:

<a href='{member="url()"}'>Here's your link</a>

should lead to a profile, I think.

You'd only want that to be visible to people who are logged-in members, of course, otherwise it's a broken link, so you should wrap it with something like:

{{if member.member_id}}Code for logged-in members sits here{{endif}}

 

Posted (edited)

I am not getting it.
If someone is available for this one, please quote me (linking from the menu in the desktop and from an icon on mobile to an existing personal page)

Edited by LiveG
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...