April 15th, 2005

Recent plugins for WordPress

In resources — WordPress users can now enjoy not configuring the way their recent posts, recent updates and recent comments plugins behave: These plugins will now decide which is the best number of posts to display for them.

Update: These plugins have been replaced by the Fuzzy Widgets plugin.

Filed under Blog, WordPress by

Print

Comments on Recent plugins for WordPress

April 12th, 2005

Monkeypup @ 2:51 am

Great plugin! I've installed it on my site, and it looks great. One problem, mainly due to my complete incompetence with php, I guess. I would like to get rid of the black dot preceding "recent comments" but have no idea where in the code it is represented. Could you help me? Thanks, and thanks again for this awesome plugin.
MP

Zulan @ 12:25 pm

1.2 is everything I could have asked for! Thanks alot!

April 16th, 2005

Richard @ 4:20 pm

Hi Denis,

Beta-2 works fantastically. Thanks for making my life just that little bit easier with this intelligent plugin ;)

To anyone else reading my post I truely recommend this great plugin. Well documented, easy to use and updated regularly

Cheers

April 18th, 2005

Austin @ 5:25 pm

please notify of updates

Denis de Bernardy @ 6:06 pm

I will, when the plugin officially becomes 'stable'. I'll consider it stable after two or three weeks without any bug reports.

April 21st, 2005

Wadlbeisser @ 9:04 am

Thans for that great plugin. Now I got exactly what I was looking for.

April 23rd, 2005

Mark Fleming @ 2:29 pm

Sorry, it screwed up your display. But this is a real problem at occurs on purpose by people or just because someone has pasted in a long URL. Can't you have your plugin check for something like ths (after x number of chars, insert space, or similar?)?

Denis de Bernardy @ 3:38 pm

Your assumptions that inserting a space after x chars can solve this is is not a valid. All characters of all fonts are not of equal length, and the solution you suggest would not be very useful when a user overrides your font face and font size.

Also note that the issue is equally valid for post contents, comment contents, preformatted code snippets, and so on. It comes from the crappy way mainstream browsers render HTML. Not from the plugin.

That said, I was fully aware from the problem already. I thank you so much for wrecking the display of _my_ site instead of testing what happens on _your_ site.

_Edited_ — Feature added.

Denis de Bernardy @ 4:49 pm

This is ToShowMarkThatHeCanNoLongerFuckUpTheSidebar

Mark Fleming @ 7:31 pm

Looks like you must have fixed it. Great.

April 25th, 2005

Denis de Bernardy @ 7:25 am

It does. WordPress allows you to do this by default. The reading options in your admin control panel let you define what appears on your front page by page or by post.

There might be room for a plugin though, to achieve a behavior like my fuzzy recent plugins, _e.g._ 2 weeks, but 5 posts at least.

April 26th, 2005

Denis de Bernardy @ 11:07 am

New release candidate fixes a minor bug.

April 27th, 2005

TedFox @ 12:22 pm

Uh. i added some code in comments in the pluging contest blog. to hide comments from private posts.

Denis de Bernardy @ 4:04 pm

New release candidate:

- The plugin now hides comments from password protected posts
- I've added a `show_date` option (defaults to `false`)

May 9th, 2005

Denis de Bernardy @ 5:01 pm

v.2.0 is officially released. See the change log for the list of tweaks.

Denis de Bernardy @ 5:02 pm

v.2.0 is officially released. See the change log for the list of tweaks.

May 10th, 2005

MaxPower @ 1:52 am

Nice work on your plugin, I like what it does. Question, is there anyway to limit it to posts from a certain category?

Denis de Bernardy @ 11:03 am

@MaxPower: it's planed. the next version should include a category argument to do this, and will automatically restrict to the 'blog' category when the opt-in front page plugin is enabled.

May 19th, 2005

Worker Bee @ 2:05 pm

Good work as always!

Can't wait into you have the categories function in place.

Then perhaps you can call it multiple times on the same page/sidebar and break down the popular categories of your site into recent postings for summary purposes

May 21st, 2005

Koen Sadza @ 7:50 pm

This plugins does not generate valid XHTML,
nor do the others.

You most common mistake is to forget the < li> tag before < h2>Title< /h2>
and the < /li> tag after the plugin's output.

Anyway, I fixed it and these are GREAT plugins!!

Denis de Bernardy @ 8:02 pm

@Koen: It's not a mistake. I do this purposely. Not all themes are Kubrick. Mine in particular, would be buggy if I inserted the li tags. :)

May 25th, 2005

chwei @ 7:38 pm

Great? but `excerpt_length` and `max_word_length` can not work with chinese character.

Denis de Bernardy @ 7:41 pm

Mm… In a week or two, I'll likely release the v3 of the plugin. It will likely manage the sentence and word length from the xslt, so it _might_ solve this.