msephton
Forum Replies Created
-
The author is still active: https://github.com/herewithme?tab=activity
I also got this error, which prevented me from importing RSS into my site.
The fix is to comment out line 124 (“break;”) of the plugin.
Forum: Plugins
In reply to: [WP Super Cache] Best way to only cache selected content/pages?I thought I’d rephrase the question:
what is the best way to use WP SuperCache to cache partial content of selected pages?
I think the plugin should use the official WordPress method of adding links to tweet text.
https://github.com/mzsanford/twitter-text-phpBut a quick, though less comprehensive solution, would be to use this code:
foreach($tweets as $tweet) { $tweet_text = $tweet["text"]; $tweet_text = preg_replace('/http:\/\/([a-z0-9_\.\-\+\&\!\#\~\/\,]+)/i', '<a href="https://$1" target="_blank">https://$1</a>', $tweet_text); //replace links $tweet_text = preg_replace('/@([a-z0-9_]+)/i', '<a href="https://twitter.com/$1" target="_blank">@$1</a>', $tweet_text); //replace users echo $tweet_text; }
Forum: Plugins
In reply to: [Contextual Related Posts] Great plugin, one suggestionThanks muchly
Forum: Plugins
In reply to: [Redirects] You do not have sufficient permissions to access this page.This is the URL of the error:
/wp-admin/options-general.php?page=%3C?=this-%3Eslug?%3EForum: Plugins
In reply to: [Redirects] You do not have sufficient permissions to access this page.Using 3.5.1 (not 3.4.1 as it says on the right)
Thanks.
if it easy for me to add in the meantime, please let me know.
A quick note, that WordPress uses fields that have the “required” attribute by adding the ” (required)” text using JavaScript.
What an idiot. I’d not configured it to use anything other than tags (which I’m not using as yet). D’oh!
Please mark this as resolved.
Forum: Plugins
In reply to: How to create a widget that only allows a single instance?Please remove, posted in wrong section.
Thanks.
Would have been nice to have a notice or warning about this.
Forum: Fixing WordPress
In reply to: Date function Jargon in wordpress 2.8.4The php.ini method works, but you need to restart your Mac for it to take effect.
Forum: Fixing WordPress
In reply to: Two-part password-protected WordPress siteDid you manage to do this?
Forum: Fixing WordPress
In reply to: iFrame Hack on Several WP SitesThanks to bh_WP_fan, I do not use wordpress but was looking for a good solution to this problem.