kenitech
Forum Replies Created
-
With a little “outsourcing” from stackoverflow, somebody whipped up a nice regex script for me that will parse out the times and allow me to convert to seconds. I plan on adding this to the function aye_filter_comments() in aye-update-post-content.php
Then I can pass the seconds off to aye_generate_youtube_code()
This won’t work for user comments though for auto embed. Any ideas there? I’m looking at the code now. I assume the param will have to be parsed and changed into the ‘start’ param.
Also note for a while I’ve been instructing people to use the “#t=0m0s” syntax but it looks like youtube now supports as a non-hash tag param: “&t=0m0s”
Forum: Developing with WordPress
In reply to: Urgent do_action(‘init’) – Slowing down blog to haultThanks! This is very useful. We actually just physically moved the server that it’s on along with an entirely different IP address. I am troubleshooting this now.
Forum: Developing with WordPress
In reply to: Urgent do_action(‘init’) – Slowing down blog to haultHi,
That was actually the first thing I tried. That did not help. Then I used wp-cache after that to temporarily fix it while I was troubleshooting elsewhere. When I removed do_action(‘init’)from wp-settings.php it started loading super fast. I couldn’t figure out what this function was trying to call. Does anyone know and if so is it a bad thing that I removed it?
thanks!Forum: Plugins
In reply to: New plugin: Post ThumbsSingle Quotes on Mac/Safari???
I am having a rather unusual issue with this plugin. On my versions of IE and Firefox on Winxp I have no problems with this plugin. I am working with someone who is posting their content on a Mac using Safari. For some reason in the code view of a post, the img src tag displays single quotes. When this user saves the post the post-thumb plugin does not work. When I view the code editor I see double quotes. when I save/edit the post it works. The Mac browser’s rendering of the single quotes is busting the plugin. What is going on here? Is there a code solution?
Forum: Fixing WordPress
In reply to: How to prevent automatic conversion of quotes?fckeditor has a useful tool for removing all Word formatting. It would be nice if WordPress incorporated something like this. Have a look at their demo(s):
http://www.fckeditor.net/Forum: Installing WordPress
In reply to: No title in rss2 feed? I found a typo in wordpress code.true about the semicolon. but i did test it with and without it. try it yourself and see what happens?