dehlz
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Specific posts going to a specific subdirectory?Thanks for the detailed post t310s. I knew it wasn’t going to be a simple solution, but thought maybe the smart people here would know of an easier way.
Forum: Fixing WordPress
In reply to: Specific posts going to a specific subdirectory?anyone?
Forum: Plugins
In reply to: [Plugin: Twitter for WordPress] Error in hyperlink discoveryjust an FYI for people using Ramir’s code above, the new “j.mp” shortened links no longer work with it. Expect to see these links a lot more since the bit.ly team is behind it and are beginning to roll out this week.
I modified the regexp to work with the plugin:
// turn complete url beginning with protocol:// into a-elements $text = preg_replace("/([a-zA-Z]+:\/\/([a-z0-9\-]*[a-z0-9]\.)*[a-z]+(\/[a-zA-Z0-9\#\%\_\=\*\-\?\&\.]*[a-zA-Z0-9\#\%\_\=\*\-\?\&])*)/i","<a href=\"$1\" class=\"twitter-link\">$1</a>", $text);
Forum: Plugins
In reply to: [Plugin: Twitter for WordPress] Error in hyperlink discoverythanks ramir, your suggestion works much better for me also. The only (slight) problem is if the url ends with a ‘/’, it doesn’t get included in the link. Not a huge issue for me though, I’ll try to figure it out.
Forum: Installing WordPress
In reply to: Update and categories lostJust checking in again, yes I am using the lang-switcher plugin! My client (who doesn’t blog very often) just got the error message again on top of his Dutch translated page. Upgraded to lang-switcher 1.20 and now it’s gone. Hope this helps anyone else.
(sorry Nick, I do not use Headspace so I am not seeing the same issue)
Forum: Installing WordPress
In reply to: Update and categories lostWell, at least I know I’m not the only one who’s getting this message…upgraded this morning, now my categories have this “function.implode” message just like you.
There’s gotta be a reason, I upgraded from 2.7 so it’s not like I haven’t been keeping my releases up to date.