Recent Comments has again been updated. Doc suggested piping, and so it has been done. Actually I’m not sure why I didn’t get this working earlier. I had been meaning to. :)
So feel free to download the latest update from the downloads section to the left. If you find any bugs, please let me know!
How does this post make you feel?
- Excited
- Fascinated
- Amused
- Bored
- Sad
- Angry
Grosse Danke!
Works like a charm. Much Appreciated.
Yes, you are right. but EE’s functionality has no ‘totalwords’. In some cases, ‘totalwords’ is very useful.
I added some code to display recent trackbacks.
http://kaistizen.net/EE/index.php/weblog/comments/recent_trackbacks_plugin/
As far as I know, this plugin is defunct. actually I’m gonna take it off my list since EE does recent comments native now.
Displaying Recent Comments (this would apply for trackbacks too.
Actually that functionality is in there as well, you just have to combine them.
Use can use the exp:word_limit plugin to do the same thing.
<div class=”codeblock”>
<span style="color: #0000BB">{exp</span><span style="color: #007700">:</span><span style="color: #0000BB">comment</span><span style="color: #007700">:</span><span style="color: #0000BB">entries sort</span><span style="color: #007700">=</span><span style="color: #DD0000">"desc" </span><span style="color: #0000BB">orderby</span><span style="color: #007700">=</span><span style="color: #DD0000">"date" </span><span style="color: #0000BB">limit</span><span style="color: #007700">=</span><span style="color: #DD0000">"10" </span><span style="color: #0000BB">dynamic</span><span style="color: #007700">=</span><span style="color: #DD0000">"off"</span><span style="color: #0000BB">}
{exp</span><span style="color: #007700">:</span><span style="color: #0000BB">word_limit limit</span><span style="color: #007700">=</span><span style="color: #0000BB">5}{comment}{</span><span style="color: #007700">/</span><span style="color: #0000BB">exp</span><span style="color: #007700">:</span><span style="color: #0000BB">word_limit}
</span><span style="color: #007700">…
</span><span style="color: #0000BB">{</span><span style="color: #007700">/</span><span style="color: #0000BB">exp</span><span style="color: #007700">:</span><span style="color: #0000BB">comment</span><span style="color: #007700">:</span><span style="color: #0000BB">entries}</span>
</div>
oops. make that {exp:word_limit total=5} instead of limit=5 :p
Thanks. I’ve rewritten my code. http://kaistizen.net/EE/index.php/weblog/comments…
Yeah, I would recommend that only because comments could change in the future and using native EE code would work once you upgraded to a later version. Using a plugin not developed by pMachine could temporarily cripple your site and not function.
(As those who upgraded to 1.3 found out!)