The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Adding a link
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. 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. |
#2
|
||||
|
||||
You have to edit the USERCP_SHELL template inside usercp templates
|
#3
|
|||
|
|||
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. |
#4
|
||||
|
||||
Jus find this
Code:
<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> Code:
<tr><td class="alt1" nowrap="nowrap"><a class="smallfont" href="http://www.prophotobusinessforum.com/amember/member.php">Subscription Details</a></td></tr> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|