Martin
Forum Replies Created
-
Forum: Plugins
In reply to: [Bucket List] Buddy press?Hey Corinne,
Sorry, I actually meant that it would be great that it was a plugin that could interact and be used within the BuddyPress frontend by BuddyPress members. A lot like a goal setting type of plugin, within a community.Bucket List could have it’s own BuddyPress ‘tab’ within a member’s profile and I could use a plugin like BadgeOS to trigger awards and the like.
I was looking around for plugins that I could replicate functionality similar to the Lift goal setting site and stumbled across yours since I didn’t find anything else and it got my mind thinking.
Thanks for your efforts anyways. Plugin writers rock! 🙂Forum: Plugins
In reply to: [Youtube Not Found] Still working?I’m simply using the standard WP YouTube URL, can’t get any more basic than that.
I’ll try again whenever a new version is released though.Forum: Plugins
In reply to: [Youtube Not Found] Still working?Have just tried 2.1 and still doesn’t work.
Good concept but no results of YouTube videos that are unavailable.Yeah well I actually paid quite an expensive price for the Pro version which was more about future features and supporting the developer. Turns out the plugin Pro version just went out the window and became the this version.
The plugin was quite bug ridden and I needed to disable it eventually as I saw little value in what it gave. Support was slow, evidenced by this forum.
Good idea, rubbish result so while Chris might be good at code, the rest of what is needed to make a good plugin and business model failed miserably (in my opinion).
There are plenty of other ways to spread your content in a viral way so look around.Forum: Plugins
In reply to: [BadgeOS] Achievements not showing in BP Profile areaTrue true.
Didn’t really have much other info so thought I’d poke an answer in that helped me. Maybe the wrong thing to do, now that I think about it 🙂 OopsForum: Plugins
In reply to: [BadgeOS] Achievements not showing in BP Profile areaWell for me, adding this to my functions.php got it all working as there is something with the theme preventing the display.
add_action( 'init', 'martin_remove_filter' ); function martin_remove_filter() { global $content_fields_rewrite; remove_filter( 'posts_where', array( &$content_fields_rewrite, 'query_where' ) ); remove_filter( 'query_vars', array( &$content_fields_rewrite, 'query_vars' ) ); remove_filter( 'posts_join', array( &$content_fields_rewrite, 'query_join' ) ); }Give it a try and see if it works for you
Forum: Plugins
In reply to: [Youtube Not Found] Still working?oh my goodness, I’m getting emails now from the plugin so I don’t know what the delay is caused by.
Anyway, it’s alerting me on posts with valid and displaying Youtube videos including my homepage – Something Isn’t Right Here.
Any ideas?
I installed the Search Regex plugin.
Then used the following regex (yours might be different)
Search:
(\[youtube_video](.*?)\[/youtube_video])
Replace:
https://www.youtube.com/watch?v=$1There’s also a plugin called ‘Youtube Not Found’ that I’m testing for invalid video since some of them disappear. Not sure if that is working but tests and support tickets continue 🙂
remember to backup your database with this stuff. It worked fine for me in seconds though.
I used this plugin for the last year but changed all 170 videos over to the new WP embedded player and did it in 2 seconds with regex.
Don’t really see much point in these sorts of plugins nowadays.Forum: Plugins
In reply to: [Facebook Friends Inviter] your demo doesn't workThe plugin is broken due to a Facebook API change
Forum: Plugins
In reply to: [BadgeOS] Badge/award for length of time user has been a memberI beat you to it a few weeks ago 🙂
https://github.com/opencredit/badgeos/issues/80Forum: Plugins
In reply to: [Wordpress Social Invitations - Lite] blank icons on localhostThat’s ok – my debugging charge is a copy of the Pro version hahaha
Why have different directories though? Won’t that be a pain in the donkey to maintain, over time?Anyway, your choice Damian
Forum: Plugins
In reply to: [Wordpress Social Invitations - Lite] blank icons on localhostI think I’ve found it for you.
The error is both in your docs as well as (presumably) the setup links.I discovered your docs were wrong when it came to configuring the redirect URI.
Notice below the install directory is wp-social-invitations whereas your docs tell me wordpress-social-invitations. This is a vanilla install done from the WP Admin too
The Redirect URI that works is http://www.cooney.com.au/wp-content/plugins/wp-social-invitations/hybridauth/?hauth.done=google
Forum: Plugins
In reply to: [Wordpress Social Invitations - Lite] blank icons on localhostWell, since the ‘Where do I get this info’ setup links do a 404, the configs for those 2 are wrong
Forum: Plugins
In reply to: [Wordpress Social Invitations - Lite] blank icons on localhostWell, it isn’t quite working yet