PDA

View Full Version : View Profile Link In Navigation Menu?


HM666
02-13-2016, 08:40 AM
I want to remove the "My Profile" link in the header and instead have a view profile link in a drop down in the navigation menu, but I'm not finding what code for the link I should use. I have tried...

{vb:link member, {vb:raw bbuserinfo}}

which is part of the code for the header "My Profile" link. But it does not work, it sends you to a page not found.

I also tried...profile.php{vb:link member, {vb:raw bbuserinfo}}

but that also did not work. :( I've attached a screen shot of where I want it to be instead of the header.

Any help would be great! Thanks.

hazem_aliraqi
02-17-2016, 11:51 AM
try this

member.php?u={session.userid}

HM666
02-17-2016, 04:19 PM
Hey awesome, that worked just fine thanks. :)