Martin
Forum Replies Created
-
This is all fine btw
And I think it was caused by a rogue bit of functions.php code anyway and NOT this plugin which is working perfectlyForum: Plugins
In reply to: [External Links - nofollow, noopener & new window] Set up exclusion by code?Absolutely BRILLIANT!
A few tweaks to the OIO-Publisher plugin and now your plugin’s enhancement has the links working perfectly.Thank you so much for a brilliant plugin! Rated 5 Stars
Forum: Plugins
In reply to: [WP Better Emails] Simply can't get it to workWell, it seems that my Mandrill SMTP plugin http://wordpress.org/plugins/wpmandrill/ is overriding or taking control of the wp_mail function which essentially bypasses WP Better Emails … Sadly.
Has anyone seen how to get WP Better Emails to use this SMTP sending plugin? Getting 12000 free email sends a month and a great SMTP send service can’t be sneezed at 🙂
But I love the templates and HTML of this plugin.
Thoughts?Forum: Plugins
In reply to: [External Links - nofollow, noopener & new window] Set up exclusion by code?hmmm, not sure what’s going on here.
I replaced with your code however the entire HTML is still being removed from the page for some reason … as in vanishing so like it’s identifying what needs to be left alone but removes it completely from the content.Hope that makes some sense.
Forum: Plugins
In reply to: [External Links - nofollow, noopener & new window] Set up exclusion by code?hmmm, using that code on my localhost, I get
Parse error: syntax error, unexpected T_PUBLIC in /Users/MartinC/Sites/gaj/wp-content/plugins/my-functionality-plugin/my-functionality-plugin.php on line 55
which is the first line of the function.I tried removing the public however the entire URL line vanished i.e.
<a title="dofollow testing" href="http://www.testing.com"></a>
is replaced by a space.Sorry I’m not good at code and seeing the error.
Forum: Fixing WordPress
In reply to: Buddypress and bbPress supportHere’s another post that got chewed on the Buddypress forums if it helps:
http://buddypress.org/support/topic/image-optimizer-for-buddypress/#post-165105Forum: Plugins
In reply to: [External Links - nofollow, noopener & new window] Set up exclusion by code?Maybe I’ve got the usage wrong here.
I’ve got the following in my functions.php
function extra_filters($filter_callback, $object) { add_filter('gajnfads', $filter_callback); } add_action('wpel_ready', 'extra_filters');The link that I want this plugin to ignore has an added class such as:
<a class="gajnfads" target="_blank" title="dofollow testing" href="http://www.testing.com">When this plugin is active and the functions.php snippet is there, the link is still being altered.
Have I messed up somewhere in what I’m doing?
Forum: Plugins
In reply to: [Simple Badges] work on buddypress user profilesGo have a look at BadgeOS plugin which has a complementary plugin to award on BuddyPress actions
Forum: Plugins
In reply to: [External Links - nofollow, noopener & new window] Set up exclusion by code?Ok, I’ll set it up on my localhost and give it a try out – will report back with findings
Forum: Fixing WordPress
In reply to: Buddypress and bbPress supportThanks heaps John.
I’ve had emails to Akismet and has been happening for months and months with no resolution so frustrating.Appreciate your efforts, mate.
Forum: Plugins
In reply to: [BadgeOS] Could this cause non-display of achievements?Updated Github Issues with another discovery:
Forum: Plugins
In reply to: [BadgeOS] Could this cause non-display of achievements?Ok, well, that’s a bust. Back to square one as to why Badges aren’t displaying for users and the shortcode [sad face]
Forum: Plugins
In reply to: [BadgeOS] Could this cause non-display of achievements?And since http://wordpress.org/plugins/achievements/ is written by one of the main contributors of BuddyPres, there’s likely to be more of these issues with people who previously tried that one and switch to yours, unknowingly then getting issues (if this is an actual database/code conflict).
Forum: Plugins
In reply to: [BadgeOS] Could this cause non-display of achievements?OK, so my question is whether BadgeOS uses a slug of achievements or achievement-type.
I couldn’t readily see that it set one up in the database as I only saw the one left by the other plugin.
I changed the previous slug from achievements to achievement but that made no difference so maybe I’m barking up the wrong tree here OR has this previous slug caused some confusion with your plugin, do you think?
Need a way to get a user’s badge display working as well as displaying available badges – this is all taking a bit long and isn’t just me experiencing it.
Any help would be great.
Forum: Plugins
In reply to: [BadgeOS] Could this cause non-display of achievements?I gave you the plugin that is another WP Achievements plugin, in the first post of the thread.
I deleted it as a normal plugin and it hasn’t left anything, that I can see, other than the slug.