lithboy
Forum Replies Created
-
Forum: Plugins
In reply to: Automatic Myspace Blog Poster for WordPresshmm, this is usually caused by your server not having php installed, or .php files properly defined as being handled by php.
make sure that the first line in the legacy-hacks.php file is<?php
, and not whitespace or anything else.
i think this is a problem with your server, since others have been using the newer releases without problems (like myself). let me know if you need more help.Forum: Plugins
In reply to: Automatic Myspace Blog Poster for WordPressfor those interested, there are a couple bugfixes in the current version:
* slashes in the subject line were not properly stripped
* ampersands in the body screwed everything up.Forum: Plugins
In reply to: Automatic Myspace Blog Poster for WordPresstry again. the blog was temporarilly pulled down.
Forum: Plugins
In reply to: Notify the commentor when I reply to his commentare you talking about this hack?
Forum: Plugins
In reply to: “Filtering out” a specific category in a templatyou probably want to change this to:
$cat_arr = get_the_category();
if( $p=="" && $cat != "3" && count($cat_arr) == 1 && $cat_arr[0]->category_id == "3" ) {
continue;
}
so that when clicking on posts in that category, you don’t receive a page without a post.Forum: Plugins
In reply to: hack for email notification to threaded comment aufwiw, that’s a good recommendation, i hope it gets implemented (along with threaded comments, replies like i have implemented, and a lot of other features that should have been in 1.0)…
Forum: Plugins
In reply to: hack for email notification to threaded comment auwhat’s the error (and the lines around the line that failed)?
Forum: Plugins
In reply to: hack for email notification to threaded comment auso i can’t tell what you’re talking about. the hack itself doesn’t that that; just the comments post page on my site says that, because i hide the commenter’s emails.
also, the features suggested in the other post of this hack (screwed up special characters though, so i reposted here) would be awesome, but i don’t have time to implement them. the person that suggested them has some great ideas and should definitely implement them!Forum: Plugins
In reply to: email notification to threaded comment authorshey guys, let’s move this thread to the corrected post
thanks.