WSN Links
Featuresspacer Showcasespacer Reviewsspacer Demosspacer Purchasespacer Manualspacer Support

Register | Forgot Password
Personal Links List
Personal Links List
By Paul

The "saved links" option has taken over the basic favorites-saving function that the personal links list once served, but there are two situations where you may still want to use the personal links list instead:

1) You may want functionality similar to saved links but with subcategories for organization ("saved links" has no subcategories, it's just a list). You can let people add existing links from your directory into their personal links list and its subcategories using this template code:
<IF {TID} does not contain albums>
<form action="http://scripts.webmastersite.net/wsnlinks/wsnmanual410/albums.php?add={LINKID}" method="post">
Add to <select name="subalbumid">{THISMEMBERALBUMLIST}</select>
<input type="submit" value="Add" />
</form>
</IF>


To allow people to remove a image from their list, place this by it:
<IF {TID} contains albums><a href="http://scripts.webmastersite.net/wsnlinks/wsnmanual410/albums.php?todo=remove&linkid={LINKID}&catid={LINKCATID}">Remove</a></IF>


Thanks to the conditionals, you can put these in the image bit and the add form will only show outside of the personal links list while the remove link will only show inside the personal links list.

2) You may want to let people add new links that aren't in the directory. This is mostly useful for WSN Gallery, where members can have their own personal albums of their own images which aren't mixed with the site's images.

Rating:


2/5 based on 1 vote. The median rating is 2.

Submitted: 09/20/08 (Edited 09/20/08)

Description: Allowing members to create a personal list of links, organized into subcategories.

Views: 56 views. Averaging 1 per day.
In the most recent 30 day period, there've been 9 views.

Previous Article | Next Article

Home    |    Features    |    Showcase    |    Reviews    |    Demos    |    Purchase    |    Manual    |    Support