There have been couple of patches for the feeds in podPress by Tim Berger, Update and bugfix for the atom feed and Bypass of the RSS Feed does not work. Currently they are in the Development Version. If anybody wants to add more, please make a ticket on the plugins trac and drop me an email.
Also recently had a look at the Popularity Contest plugin. It works well in WordPress 2.7 and 2.8-bleeding only the activation fails. To make it compatible a small piece of code has to be added to the beginning: global $wpdb;
This should go just above the first “if” statement, so it looks like this:
// add this global $wpdb; // existing code if (!isset($wpdb)) { require('../../wp-blog-header.php'); ...
Tried to contact the author and send him this fix so he can add it to the plugin.