PDA

View Full Version : How do I link profile to user profile with the member.php?


Jabong82
02-27-2010, 08:14 PM
I am trying to create a drop down menu with links which I am able to do with most of the other areas (ie. for calender I use "calendar.php", for albums "album.php" etc).

All these specific areas link fine to the member's profile, however when I try to create a drop down menu link for "My Profile", when I use member.php I get this error:

"This user has not registered and therefore does not have a profile to view."

Is there any way to create a drop down link using the member.php file that actually links to the person's profile?

Thank you in advance.

smartkidbk5
02-27-2010, 08:34 PM
Well in the header template, it has this:
<a href="{vb:link member, {vb:raw bbuserinfo}}">{vb:rawphrase your_profile}</a>

Jabong82
02-27-2010, 09:39 PM
That worked perfectly! Thanks for the response!