This plugin shows the latest comments added to your blog
| General Plugin info |
| Author: | anand, moraes, admun, e-Musty, PiyoPiyoNaku, rork |
| Current Version: | v1.85 |
| Download: | here (old version: v1.84) |
| Forum Thread: | forum here |
Download the code from above
Upload it to /plugins directory
Install it at plugin admin menu
Modify the formatting templates and other options, if needed.
Put <%LatestComments%> somewhere in your skin, ie left/right column
Add anchor tag in the detailed item template (under comments body): <a name=<%commentid%> ></a> after say “<h4 class=”c_userlink“><%userlink%> wrote:</h4>”
The plugin can be called in many ways:
<%LatestComments(numOfPost,mode)%>
where mode can be:
nothing, for all blogs
actual, current blog
default, default blog
blog#, a specific blog
To have output similar to NP_MemberComments: <%LatestComments(,,member)%>
NP_LatestComments v1.85 is compatible with NP_BBCode v0.6, comments can be shown with or without markup. BBCode that's broken because of shortening of the image will be closed at the end of the comment. Images and youtube movies can be replaced by text (including bbcode). When shortening the comments the length of text inside tags is ignored, yet the url between image or youtube tags is regarded as normal text. Therefore it's probably best to replace them.
v0.91
v1.0
v1.1
option to add extra <br /> between comment
change LatestComments(#,0) to LatestComments(#,actual) to display comment to actual/current blog…. the old code didn't work for some reason
added anchor to comment
v1.2
v1.3
v1.4
v1.5
v1.5a
v1.6
v1.7
v1.71
v1.8
-
-
-
v1.84 - mod by Rork
maximum number of characters for each title
support for complete and shortened title/name/comment
optional appended dots for shortened name
no comments message
support for commentid (%i)
add %T %C %L %i, changed %t, %P
v1.85 - mod by Rork
NP_LatestComments version 1.83 works with Nucleus CMS 3.31 - 2007-10-29 admun