blakekr
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Yahoo and Technorati can’t find my feedOkay, Ive tried cutting and pasting the feed headers from the regular blog pages into my home page (brilliant, I know). Any other suggestions? When I ping yahoo manually, it says it still can’t find my feed, but it also says that about WP installations that it’s successfully publishing rss feeds from, so there’s a disconnect there.
Forum: Plugins
In reply to: adsense deluxe only works if text formatting turned off?Okay, I’m going to try inscript to handle my php formatting problems on a case-by-case basis and try to get rid of TextControl.
Forum: Plugins
In reply to: Markdown vsTextilePersonally I’m having VERY inconvenient plugin conflicts arising from using non-standard formatting plugins like TextControl, so my feeling is that if you can stay away from them, do.
Forum: Plugins
In reply to: adsense deluxe only works if text formatting turned off?I use text control to turn off the wp-autoformat stuff for the php hacks I include in my posts via RunPHP. Otherwise WP adds too many line breaks, escapes all the characters, etc.
There’s probably a much smarter way to do this.
Forum: Plugins
In reply to: adsense deluxe only works if text formatting turned off?Okay, guys, I have part of the problem but I could really use some help.
The problem is a conflict with the TextControl plugin. It appears to block whatever method AdsenseDeluxe is using to avoid WP texturizing and autoformatting.
I use TextControl on about 10% of my 600 posts because otherwise some custom php content I was bringing in got auto-texturized and formatted and I didn’t know how to exclude it.
Maybe this was a really bad idea. Anyone know if there’s a way to make these two plugins work together? I can’t be the only one trying to use TextControl and ASDeluxe.
Forum: Plugins
In reply to: adsense deluxe only works if text formatting turned off?On the downside to upgrading … upgrading approximately a million plugins and losing all the customizations and hacks I’ve made to WP itself, sigh.
Can someone confirm this? You have to turn off text formatting with 1.5 but not with 2.0? I don’t get why 2.0 wouldn’t autoformat line breaks and reencode special characters by default like 1.5 does.
Forum: Plugins
In reply to: adsense deluxe only works if text formatting turned off?lol, 2.x hasn’t been out for THAT long.
Forum: Plugins
In reply to: adsense deluxe only works if text formatting turned off?I use WP 1.5, not the wysiwyg editor.
I’m talking about the text control/interpretation that happens by default with any published post unless you turn it off and manually enter all paragraph marks, breaks, etc. etc. Make sense?
Forum: Plugins
In reply to: New Plugin seeks testers: WP-Sociable for Quick Social BookmarkingTyssen, thank you so much …
Forum: Plugins
In reply to: New Plugin seeks testers: WP-Sociable for Quick Social BookmarkingI’m sorry to attach such a stupid question to your lovely announcement, but I’m social bookmarking retarded. I installed your plugin (I’m not sure how to active Technorati like you show on your maxpower site, but that’s another issue). It works fine, but is there a way for me to set tags for individual posts so they’re autofilled in the user’s delicious (or whatever) screen?
Forum: Fixing WordPress
In reply to: permalink nextpage doesn’t work<CODE>I replaced all the (.+) with ([_0-9a-z-]+) on the bottom part of the .htaccess file. And, thus far, it would appear as if everything is working. I have no idea what it does, but I must have covered whatever wasn’t working. </CODE>
This works for me as long as there are no parent categories, but anything structured like “domain.com/general/bluewidgets/my_title” breaks, unfortunately. Is there a plugin to create working multiple pages for people using a category/title permalink structure?
Forum: Plugins
In reply to: WP 1.5: excluding plugins (like Democracy) from wp-cacheOkay, here’s how far I’ve gotten.
I’ve:
– enabled democracy long enough to create a poll.
– disabled wp-cache …
– disabled democracy …
– then, called it manually from the sidebar as described on this page:
http://elliottback.com/wp/wp-print.php?p=914
– re-enabled wp-cache
– answered the poll
– it seems to work until I return to that page and then I get a fatal error because this function is undefined (presumably wpdb):
———————-
$poll_question = $wpdb->get_row(“SELECT id, question, voters, allowusers FROM {$table_prefix}democracyQ WHERE {$where}”);
———————-
Which makes sense since I call the plugin so late in the game.Is it possible to work around this?
Forum: Plugins
In reply to: Using get_post_custom_values out of the loop?Okay, I’m still having a little trouble with this because it stops my “breadcrumb” plugin from working … my sidebar loads before my main content, and the breadcrumb plugin is supposed to be “out of the loop.” I think the page you showed me offers some workarounds, but I haven’t mastered them yet. I’ll post back later as I try some more ….
Thanks though, HS! I appreciate it.
Forum: Plugins
In reply to: Using get_post_custom_values out of the loop?THANKS!!