rustindy
Forum Replies Created
-
Forum: Plugins
In reply to: Ryan Boren’s Category Excluder Plugin TroubleshootingMy entire
index.php:/* Short and sweet */
$cat = “-22”;
define(‘WP_USE_THEMES’, true);
require(‘./wp-blog-header.php’);Category number 22 does not show up on my page now.
Forum: Fixing WordPress
In reply to: activate wp-mail without cronIn my case, I have my email server set to run a script (keitai-mail, though this would work with wp-mail as well) when an email is received on my secret *wink,wink* address.
If your host gives you access to email administration, you might be able to set it up so that when you email a post to “1985y4hf8wfj4@yourdomain.com” (or whatever), it will automatically run
wp-mail.phpas soon as the email is received.Forum: Themes and Templates
In reply to: Theme excitement.Nope, it doesn’t. Otherwise “WordPress Classic” and “WordPress Default” wouldn’t work as names since the folders are named “classic” and “default”, respectively. The theme name and directory name are entirely seperate things.
Forum: Everything else WordPress
In reply to: A Little Bit o’ Market ResearchYou could also do like the “high-end” template sites do and sell a “unique” license for a theme that hasn’t been downloaded yet.
Forum: Everything else WordPress
In reply to: PDA ClientsI’ll be honest – I haven’t found a single blog client for my Palm Zire 72 or Ericsson T610 that works 🙁 They either timeout or give errors, and I’ve tried 7 or 8 between the two.
For now, I can’t write blog entries from my phone or PDA, I can just email moblog pics with captions from them.
Forum: Themes and Templates
In reply to: Theme excitement.Welcome back root!
I don’t think this version of bbPress supports profile editing quite yet 🙁 Looking forward to seeing what you’ll do with the 404 now 🙂
Forum: Themes and Templates
In reply to: Blog-Themes.comI wouldn’t have started this topic if I’d known how snarky people were going to get. My bad.
Forum: Fixing WordPress
In reply to: “My original layout” not showing in Themesrename it to “style.css”, make sure the “index.php” file in the same folder is modified according to the guidlines in the codex (http://codex.wordpress.org/Using_Themes#Moving_from_1.2.x_to_1.5), and then try it 🙂
Forum: Plugins
In reply to: www.tigerspice.com spamI use SK on “normal” right now – so far nothing good has been killed, and everything bad 🙂
(stolen from the codex at http://codex.wordpress.org/Combating_Comment_Spam#Spam_Comments_appear_immediately):
DELETE wp_comments FROM wp_comments C LEFT JOIN wp_posts P ON C.comment_post_ID = P.ID WHERE P.ID IS NULLThe above SQL query will delete any comments in your database that aren’t associated with a valid post ID. If you just want to view the comments, replace
DELETE wp_commentswithSELECT *and run the query. The codex link above also gives info on how to do this through phpMyAdmin.Forum: Plugins
In reply to: www.tigerspice.com spamdon’t worry about the apology – believe me, i know how frustrating spam can be. but now you know that it is not a wordpress-specific problem, and there are very effective ways of dealing with it 😉
most of my problems with tiger$pice’s spams stem from the fact they’re trackbacks, not posts. fortunately, Spam Karma’s trackback option works beautifully on them 🙂
Forum: Plugins
In reply to: www.tigerspice.com spamed: yup, that’s basically it. when you do that (you can use Notepad if you want), make sure (and double-check) that there are no blank lines before the
<?phpat the very top, or after the&rt;?>at the very bottom – otherwise evil things can happen.as for “every plugin in the known universe”, i hardly think that “2” qualifies. spam is a problem for *every* blog program. different blogs have different ways of dealing with it. personally, i *love* the WordPress plugin architecture, since it makes it extremely easy for people with the knowledge to create fantastic anti-spam plugins – like Kitten’s Spaminator and Dr. Dave’s Spam-Karma (you’ll probably need one or the other – both might be overkill).
pericat: does 1.5 prevent comment posting on non-existent posts?
Forum: Plugins
In reply to: www.tigerspice.com spamIf by “immediate” you mean “like, instantly, man”, then what’s happened is that tigerspice (or rather, the spammer on their behalf) has added comments to your database for posts that don’t yet exist.
By doing that, they can bypass most spam-blocking plugins. There is a plugin called “BadPostID” that’ll prevent it at http://charles.gagalac.us/wordpress-plugins/bad-post-id/
Unfortunately, it won’t clear out comments that are already in your database, but it will prevent any more from being added.
Forum: Fixing WordPress
In reply to: Nightly or Stable?Putting a reminder on the download page letting users know that they *must* run
/wp-admin/upgrade.phpwhen installing v1.5 over *any* previous release is a good idea.Even though I’ve been programming for 22 years, I *still* look at files named
readmeorinstallinfoor other such things, just in case there’s something goofy I need to be aware of. Particularly with Windows (my server is a Windows machine), goofy is the rule, not the exception.If you’re going to skip reading the included documentation, especially files named
readmeorimportantor whatever, do *not* complain about it. It would have taken you all of 10 seconds to skim to the “Upgrading” section and see the 4 steps required (if you include “Done!” as a step).In any case, it seems that people willing to complain about something are not, in general, the same people willing to do something about it. You have definitely done the former, and in the thread at least, started a bit of the latter.
Take a little time to create a userpage on the Codex for yourself (yes, we already know that the Codex software is not particularly well documented – but it’s not all that tricksy either) and start contributing. If you can’t contribute, don’t complain either. Offer constructive suggestions (which you have done as well), and perhaps someone else will do it (the mantra of complainers everywhere).
Forum: Fixing WordPress
In reply to: <!–more–> not workingNew blogs do!
Forum: Fixing WordPress
In reply to: Nightly or Stable?He already said he didn’t read the directions 😉