Umpqua
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [Twitter posts to Blog] v1.0.5 will not activate. Fatal ErrorIt looks like it was a conflict with the WordSocial plugin.
I upgraded your app to 1.1.1 and still got that error when I tried to activate it.
After I deactivated WordSocial I was able to activate your app.
Then after your app was activated, I was able to reactivate WordSocial.In the end I disabled WordSocial as I wasn’t really using it anyway.
Forum: Plugins
In reply to: [Twitter posts to Blog] v1.0.5 will not activate. Fatal ErrorFatal error: Cannot redeclare class TwitterOAuth in /html/wp-content/plugins/twitter-posts-to-blog/libs/twitteroauth/twitteroauth.php on line 15
Forum: Plugins
In reply to: [Twitter posts to Blog] Disappeared from Plugin Settings after latest updateOK, I see it.
The readme.txt needs to be updated.
Forum: Plugins
In reply to: [Twitter posts to Blog] Making links activeIt works great! Thanks.
Forum: Plugins
In reply to: [Twitter posts to Blog] Making links activeI figured this out.
Replace:
$post_content .= $item['text'];With:
$find_links = $item['text']; $linkified_text = ereg_replace(":alpha:+://[^<>[:space:]]+[[:alnum:]/]","<a href=\"\\">\</a>", $find_links); $post_content .= $linkified_text;
Viewing 5 replies - 1 through 5 (of 5 total)