luhmann
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: WP Comment Spam Protection just worksI’m having this same problem. The comment moderation is working great (together with the blacklist plugin). However, I’m getting HUNDREDS of e-mails asking me to approve or disapprove comments, and then I have to deal with hundreds of pending posts in the moderation interface.
To solve this problem it should be possible to permanently ban certain posts based on certain criteria (URL, IP #, etc.) and have these automatically be deleted WITHOUT modernation!
Even better would be if the system could somehow identify when multiple IDENTICAL posts are awaiting moderation and stop sending e-mails or requesting moderation for future similar messages.
Another solution is to also not allow the same IP to post too often within a certain amount of time.
Please – something!!!Forum: Themes and Templates
In reply to: PPHlogger & TemplatesI use PHPlogger. Where it goes depends on which version of WP you are using. If you are using an older version you can put it in the index.php file, somewhere within the “head” (between <head> and </head>). If you are using the latest builds of 1.3 these have been moved to a separate wp-header.php file. It is best to copy that (exluding the part that runs an “if” statement at the top) to a new file called “header.php”. The if statement in the first file will tell WP to use your custome header.php instead of the default one. Then you can add the phplogger JS right there.
Forum: Fixing WordPress
In reply to: Show one category on index.phpThat works for me!
Forum: Fixing WordPress
In reply to: Latest nightly build breaks 1.3 installD’oh!
Thanks!Forum: Fixing WordPress
In reply to: Show one category on index.phpIt seems that the “show one category” hack (from the wiki) is broken in the latest build of 1.3.
http://www.wiki.wordpress.org/ShowOneCategory
Anyone know how to fix it? I really need this implementation, because as far as I can tell the “show-categories” plugin doesn’t seem to have the same functionality. What I want is the ability to have index.php show the default category only when no other category is selected, not to permanently exclude any categories.
Thanks!Forum: Requests and Feedback
In reply to: FIx trackbacks! Please!I thought I was having similar problems in 1.3, but it turned out that all my posts imported from MT were imported with trackback pings turned off. So, even though trackback was enabled for the blog, it was disabled for all the old posts. Just something people might wish to check before trying to solve permalinks or something more complex!
Forum: Requests and Feedback
In reply to: Ecto Image uploadI’ve been using this for some time. I’m curious why it is still a “patch” and hasn’t been incorporated into the source code? Or has it? It seems like something that should be done before the 1.3 release.
Forum: Fixing WordPress
In reply to: Please be patient…After installing this and testing it out, I realized that this isn’t what I had originally been thinking of. Here the text is always present, but I was thinking more of an acknowledgment message that someone would only see (and clearly see) after posting a comment. Is that possible?
Forum: Fixing WordPress
In reply to: Comment modernation aknowledgmentUnfortunately, I couldn’t figure out how to implement that hint. I posted a question on that thread. Thanks for your help.
Forum: Fixing WordPress
In reply to: Please be patient…I’m sorry, I’m not exactly sure I understand where to put in the code. I’m using WP 1.2 and I don’t see clearly where this should go.
Forum: Fixing WordPress
In reply to: RSS Links ProblemThere is another thread on this. Post your answers there:
http://wordpress.org/support/index.php?action=vthread&forum=3&topic=6428&page=-1#8Forum: Fixing WordPress
In reply to: BUG: RSS – no “full text” support? Other…I too would like more info on how to fix this! I don’t quite understand the fix posted above.
Forum: Fixing WordPress
In reply to: RSS Links ProblemHas anyone figured this out?
Forum: Fixing WordPress
In reply to: display posts from external blogI haven’t had time to test out the updated plugin. I’m still using Magpie. I generally do this stuff on the weekends, so it may be next weekend before I have time to test the updated plugin. I will test it, however, as I’d prefer to use something that seems better integrated into WP. And at some point I will write something up on my blog about how I’ve set up this site.
Forum: Fixing WordPress
In reply to: display posts from external blogCaching of bad data seems likely to be the problem I was having.