PDA

View Full Version : How to Link to Own Profile


Daniel
10-04-2014, 12:03 AM
Hey all,

You know how in the header it says, "Welcome, NAME" and it links to your profile? How do I recreate that link?

My best bet so far was
<a href="{vb:link member, {vb:raw user}}">Hello</a>

but it shows up as a blank URL

ozzy47
10-04-2014, 12:16 AM
Where is it you are trying to use it?

Daniel
10-04-2014, 07:19 AM
Globally :)

mokujin
10-04-2014, 08:18 AM
You can find it in header template:

<a href="{vb:link member, {vb:raw bbuserinfo}}">Hello</a>

Daniel
10-07-2014, 11:13 PM
Great, just realized I was trying to get a link working in the navigation manager.

target URL to {vb:link member, {vb:raw bbuserinfo}} doesn't work

Is there another way?

tbworld
10-10-2014, 07:15 AM
This should be all you need. I haven't tried it, but it should work.


member.php?{session.sessionurl}{bbuserinfo.userid}


:)