This plugin displays a list of saved drafts written by a user. The list of draft items is shown after one login, which can be edited by clicking at an item. It works with skinvar loginform and additemform to form a strip-down interface to allow a user to add/manage their posts. It helps save time when an author working on drafts without have to go into admin area all the time.
| General Plugin info | |
|---|---|
| Author: | Edmond Hui |
| Current Version: | 0.9 |
| Download: | here |
| Code: | - |
| Demo: | - |
| Forum Thread: | http://forum.nucleuscms.org/viewtopic.php?t=3275 |
This plugin should works in index and all other skins. It can be used this way:
<%if(loggedin)%>
<%else%>
<h2>Admin login</h2>
<%endif%>
<%loginform%>
<%if(loggedin)%>
<%ShowDraft%>
< a href="<%adminurl%>"> Go to Admin Area</a>
<%endif%>
NP_ShowDraft version 0.9 works with Nucleus CMS 3.31 - 2007-10-29 admun