PDA

View Full Version : Adding a link


Aric Hoek
10-30-2009, 03:42 AM
I have installed aMember onto my site, and I need to create a link going to the members aMember profile page.

I would like to create a link called "Subscription Details". I would like the link to point to http://www.prophotobusinessforum.com/amember/member.php

I would like to place the link here (http://www.prophotobusinessforum.com/images/addlink.jpg).

Can someone provide me with a line of code and where to put it? I have gone through the Style Manager trying to find where to insert the link, but I have had no luck.

Thanks in advance for the help.

Attitude5ire
10-30-2009, 06:21 AM
You have to edit the USERCP_SHELL template inside usercp templates

Aric Hoek
10-30-2009, 01:49 PM
Thank you so much Attitude5ire.

I found the template, but I was unable to find where to insert the link. Truthfully, I was hoping to find a line of text that I could copy and paste, and then just change the title and the link, but I wasn't finding that there.

I think I am going to need some more help, and I am going to have to do some more research. Any additional help is greatly appreciated.

Attitude5ire
10-30-2009, 02:24 PM
Jus find this

<if condition="$show['profilepiclink']">
<tr><td class="$navclass[profilepic]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editprofilepic">$vbphrase[edit_profile_picture]</a></td></tr>
</if>

add below that this

<tr><td class="alt1" nowrap="nowrap"><a class="smallfont" href="http://www.prophotobusinessforum.com/amember/member.php">Subscription Details</a></td></tr>


that shd do