24/01: NucleusCMS Plugin Downloads
- NP_BadBehavior (754 downloads)
- NP_Censor (375 downloads)
- NP_CommentCensor (416 downloads)
- NP_Friends (348 downloads)
- NP_GreyBox (451 downloads)
- NP_LightBox2 (900 downloads)
- NP_MailForm (219 downloads)
- NP_Ordered (723 downloads)
- NP_PostMan (162 downloads)
- NP_Profile (896 downloads)
- NP_RSSButtons (712 downloads)
- NP_ShowComments (298 downloads)
- NP_SiteList (421 downloads)
- NP_SkinChooser (315 downloads)
- NP_SystemInfo (378 downloads)
- NP_TempVars
- NP_ThickBox (352 downloads)
05/12: Demo of NP_GreyBox
01/12: Demo of NP_ThickBox
01/12: Demo of NP_LightBox2
18/10: Test Post
This is just a post so that there is one from the tester account. You should notice that the avatar image is different from the posts by ftruscot.
This is done using the NP_Profile plugin as a template variable, part of the new Version 2 of that plugin. To see the member detail page using this plugin, visit this link:
http://www.iai.com/sandbox?memberid=4
Open this item to the item page to see another use of the NP_Profile plugin as a template var (in the item template)
20/04: NP_SiteList
(May 17, 2006) Now v1.2 with added features. see Help File.
While trying to get ideas from the list of sites showing off NucleusCMS at http://www.nucleuscms.org/sites.php, I become discouraged by the number of non-nucleus sites in the list. Sensing from applicable topics in the Nucleus Support Forum that others are having the same frustration, and knowing that the job of going back and manually verifying each site would be a time-consuming endeavor for the NucleusCMS.org site administrator, I decided to enhance the NP_SiteList plugin to include a programmatic verification feature. I also used this as an exercise to learn about php, mysql, and Nucleus plugin programming.
The NP_SiteList plugin was originally published by Wouter Demuynck in 2002. I could not find any significant updates of the original one from the Plugin wiki http://wakka.xiffy.nl/sitelist, so I started there.
30/03: NP_RSSButtons
This plugin will insert a button/link to facilitate subscibing to a number of news reader or page indexing sites. See the sidebar to the right for an example.
I made it so that I could have an RSS icon link in my skins that was smart enough to give the feed for only the blog and category currently selected (I have multiple blogs and use categories).
I have made a version 0.2 which fixes some XHTML compliance issues. (Added alt attributes to <img> tags, removed some target="_blank" attributes for delicious and furl, and replaced & with & in URLs)
I am running multiple blogs and wanted to have some where the <%searchform%> would output the search input box and the search button on the same line. See above. But I also wanted to use it with two lines like in the sidebar to the right.
I have found two methods to do this. The first modifies both the SKIN.php file and adds a form template. It's advantage is that you can use just a skinvar call to get the desired effect. The second method was inspired by the comment from Tomas below. It requires a simple change to the searchform.template and relies on CSS to show or not show the linebreak. Both methods are outlined below.










