1

Topic: Link to view own profile

Am I missing something here? I see no option from any menu or submenu for members to view their own profiles as other members see them. All "My Page" links direct the member to:

DOMAIN.COM/account/home/

I am going to go add some new menu items for "View My Profile" but shouldn't this already be an option?

2

Re: Link to view own profile

{member_profile_link}

Give the world the best you have, and the best will come to you.
Tutorials and Mods for VldPersonals  Add CometChat to your vldPersonals site

3

Re: Link to view own profile

I actually tried that yesterday and, though it works on templates like account_home.tpl, it does not work on other templates files. How do I get this to work on other pages?

Thanks.

Last edited by theGrindLab (2011-12-24 09:27:11)

4

Re: Link to view own profile

Hi,

Use what you like most:

<a href="{virtual_path}{session.username}">View your profile (like other see it)</a>

Or if you don't have mod_rewrite enabled:


<a href="{virtual_path}index.php?m=member_profile&id={session.member_id}">View your profile (like other see it)</a>

www.vldMagic.com - first choice customizations help desk
www.vldCrowd.com/radioact - my profile at vldCrowd

5

Re: Link to view own profile

Works like a charm!! Thank you very much!

6

Re: Link to view own profile

Thank you! I also needed this.