NP_ShowDraft

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

Installing

  • download the plugin
  • upload to nucleus/plugins/
  • install the plugin from admin menu

How to use the plugin

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%>

History

  • v0.4 added preview function
  • v0.9 use sql_query()

Plugin review

NP_ShowDraft version 0.9 works with Nucleus CMS 3.31 - 2007-10-29 admun

showdraft.txt · Last modified: 2007/11/28 00:27 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki