Display a list of items. Can choose between recent items, previous items, next items.
Can also display a list random items.
How the list is displayed is defined through Nucleus Template.
Version history, installation, etc are included within the help file of this plugin.
Unzip the file and upload the contents to your plugin directory
Install the plugin...
[Plugin-specific stuff like adding skinvars to a skin, settings option etc]
Adding TemplateVar/SkinVar: <%ItemListEX%>
Amount of items displayed (optional)
Display mode (optional, default is recent)
previous - to show the previous items of the current item (for item skin part)
next - to show the next items of the current item (for the item skin part)
recent - to show the recent items (for any skin part)
Example: <%ItemListEX(,recent)%>
How the list is sorted (optional, default is desc)
The name of template to be used (optional, default is the template with the name default)
The templates are configured through plugin admin area.
Example: <%ItemListEX(,,,default)%>
Show the list of items from the selected blog (optional, default is all)
all - select items from all blogs
Example: <%ItemListEX(,,,,all)%>
current - select items from current blog
Example: <%ItemListEX(,,,,current)%>
short blogname - select items from the selected short blogname.
Example: <%ItemListEX(,,,,greenblog)%>
You can write two or more short blogname.
Example: <%ItemListEX(,,,,redblog/blueblog)%>
Or you can write short blogname that should not be displayed.
Example: <%ItemListEX(,,,,<>redblog/blueblog)%>
blog id - select items from the selected blog id.
Example: <%ItemListEX(,,,,2)%>
You can write two or more blog id.
Example: <%ItemListEX(,,,,1/5)%>
Or you can write blog id that should not be displayed.
Example: <%ItemListEX(,,,,<>1/5)%>
Show the list of items from the selected category (optional, default is all)
all - select items from all categories
Example: <%ItemListEX(,,,,,all)%>
current - select items from current item’s category (for item skin part)
Example: <%ItemListEX(,,,,,current)%>
category name - show items from the selected category name
Example: <%ItemListEX(,,,,,greencat)%>
You can write two or more category name.
Example: <%ItemListEX(,,,,,redcat/bluecat)%>
Or you can write category name that should not be displayed.
Example: <%ItemListEX(,,,,,<>redcat/bluecat)%>
category id - show items from the selected category id
Example: <%ItemListEX(,,,,,2)%>
You can write two or more category id.
Example: <%ItemListEX(,,,,,1/5)%>
Or you can write category id that should not be displayed.
Example: <%ItemListEX(,,,,,<>1/5)%>
Show the list of items from the selected member (optional, default is all)
all - select items posted by any members
Example: <%ItemListEX(,,,,,,all)%>
current - select items posted by current item’s author (for item skin part) or show items from the current member (for member skin part)
Example: <%ItemListEX(,,,,,,current)%>
member id - show items from the selected member id
Example: <%ItemListEX(,,,,,,1)%>
You can write two or more member id.
Example: <%ItemListEX(,,,,,,1/5)%>
Or you can write member id that should not be displayed.
Example: <%ItemListEX(,,,,,,<>1/5)%>
Starting position of the item list (optional, default is 0)
Example: <%ItemListEX(5,previous,,,,,,10)%>
If there are 20 previous items, rather than showing from the first item, the list will start from the 11th-15th. Only if used in index skin part.
Show a list of random items (optional, default is no)
yes - show random items
Example: <%ItemListEX(,,,,,,,,yes)%>
no - show items normally
Example: <%ItemListEX(,,,,,,,,no)%>
Default amount of items shown : The default amount of items to be displayed when the amount of items is not specified in the skinvar. Numerical. (5)
Name of default template : Name of the template to be used when there is no template specified when using NP_ItemList SkinVars or TemplateVars. Text. (default)