This plugin helps readers who wish to read many items sequentially across multiple sessions. The plugin can display a link that causes the item number to be stored in a cookie, and another that will display a link to return to that article (but only if an article has been bookmarked this way.)
^General Plugin info ^^
| Author: | Aspirant |
|---|---|
| Current Version: | 0.1 |
| Download: | http://www.slavespath.net/gifts/nucleus/bookmark/ download link is broken |
| Code: | NP_BookMark_code |
To use this plugin, the reader should read as many items as they wish to during a session, then click the first link (which should be on every item page.) When next they come to your site's main page, they should see the link that returns them to that item.
Usage details are given on the plugin screen when this plugin is installed.
This plugin allows a user to bookmark an article in a cookie and then return to that article on a subsequent visit. Usage:
<%BookMark(Offer, Create bookmark, This item is bookmarked )%>
Display a link that creates a bookmark. Use this in your item skin.
<%BookMark(Goto,<a href=”(url)”>Resume reading where you last bookmarked</a>, No bookmark )%>
Displays a link to the bookmarked article, if there is one. ”(url)” will be replaced by the actual URL. Third parameter is optional. Use this in your main index skin
Link to bookmark an item works. But the link that should restore the item id doesn't work. - 2007-10-31 kg