Here is my list of currently activated Plugins in WordPress 2.0.2.
If you have any questions about what these Plugins do here or where to
find them, let me know!
What Plugins are you using and what do they do on your blog? My Plugins
philosophy is to remain as bare-bones as possible without ruining any
expected interaction or information.
If you are using a program other than WordPress to blog — what is the
name of that program and why do you prefer it over WordPress and what
kind of extras have you added via Plugin or some other method of adding
functionality?
I was having a wee bit of sudden trouble for a couple of days this week
with my beta Google Sitemaps Plugin. The Plugin had been performing
flawlessly since I installed it the instant it was available. When I
started to save my posts for later editing the Plugin would throw up a
page of error messages.
Checking Plugin creator Arne’s website I saw others were having a similar problem.
One solution was to implement the Permalinks fix found here and just changing that bit of code made my entire blog SUPERFAST!
Wow!
You need to change some lines of code to get that fast change to
work so you shouldn’t play around with the fix unless you are
comfortable editing core WordPress files.
Another solution was to add this piece of code —
ini_set("memory_limit","32M");— to my sitemap.php Plugin
file in order to add PHP memory. That fix also might not be well-liked
by your server if you are sharing resources with other users, so be
careful before adding in that piece of code. I’m on a dedicated virtual
server.
I added that line of code because I’m the one who makes
decisions concerning PHP memory use.
Implementing both changes solved my beta Google Sitemaps trouble. I
know Arne already has fixes in place for a future release and I look
forward to installing it here when the Plugin grows beyond its fine
beta.