Callum Macdonald
Forum Replies Created
-
Forum: Plugins
In reply to: Calling visual editor via the_editor() from a custom page doesn’t workI think there’s a bug with the editor if you’re loading it in a custom setting. For example, I’m trying to load it with a different name and it goes wonky. If anyone finds a solution please do share it. 🙂
Forum: Plugins
In reply to: Two or more tiny_mce editorsDid you find a solution?
I tried loading the editor with the_editor(‘content’,’custom_name’), but it goes a bit screwy. Initially it just loads a plain textarea. Then if I click the “HTML” tab, it loads the editor. Then clicking either Visual or HTML does nothing.
Did you have any success? Did both editors work properly?
Forum: Plugins
In reply to: [Plugin: Breadcrumb NavXT] Unnecessary comments in the output codeI like the return echo code, that sounds cleaner. I’ll look into that. Thanks.
I agree, the version no is useful. It’s also advertising security holes if there are any (just like WordPress does!).
Maybe a comment like <!–breadcrumbs navxt 2.1.4–> would be less of an issue. Because the current comment has two new lines in it, it messes with the beauty of my HTML! 🙂
Forum: Plugins
In reply to: [Plugin: Breadcrumb NavXT] Unnecessary comments in the output codeApologies, commenting out line 665 is not sufficient, instead comment out line 665 and 666 and add this line:
echo $bcn_output;That should do the trick. 🙂
Cheers – Callum.
Forum: Installing WordPress
In reply to: email with PW not received sometimeCheck your Apache error logs, you should see an explanation of why you’re getting a 500 error in there. If you’re using the WP Mail SMTP plugin, your mail will not use the local mail() command, so it shouldn’t be a problem related to that.
Try creating a test file like this, then call it from your browser.
<?php for ($i=0; $i<5; $i++) { $result = mail('to_email_address','Test mail no ' . $i,'This is a test email, please delete and ignore.'); print ("Mail no " . $i . "\n"); var_dump($result); } ?>It should generate 5 emails in a row, printing the result after each one. Might shed some light on the problem.
Good luck – Callum.
Forum: Plugins
In reply to: Custom Write Panel vs. WordPress 2.3There’s a forum for this plugin where a solution might be found:
http://forum.rhymedcode.netCheers – Callum.
Forum: Plugins
In reply to: Custom Write Panel and WordPress Version 2.3Just a quick note, there’s a forum for this plugin and others available here:
http://forum.rhymedcode.netCheers – Callum.
Forum: Plugins
In reply to: Add To Facebook PluginHere’s the url for the plugin:
http://nothing.golddave.com/?page_id=108Forum: Fixing WordPress
In reply to: Notify Admin Authors’ Posts Get CommentsIf you check the Email me wheneve “Anyone posts a comment” box, you should receive an email when any comments are posted, whether they’re posted on your posts or any other author’s posts.
Is that not working correctly for you? Do you receive any other emails from the blog? Do you receive emails when comments are held for moderation?
Cheers – Callum.
Forum: Plugins
In reply to: Plugin repository: Plugin doesn’t get approvedI’m currently experiencing the same problem. I have two plugins listed as waiting. There are TONS of plugins already on the system, so they must have been approved somehow or at some point. I’ll chase this on the wp-hackers mailing list.
Forum: Requests and Feedback
In reply to: WordPress Announcement List: EmailsThis is crazy, surely somebody should remove the signup if the list doesn’t actually work. That’s just plain nuts.
I’ll raise it on the developers mailing list, see what anyone has to say. I note that there is not an announce list here:
http://lists.automattic.com/mailman/listinfoForum: Fixing WordPress
In reply to: cannot remove visual rich editor as default on 2.2Did you resolve this issue? It could be a caching problem in your browser, try holding down the CTRL key while you click refresh. Or depending on your system it could be any combination of CTRL, SHIFT, OPTION and the refresh button.
Cheers – Callum.
Forum: Fixing WordPress
In reply to: Paypal questionAndrew Ferguson (http://www.AndrewFerguson.net) found a copy and forwarded the link to me. Thanks Andrew.
http://thisquantumworld.com/wordpress/wp-content/plugins/mEBuyYouADrink_0.3.zipForum: Plugins
In reply to: MeBuyYouADrink pluginAndrew Ferguson (http://www.AndrewFerguson.net) found a copy and forwarded the link to me. Thanks Andrew.
http://thisquantumworld.com/wordpress/wp-content/plugins/mEBuyYouADrink_0.3.zipForum: Fixing WordPress
In reply to: Paypal questionDoes anyone have a copy of the MeBuyYouADrink plugin?