| General Plugin info | |
|---|---|
| Author: | Ben Osman & Rodrigo Moraes |
| Current Version: | 0.2 |
| Download: | - |
| Code: | NP_Bloglist_code |
| Demo: | - |
| Forum Thread: | - |
I have written a simple plugin to allow you to show a list of blogs in a skin. It includes filtering capability and allows you to change the display of the list using a template.
Save as NP_BlogList.php, then upload and install plug-in.
You then have four options:
Templates follow standard Nucleus conventions. Variables available are all fieldnames in the Nucleus_blog table (e.g bshortname) as well as ‘friendly’ variables blogid, blogname and bloglink.
To insert the bloglist into a skin use <%BlogList%>
The parameters are as follows:
NP_BlogList doesn’t work with Nucleus CMS version 3.31 - 2007-10-30 kg
Nucleus CMS 3.31 has an own skinvar bloglist which can be used instead of this plugin.