Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#25 2005-03-01 00:43:16
- kirk
- New Member
- From: LA
- Registered: 2005-01-20
- Posts: 8
Re: [archived] rei_recent_comments: Recent Comments Unordend List
Thanks ReinerBiz,
I already got this problem resolved, here.
Maybe you can add it to your next versions of your plugin.
I modded to be able to output:
(1) comments from specific sections
(2) and to not include my own comments
Once again, thanks for your great plugin.
Last edited by kirk (2005-03-01 00:47:19)
Offline
Re: [archived] rei_recent_comments: Recent Comments Unordend List
Feature request:
Reinier, would it be possible to determine the number of comments myself? E.g. in the form <txp:rei_recent_comments comments="5" showcomment="yes" maxwords="20" />
Offline
Re: [archived] rei_recent_comments: Recent Comments Unordend List
> andreas wrote:
> Feature request:
> Reinier, would it be possible to determine the number of comments myself? E.g. in the form <txp:rei_recent_comments comments="5" showcomment="yes" maxwords="20" />
Yes, use:
<txp:rei_recent_comments limit="5" showcomment="yes" maxwords="20" />
VC88 | Nah, there weren’t really eighty-eight of them. They just called themselves “The Crazy 88.”
Offline
Re: [archived] rei_recent_comments: Recent Comments Unordend List
Great! Thanks.
Offline
#29 2005-04-03 17:49:15
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: [archived] rei_recent_comments: Recent Comments Unordend List
Reinier, I’m using your plugin and just found out one small thing:
When using maxwords=“n”, and the n-th word has a <code><br /></code> tag behind it, like this: <code>word<br /></code>, the plugin sees the word as <code>word<br</code> because of the space in it. Which gets me a validation error for ‘not closing the tag’.
Of course I can live with that, but there might be a simple solution for it (other than scanning all my comments for br-tags)?
Offline
#30 2005-04-03 17:50:48
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: [archived] rei_recent_comments: Recent Comments Unordend List
Grmpf, can’t edit. I meant the plugin sees the word as: word<br
Offline
#31 2005-04-03 17:53:46
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: [archived] rei_recent_comments: Recent Comments Unordend List
One more try…
word<code><</code>br
(If this doesn’t work, I won’t try again… I’ll trust that you know what I mean)
Offline
#32 2005-05-12 08:49:21
- Marco70
- New Member
- Registered: 2005-05-12
- Posts: 4
Re: [archived] rei_recent_comments: Recent Comments Unordend List
This plug-in is very cool. I have a request for 2 extra features which will make it utterly suitable for a Guestbook system:
- Limit the display to the comments of a specific section/article
- Sorting the comments according to date, newest comment displayed first.
It would be great to have these features, as the only alternative right now (sdr_guestbook) is very difficult to customize.
Last edited by Marco70 (2005-05-12 08:51:31)
Offline
Re: [archived] rei_recent_comments: Recent Comments Unordend List
Hi Reinier!
Your plugin is pretty cool.
Is it possible to show the comment without html-tags? just the content string, no p-tags or else?
Offline
Re: [archived] rei_recent_comments: Recent Comments Unordend List
May I add a second question: is it possible, to integrate the gravatar into the recent comments?
Offline
Re: [archived] rei_recent_comments: Recent Comments Unordend List
The Gravatar things depents on another plugin right? Or is it a built in feature of 4.0?
VC88 | Nah, there weren’t really eighty-eight of them. They just called themselves “The Crazy 88.”
Offline
Re: [archived] rei_recent_comments: Recent Comments Unordend List
The Gravatar ist another plugin. But the code does not seem to be too complicated. Probably you could integrate that into your plugin.
Offline