You loaded this page at 7:48PM EST - Monday, January 5th, 2009
Category: Downloads
Posted by: ftruscot
avatar Here you can download the NucleusCMS plugins written or maintained by Frank Truscott (ftruscot).

» Read More

Category: Plugins
Posted by: ftruscot
avatar The NP_GreyBox program adds GreyBox functionality to images (or pages) in Nucleus posts (or skins). See Plugin Wiki for details. Download. Click the Read more link for a demo.

» Read More

Category: Plugins
Posted by: ftruscot
avatar The NP_ThickBox program adds ThickBox functionality to images in Nucleus posts. See Plugin Wiki for details. Click the Read more link for a demo.

» Read More

Category: Plugins
Posted by: ftruscot
avatar The NP_LightBox2 program adds LightBox2 functionality to images in Nucleus posts. See Plugin Wiki for details. Click the Read more link for a demo.

» Read More

18/10: Test Post

Category: Plugins
Posted by: tester
avatar

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)

» Read More

20/04: NP_SiteList

Category: Plugins
Posted by: ftruscot
avatar

(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.

» Read More

30/03: NP_RSSButtons

Category: Plugins
Posted by: ftruscot
avatar

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 &amp; in URLs)

» Read More

Category: Core Mods
Posted by: ftruscot
avatar

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.

» Read More