tbishop61
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: MT Importer for WP 2.0.2Thanks, I’ll give it a try.
Forum: Fixing WordPress
In reply to: OPML blogroll importSame problem, unable to import from blogrolling.com. Suggestions?
Forum: Fixing WordPress
In reply to: mt.php strips span tags?Is this a bug with wordpress? Should I be filing a bug instead?
Forum: Fixing WordPress
In reply to: Posting code samples in WordPressThanks, I created a Wiki page for it, https://wiki.www.ads-software.com/PostingCode, so people can find it more easily.
Forum: Fixing WordPress
In reply to: Press It! doesn’t work in Firebird?I also can’t get Press it to work properly on FireFox (with TBE).
I put it in my Bookmarks Toolbar folder. When I click it, FireFox opens a new window, then makes it a tab. The new window has the posting interface, but no data (ie the url of the site I was one), and it has replaced the page I was on.
Not the easy posting experience I was hoping for.Forum: Fixing WordPress
In reply to: Blog by email error in template-functions-categoryUpdate:
The kudge helps, but I have had the error reoccur. I’m also seeing more reports of the problem — 2 at https://blade.lansmash.com/index.php?p=39#comments, and a third on this BB.
Could it be a timing thing? Oh well, I’ve filed a bug. If anyone needs debugging assistance, let me know.Forum: Fixing WordPress
In reply to: Error returned from wp-mail.phpForum: Fixing WordPress
In reply to: Blog by email error in template-functions-categoryCarthik / Fargon on IRC gave me a kludge that should work until the bug (filed as https://mosquito.www.ads-software.com/bug_view_page.php?bug_id=0000167)
is fixed.
in wp-mail, replace lineif (empty($post_categories)) $post_categories[] = get_settings('default_category');
with
$post_categories[] = '1';
Sets all posts by mail to your default category. Works for me. Thanks and props to CarthikForum: Fixing WordPress
In reply to: Blog by email error in template-functions-categoryI just have the one “General” category that WordPress starts out with — I’m not using categories at the moment.
If there is a way to specify categories in email, I’ve missed it and would be delighted to be enlightened.
Thanks for trying to dig down on this.
Tim