This plugin shows the latest comments added to your blog
Download the code from above
Upload it to /plugins directory
Install it at plugin admin menu
Modify the formatting template and other options, if needed. %t == comment time, %u == commenter, %c == comment, %p == item, %l == url to comment, %P == url to post
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 specifiv blog
To have output similar to NP_MemberComments: <%LatestComments(,,member)%>
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
-
-
-
NP_LatestComments version 1.83 works with Nucleus CMS 3.31 - 2007-10-29 admun