Title: raster's Replies | WordPress.org

---

# raster

  [  ](https://wordpress.org/support/users/raster/)

 *   [Profile](https://wordpress.org/support/users/raster/)
 *   [Topics Started](https://wordpress.org/support/users/raster/topics/)
 *   [Replies Created](https://wordpress.org/support/users/raster/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/raster/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/raster/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/raster/engagements/)
 *   [Favorites](https://wordpress.org/support/users/raster/favorites/)

 Search replies:

## Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Simple Post Template] Multiple templates](https://wordpress.org/support/topic/plugin-simple-post-template-multiple-templates/)
 *  [raster](https://wordpress.org/support/users/raster/)
 * (@raster)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-simple-post-template-multiple-templates/#post-1347121)
 * Yes, need more than one template.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Upcoming.org plugin problem](https://wordpress.org/support/topic/upcomingorg-plugin-problem/)
 *  [raster](https://wordpress.org/support/users/raster/)
 * (@raster)
 * [20 years, 1 month ago](https://wordpress.org/support/topic/upcomingorg-plugin-problem/#post-249465)
 * Ugh, too many plugins have gone all 404 on us… This is another. Anyone have the
   code yet?
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Can’t login into trac.wordpress.org](https://wordpress.org/support/topic/cant-login-into-tracwordpressorg/)
 *  [raster](https://wordpress.org/support/users/raster/)
 * (@raster)
 * [20 years, 1 month ago](https://wordpress.org/support/topic/cant-login-into-tracwordpressorg/#post-305478)
 * I seem to be having the same problem… 🙁
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WordPress Hijacks non-wp mod_rewrite rules](https://wordpress.org/support/topic/wordpress-hijacks-non-wp-mod_rewrite-rules/)
 *  [raster](https://wordpress.org/support/users/raster/)
 * (@raster)
 * [20 years, 2 months ago](https://wordpress.org/support/topic/wordpress-hijacks-non-wp-mod_rewrite-rules/#post-322133)
 * Is this still an issue? It seems to be the problem I am experiencing with two
   sites I just upgraded as well.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [XML](https://wordpress.org/support/topic/xml/)
 *  [raster](https://wordpress.org/support/users/raster/)
 * (@raster)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/xml/#post-311399)
 * “…or is RSS not created in XML?”
 * After 9 versions of RSS we’re still not sure how to answer that question… RSS
   is XML, if it’s well formed and valid. there are occasions where it is not, but
   for the most part, RSS should be XML. Otherwise, you can use Atom, which should
   always be XML.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Flash Player for Podcast Enclosures](https://wordpress.org/support/topic/flash-player-for-podcast-enclosures/)
 *  [raster](https://wordpress.org/support/users/raster/)
 * (@raster)
 * [20 years, 11 months ago](https://wordpress.org/support/topic/flash-player-for-podcast-enclosures/#post-209382)
 * You might also want to see the work I’ve been doing to get WP to output XSPF:
   [http://rasterweb.net/raster/2005/06/15/wordpress-xspf-and-podcasting/](http://rasterweb.net/raster/2005/06/15/wordpress-xspf-and-podcasting/)
 * Once it all works properly, you can just feed the XSPF Web Music Player the XSPF
   URL and it should work.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Email Contact Form](https://wordpress.org/support/topic/email-contact-form/)
 *  [raster](https://wordpress.org/support/users/raster/)
 * (@raster)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/email-contact-form/page/2/#post-169235)
 * If only ryanduff.net was available… It’s been giving errors for the last day 
   or so…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Blog by Email using GMail?](https://wordpress.org/support/topic/blog-by-email-using-gmail/)
 *  [raster](https://wordpress.org/support/users/raster/)
 * (@raster)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/blog-by-email-using-gmail/#post-128868)
 * Well, I don’t have a PHP solution, but I got Perl talking to Gmail’s pop server
   ok, see:
 *  [http://rasterweb.net/raster/2004/11/22/20041122114514/](http://rasterweb.net/raster/2004/11/22/20041122114514/)
 * and
 *  [http://rasterweb.net/raster/2005/01/16/get-your-gmail-with-perl/](http://rasterweb.net/raster/2005/01/16/get-your-gmail-with-perl/)
 * and
 *  [http://rasterweb.net/raster/code/src/gmailpop_pl.txt](http://rasterweb.net/raster/code/src/gmailpop_pl.txt)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Can’t Post Comments](https://wordpress.org/support/topic/cant-post-comments/)
 *  [raster](https://wordpress.org/support/users/raster/)
 * (@raster)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/cant-post-comments/#post-129933)
 * xnoobletx, I had a similar problem of a blank page (using a 1.5 nightly though.)
   A quick fix for me was in the file wp-comments-post.php, I moved the following
   2 lines:
 * `$location = get_permalink($comment_post_ID);`
 * `header("Location: $location");`
 * from the bottom of the file, to the top, right under:
 * `$comment_post_ID = (int) $_POST['comment_post_ID'];`
 * I don’t know if this is a bug or not, or if this is the wrong way to fix it, 
   but it seems to have worked. I assume it was exiting/dying before it could redirect.
   Of course this will redirect someone even if ther post fails. Which is bad. 🙁
 * Anyone have a better fix?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [del.icio.us style tags/categories?](https://wordpress.org/support/topic/delicious-style-tagscategories/)
 *  [raster](https://wordpress.org/support/users/raster/)
 * (@raster)
 * [21 years, 8 months ago](https://wordpress.org/support/topic/delicious-style-tagscategories/#post-85610)
 * Ooh, this is something I’d really like to see too. I’m all for some sort of ‘
   on the fly’ category/tag creation…

Viewing 10 replies - 1 through 10 (of 10 total)