PDA

View Full Version : code to pull up member's profile?


apokphp
11-24-2010, 01:45 AM
I want to put a link directly from the postbit to a member's profile (instead of just having it in the memberaction_dropdown template.

However, when I try to copy the code that links to the profile in that template, over to the postbit_legacy template, it doesn't work.

What code should I use to link to the posting member's profile?

LifesGreatestGift
11-24-2010, 02:36 AM
<a href="{vb:link member, {vb:raw post}}">
{vb:rawphrase view_profile}
</a>

apokphp
11-24-2010, 03:20 AM
That did it. Thanks.