Add links to account page

I want to create a new block on the members account page that I want to call  "User CP"

In this Block I want to list the links that the member uses to manage everything that has to do with there account.

I want links like "Edit Profile Info" and "manage Profile Photos" , "Manage shared Video" and many other ones. This way I can have a link in the main navigation menu that is called "Account"l that will bring you to your account page.

So basically what I want to do is take the bulk out of the main Navigation menu and have all this stuff in one spot so that it is less confusing. Something like the Account links in your Unity account page.

So my question is, How do I accomplish this?

Give me something to believe in...
Quote · 5 Jan 2010

here is an example, this is quite simple...

add a new html block on account page, copy and past code below to the HTML-content area

<table width="100%" border="0">
<tbody>
<tr>
<td width="50%">
<img src="/templates/tmpl_uni/images/icons/mbs.gif" alt="test" width="16" border="0" height="16" />
<span style="font-weight: 600; font-family: Arial Narrow;"><a href="/pedit.php">Edit Profile</a></span><br />
<img src="/templates/tmpl_uni/images/icons/edit.gif" alt="test" width="16" border="0" height="16" />
<span style="font-weight: 600; font-family: Arial Narrow;"><a href="/profile_customize.php">Customize Profile</a></span><br />
<img src="/templates/tmpl_uni/images/icons/action_photos.png" alt="test" width="16" border="0" height="16" />
<span style="font-weight: 600; font-family: Arial Narrow;"><a href="/upload_media.php?show=photo">Upload Profile Photo</a></span>
<br /><br />
<img src="/templates/tmpl_uni/images/icons/action_friends.gif" alt="test" width="16" border="0" height="16" />
<span style="font-weight: 600; font-family: Arial Narrow;"><a href="/contacts.php?show=friends">Friends</a></span><br />
<img src="/templates/tmpl_uni/images/icons/frs.gif" alt="test" width="16" border="0" height="16" />
<span style="font-weight: 600; font-family: Arial Narrow;"> <a href="/tellfriend.php" onclick="return launchTellFriend();">Invite a friend</a></span>
<br />
<span style="font-weight: 600; font-family: Arial Narrow;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>
</td>
<td width="50%">
<img src="/templates/tmpl_uni/images/icons/eye.png" alt="test" width="16" border="0" height="16" />
<span style="font-weight: 600; font-family: Arial Narrow;"><a href="/contacts.php?show=view&amp;list=me">Viewed Me</a></span><br />
<img src="/templates/tmpl_uni/images/icons/action_fave.gif" alt="test" width="16" border="0" height="16" />
<span style="font-weight: 600; font-family: Arial Narrow;"><a href="/contacts.php?show=hot&amp;list=me">Hotlisted Me</a></span><br />
<img src="/templates/tmpl_uni/images/icons/action_block.gif" alt="test" width="16" border="0" height="16" />
<span style="font-weight: 600; font-family: Arial Narrow;"><a href="/contacts.php?show=block&amp;list=me">Blocked Me</a></span>
<br /><br />
<img src="/templates/tmpl_uni/images/icons/eye.png" alt="test" width="16" border="0" height="16" />
<span style="font-weight: 600; font-family: Arial Narrow;"><a href="/contacts.php?show=view&amp;list=i">Viewed by Me</a></span><br />
<img src="/templates/tmpl_uni/images/icons/action_fave.gif" alt="test" width="16" border="0" height="16" />
<span style="font-weight: 600; font-family: Arial Narrow;"><a href="/contacts.php?show=hot&amp;list=i">Hotlisted by Me</a></span><br />
<img src="/templates/tmpl_uni/images/icons/action_block.gif" alt="test" width="16" border="0" height="16" />
<span style="font-weight: 600; font-family: Arial Narrow;"><a href="/contacts.php?show=block&amp;list=i">Blocked by Me</a></span>
</td>

</tr>
</tbody>
</table>

Quote · 7 Jan 2010

Thank you okweb, that's what I'm looking for.

Give me something to believe in...
Quote · 7 Jan 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.