You might also consider reading Inspiration or The Last Juror by John Grisham.

06 Apr Tue 04

A few enhancements

[UPDATE: I also added the EntryIfComments plugin. This lets me encourage comments when none have been added yet.

Also, for reference: a handy sheet of HTML equivalents.]

Well, things are finally starting to look put-back-together here. I’ll continue to play around, I’m sure, as time permits. Also, just for fun I added related entries (idea) to the bottom of the individual entry pages. This just brings up other recent entries from categories like the one you are reading.

And I’ve gone back and closed comments on all entries more a month old — this is just to be proactive against comment spam. Since 348NORTH is backed by a MySQL database, I just used this SQL command (errorred idea that I fixed below):

UPDATE mt_entry SET entry_allow_comments = 0 WHERE entry_blog_id = 1 AND entry_created_on < DATE_SUB(NOW(), INTERVAL 31 DAY);

That’s it for now!

 

written by Kevin in web stuff