zaque
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Contact Form 7] More IE7 ProblemsFixed –
wp-contact-form-7.php, change line 909 from
$url = $url['path'] . (empty($url['query']) ? '' : '?' . $url['query']) . '#' . $unit_tag;
to
$url = $url['path'] . '?' . $url['query'] . '#' . $unit_tag;
I tested and this works in both use cases above. I don’t know anything about PHP really, so someone let me know if they find a problem with the code. IE7 needs that question mark to submit the form correctly.
Forum: Plugins
In reply to: Alex King’s Share-Thisoh yeah. sorry. This is the url. Click on any post, scroll down to the bottom of the post and click the “share this” link.
Forum: Fixing WordPress
In reply to: Plugins.php: one plugin on-one plugin offThis is a K2 problem. Sorry for the meaningless posts. I’m taking it over to the Binary Bonsai flickr group.
Forum: Fixing WordPress
In reply to: Plugins.php: one plugin on-one plugin offOk. After deactivating all the plugins, I’ve discovered that none of the plugins will activate. I have no idea what’s going on. This is something I’ve never encountered before.
Forum: Fixing WordPress
In reply to: slideshow pro?yes.
Forum: Themes and Templates
In reply to: Help?hey thanks for your “out of the box” response. but I figured it out. Bascially, you at “* html” in front of whatever CSS code you want IE to read and play around until you have something decent in explorer.
the problem for me, it turns out, is that Dreamhost disabled PHP’s remote file open function. So, unless this plugin is rewritten with cURL libraries, then I’m S.O.L. The same applies to my Structured Blogging and Wp-plugin-manager plugins.
Forum: Themes and Templates
In reply to: Lucid Templatethanks Jinsan for getting my brain working again. It turns out that for some reason or another, the search form has to be in the header somewhere. weird deal….
Forum: Themes and Templates
In reply to: Lucid Templateno ideas?
from what i can see, everything is cool. wpiTunes queries amazon xml services with variables, so I hardcoded some things and pasted it into a browser and it returned some products and image urls just fine. As for how it parses it….I don’t know. But the bottom line is that an image url is not returned at the end of the php function.
I installed itunesblogger .07 yesterday and ever since then, album cover art isn’t being retrieved from amazon. All of my settings are the same. I’ve checked everything that I thought would contribute to this problem, but I can’t find out what’s going on.
Anyone have any ideas?
Forum: Plugins
In reply to: Multiple Authors Profile PageI would like to know how to use images, please.