Add Item link
| General Plugin info | |
|---|---|
| Author: | Peter Hardy, PiyoPiyoNaku |
| Current Version: | v1.4 |
| Download: | here or from the wiki here |
| Forum Thread: | here |
If you are upgrading from version 1.1 or lower:
Place <%AddItem%> at the place where you want the “Add New Item” to appear.
<%AddItem(Create New Item,extlink)%>
For Example can you use the AddItem skinvar in the sidebar.inc of the default skin. If you place it under the link for Admin Url it is only shown for users that are logged in (because of the skinvar <%if(loggedin)%>):
<!-- admin link, only visible if logged in --> <%if(loggedin)%> <dd><a href="<%adminurl%>" title="Admin Area">Admin</a></dd> <dd><%AddItem%></dd> <%endif%>
NP_AddItem version 1.4 works with Nucleus CMS 3.31 - 2007-10-26 kg