Is winter over yet?

I have my sliding glass doors open. I’m wearing shorts. It’s not quite hot, but not quite cold outside. It’s perfect. I’m sure it won’t last long. *sigh*

[updated]

Wow. this entry #1,000. I didn’t even notice! And it’s now very cold. Sucky.

 

What Plugins?

I have come to the realization that I don’t know what kind of plugins people really need. I’ve seen a lot of suggestions on the forums, but a lot of them are modules. I took a stab at doing modules. While at first, I thought I could make one without any problems, there were simply too many questions I had. I thought I’d better wait for the API.

So if you’ve got a suggestion for a plugin, I’d appreciate it! Let me know, leave me a comment, send me an email, whatever you’d like!

 

For those of you who were having problems with php showing/working on the comment preview page, Rick has posted a fix for this:

There is an easy solution. I’ll post it here and it’ll show up in the next round of bug fixes.

Open: /core/core.output.php

Near line 130 you’ll see where the PHP is processed.

Change this:

if (REQ == ‘PAGE’ AND $PREFS->ini(‘demo_date’) == FALSE)

to this:

if (REQ != ‘CP’ AND $PREFS->ini(‘demo_date’) == FALSE)

Read the full discussion