raster
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Simple Post Template] Multiple templatesYes, need more than one template.
Forum: Plugins
In reply to: Upcoming.org plugin problemUgh, too many plugins have gone all 404 on us… This is another. Anyone have the code yet?
Forum: Everything else WordPress
In reply to: Can’t login into trac.www.ads-software.comI seem to be having the same problem… ??
Forum: Fixing WordPress
In reply to: WordPress Hijacks non-wp mod_rewrite rulesIs this still an issue? It seems to be the problem I am experiencing with two sites I just upgraded as well.
Forum: Fixing WordPress
In reply to: XML“…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
In reply to: Flash Player for Podcast EnclosuresYou might also want to see the work I’ve been doing to get WP to output XSPF: https://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
In reply to: Email Contact FormIf only ryanduff.net was available… It’s been giving errors for the last day or so…
Forum: Fixing WordPress
In reply to: Blog by Email using GMail?Well, I don’t have a PHP solution, but I got Perl talking to Gmail’s pop server ok, see:
https://rasterweb.net/raster/2004/11/22/20041122114514/
and
https://rasterweb.net/raster/2005/01/16/get-your-gmail-with-perl/
and
Forum: Fixing WordPress
In reply to: Can’t Post Commentsxnoobletx, 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
In reply to: del.icio.us style tags/categories?Ooh, this is something I’d really like to see too. I’m all for some sort of ‘on the fly’ category/tag creation…