smoothmoniker
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: My Category Order] Not working with 2.8Yep, that fixed it here too. Deleted the plugin file, reinstalled it, now its working fine.
Thank you!
Forum: Plugins
In reply to: [Plugin: My Category Order] Not working with 2.8same problem here. Updated WP to 2.8, updated the plugin to 2.8, not working.
I am calling the function from the sidebar, not using a widget.
Forum: Plugins
In reply to: Super cache -vs- 1 Blog Cacher… go drink a bear in the bar …
If you do end up drinking a bear in a bar, please upload photos! That’s something I’d pay good money to see.
Forum: Plugins
In reply to: [Plugin: WP Super Cache] Deleting Cache Files by Cron JobWhat are you using to run the backup? Most utilities to do this, like rsync, allow you to define files to exclude. For rsync, adding the following to your command would cause it to skip all cached files during the backup:
rsync --exclude='wp-content/cache/'
Forum: Installing WordPress
In reply to: WP 2.6 after-install parse error.I had the same problem with the update to 2.6.1, but with Akismet. I deleted the akismet folder, ran “svn up”, it downloaded a fresh copy and everything worked fine.
Forum: Plugins
In reply to: Changing the Default Form FieldsWell, you can solve the email issue without doing any heavy lifting – in the wordpress admin page, go to settings > discussion, and in the field for “Before a comment appears” uncheck “Comment author must fill out name and e-mail”.
That should allow them to leave just a name.
Forum: Plugins
In reply to: Audio player like on perezhilton.com?The player on perezhilton’s site is the 1pixelout audio player:
https://www.1pixelout.net/code/audio-player-wordpress-plugin/
Thanks, Berlette. Great plugin, and I look forward to the update.
Forum: Fixing WordPress
In reply to: wp-rss2.php not workingYes, you need to do version.php, and then update the database.
Forum: Fixing WordPress
In reply to: FEED just stopped working when changed permalinkJust finished sorting this out. You need to pull some files that haven’t yet been included in the 2.5.1 update. Details here:
Forum: Fixing WordPress
In reply to: wp-rss2.php not workingAHA! Digging through the trac, and discovered that a fix has already been committed. Replace wp-includes/rewrite.php and wp-includes/version.php with the two files listed here:
Forum: Fixing WordPress
In reply to: wp-rss2.php not workingOK, more testing, and this is definitely a problem with the rewrite rules. If I revert to the default permalinks, wordpress/?p=2134 style, then the problem goes away.
Anyone know how to tweak the default permalink rules so that they still allow for wp-rss2.php to work? This is essential to use external services like feedburner, which won’t accept urls that require php parsing in order to work.
Forum: Plugins
In reply to: textarea width in MyCSSJust upgraded, looks great. Thanks for releasing this, it’s perfect for my needs.
Forum: Fixing WordPress
In reply to: wordpress uses too much mysql resource?1) check your error logs. WP is brutal in how it handles 404 errors – make sure that you fix any of the errors that are your own fault (favicon.ico is common)
2) CACHE! Use wp-cache, or some other plugin, to prevent WP from going to the database everytime it needs to just render a page for viewing.
Forum: Plugins
In reply to: How? List “next event” by date?I’m not sure how that helps, moshu. Is there some feature of K2 that specifically does this? If so, I’m totally unaware of it, and nothing shows up at the flickr support forum listed.