heyzeus909
Customer
I promise I tried to search before asking for help.
I want to move the link to a member's profile from the header (i.e., http://www.website.com/forum/member.php?9999-myusername) to a link in a NavTab. I'm talking about the "My Profile" link (not a specific profile, just the member that's signed on).
I've tried adding the following into the Target Url box in vBNavTabs:
...and I'm certain there were quite a few others.
I realize some of those probably had no chance of working, but I am certainly no coder.
The best I could get was a link that would display: website.com/forum/member.php?u=
If anything gets displayed after the "u=" it's an unparsed variable.
Any help as to what I put into the Target Url box to add a link to a member's profile like what's in the header?
I want to move the link to a member's profile from the header (i.e., http://www.website.com/forum/member.php?9999-myusername) to a link in a NavTab. I'm talking about the "My Profile" link (not a specific profile, just the member that's signed on).
I've tried adding the following into the Target Url box in vBNavTabs:
Code:
member.php?u={vb:raw bbuserinfo.userid}
member.php?{session.sessionurl}u=$bbuserinfo[userid]
member.php?$session[sessionurl]$bbuserinfo[userid]
member.php?$session[sessionurl]u=$bbuserinfo[userid]
member.php?$session[sessionurl]u=$post[userid]
member.php?$session[sessionurl]u={vb:raw bbuserinfo.userid}
...and I'm certain there were quite a few others.
I realize some of those probably had no chance of working, but I am certainly no coder.
The best I could get was a link that would display: website.com/forum/member.php?u=
If anything gets displayed after the "u=" it's an unparsed variable.
Any help as to what I put into the Target Url box to add a link to a member's profile like what's in the header?
Last edited: