This plugin provides page link list function.
NP_ShowBlogs is a plugin that carries out the same operation as NP_BlogWithOffset + NP_PageLinkList + NP_OffsetEntriesLink. It's working on all Nucleus versions starting from version 2.0. This plugin is prefixproof so you can use it with a Nucleus install which uses table prefixes.
| General Plugin info | |
|---|---|
| Author: | Taka + nakahara21 + kimitake + shizuki |
| Current Version: | 2.7 |
| Download: | http://japan.nucleuscms.org/bb/download.php?id=976 [zip] [12KB] [4 files and 1 folder] |
| Code: | Code |
| Demo: | N/A |
| Forum Thread: | nucleus forum |
Remember to replace <%blog(…)%> skinvar with <%ShowBlogs(…)%>.
Simple: <%ShowBlogs(default/index,15)%>
or: <%ShowBlogs(default/index,15,,2)%>
Full: <%ShowBlogs(grey/short,15,all,2,ASC,15/56,grey/sticky)%>
<%ShowBlogs(grey/short,15,all,2,ASC,15/56,grey/sticky)%>
To style the navigation, add this CSS into your skin css file and modify it to your needs:
/***************************************************
Pagination for NP_ShowBlogs (Inspired from Tipos.com.br)
**************************************************/
.pageswitch {
font-family: verdana, sans-serif;
font-size: 11px;
line-height: 15px;
text-align: center;
}
.pageswitch a, .pageswitch span {
display: block;
float: left;
padding: 1px 5px 2px;
margin-right: 0.1em;
border: 1px solid #fff;
background: #fff;
}
.pageswitch span.current {
border: 1px solid #000;
font-weight: bold;
background: #9F9F9F;
color: #fff;
}
.pageswitch a {
border: 1px solid #9F9F9F;
text-decoration: none;
}
.pageswitch a:hover {
border-color: #000;
}
.pageswitch a.nextprev {
font-weight: bold;
}
.pageswitch span.nextprev {
color: #666;
}
.pageswitch span.nextprev {
border: 1px solid #ddd;
color: #999;
}
.pageswitch input {
font-family: verdana, sans-serif;
font-size: 10px;
font-weight:bold;
float:right;
width:20px;
border: 3px solid #ddd;
}
NP_ShowBlogs version 2.7 works with Nucleus CMS version 3.31. - 2007-11-28 kg