Pin
Forum Replies Created
-
Forum: Plugins
In reply to: [Achievements for WordPress] Delete Achievements from usersAbout this, I think there is a bug… Even if i untick the achievement in the user editor, the Last Achievement still appears but, on Achievements field the number is zero – https://s23.postimg.org/g2lty40sb/bug.png
Forum: Plugins
In reply to: [Achievements for WordPress] How to display an award on profile pageyap, it works. If anyone interested:
<?php echo get_the_post_thumbnail( dpa_get_user_last_unlocked( bp_displayed_user_id()), ‘thumbnail’); ?>
But, how can I tweak this code in order to get a specific achievement ID and display it? If user x has unlocked achievement y, display it.
Regards
Forum: Plugins
In reply to: [Achievements for WordPress] Is there any badges system“[…]an achievement that can be assigned as their “badge”, say with a checkmark on the user profile admin page”
“In my case we will have achievements of type “rank”, and we want to specify for each user what their rank is and display it on their profile.”@mikebronner that, is exactly what I’m looking for. You are a hero! ??
Solved this with plugins.php file placed in my theme’s /members/single/.
Thanks for your fast reply!Forum: Plugins
In reply to: [Achievements for WordPress] Is there any badges systemI think he meant to append some kind of badges to user’s profile (next to send private message or add friend, or in that area), which I am also looking for this ??
Forum: Plugins
In reply to: [JW Player for Flash & HTML5 Video] Trying to get captions working…Ahh… I see. Indeed, with .srt works like a charm.
Thanks, Jeroen.Forum: Plugins
In reply to: [JW Player for Flash & HTML5 Video] Trying to get captions working…Yes. I do the tests on a staging site and I created a test user for you because the website is locked down.
bogdanpredi.staging.wpengine.com
user: test
pw: 123456789This is the .vtt file: https://bogdanpredi.staging.wpengine.com/ep1.vtt
This is the crossdomain.xml file: https://bogdanpredi.staging.wpengine.com/crossdomain.xmlThere is a post called “JW Player Test” and test user is the author if you want to take a look at the embed code.