Martin
Forum Replies Created
-
Forum: Plugins
In reply to: [BadgeOS Community Add-on] Request – Compact Display of Badges in ProfileAdding Catagories might be another answer as well.
Forum: Plugins
In reply to: [BadgeOS] Could this cause non-display of achievements?That’s confirmed by a search using myPHPAdmin by the way
Forum: Plugins
In reply to: [BadgeOS] Could this cause non-display of achievements?Well, on my localhost backup that doesn’t have BadgeOS installed, there is a slug called achievements so this might be the cause then.
How do I fix it, Michael – any clue?Forum: Plugins
In reply to: [External Links - nofollow, noopener & new window] Set up exclusion by code?Cool – so it’s just a new functions.php inclusion now?
Forum: Fixing WordPress
In reply to: Buddypress and bbPress supportJust tried a Reply over at BuddyPress @mercime
Got chewed like every one in the past – frustrating because I have no clue why.Forum: Plugins
In reply to: [BadgeOS] Is there an issue with Admin?Nice to see it isn’t just me 🙂
I also get dupes for other members too. Wish so,e of these core functionality bugs could get cleared up so I can accelerate use of this plugin in my communityForum: Plugins
In reply to: [WordPress Social Login] What's the use of Importing Contacts?Hahaha because you can is always a great reason 🙂
I was thinking myself about its implications for BuddyPress actually because invitations can play a big part in community expansion so if you need a hand or two to expand that part, please SO give me a shoutout or any other testing, for that matter.
The entire plugin is tailor made for the social engagement of Buddypress.
Oh and kudos for your efforts too. Great plugin!
Just testing on my localhost BP install and first discovered Yahoo test just goes to a blank login page. BP 1.7.2
Gets my vote for BP!
Forum: Plugins
In reply to: [BadgeOS] Getting people started is the challengeYeah true except there’s already a bug that I can’t display available badges using shortcodes 🙂
Forum: Plugins
In reply to: [BadgeOS] Show message when deblocking badgesYeah, I was looking at the other WP plugin called Achievements which has a great pop-up with social sharing options – pity it had far less triggers.
That said, BadgeOS preently has no such instant alert and pizzazz but they’re supposedly thinking about ways.
Any idea what breaks ‘BuddyPress Group Email Subscription’?
I was wondering why that plugin wasn’t working and went hunting.thoughts on how to get them both working together?
Forum: Plugins
In reply to: [BadgeOS] Award for a blog post possible?Yeah I did see that hence my confusion because I didn’t have a freaking clue what to do with the dynamic listing hahaha
I saw you work for the fine lads and lassies at do the plugin too so your help on this and other stuff to do with the BadgeOS plugins is mucho appreciated, Michael.
Forum: Plugins
In reply to: [BadgeOS] Award for a blog post possible?Now you just went and confused the heck out of me, Michael.
Not sure whether publish_post is the right ‘hook’ to use in my example of the publication of a post type post or whether it’s been deprecated or not.
Did I get it wrong in using the following to trigger the detection of a published posttype post:add_filter( 'badgeos_activity_triggers', 'my_custom_triggers' ); function my_custom_triggers( $triggers ) { $triggers['publish_post'] = 'Get a Blog Post published'; return $triggers; }Forum: Plugins
In reply to: [BadgeOS] Award for a blog post possible?Well, it all seemed to work in adding a new action etc etc – now to see if it triggers 🙂
BTW, for anyone else, WordPress’ list of Actions that I found is at http://codex.wordpress.org/Plugin_API/Action_Reference
Forum: Plugins
In reply to: [BadgeOS] Award for a blog post possible?Ahh cool – thanks for giving me that feedback Michael – really appreciate your help, mate.
I’ll give all this a try out since I’m promoting guest blogging at the moment.
Thanks again for helping an old newbie out 🙂