Paul Wong-Gibbs
Forum Replies Created
-
Forum: Plugins
In reply to: [Achievements for WordPress] No achievements being recievedI was unaware that wp-pro-quiz had built in support for Achievements. That’s pretty cool.
As I didn’t build it, I don’t know too much about its implementation. I’d suggest you try to reach out to the developer of that other plugin, and ask them to check it out, and/or ask them to stop by this forum post, so we can talk details.
Thanks
Forum: Plugins
In reply to: [Achievements for WordPress] Manual Achievements not being granted to usersWhat version of WordPress are you using?
What kind of custom badge did you make? Can you share a screenshot of its edit screen so I can recreate it exactly? Thanks.
Forum: Plugins
In reply to: [Achievements for WordPress] New extension don't workI mean to get back to you soon, but I think it’s probably some well-intended caching in the options table that’s causing the problem.
You shouldn’t need to edit a core plugin file to include your custom extension. I think if you drop this new file (aka plugin) in the /wp-content/mu-plugins/ folder, it will just work.
Forum: Plugins
In reply to: [Achievements for WordPress] Achievements for buddypress "mentions"Forum: Plugins
In reply to: [Achievements for WordPress] Achievements for buddypress "mentions"Hmm, I think I could add probably add this. I could use the
bp_activity_sent_mention_emailaction.Forum: Plugins
In reply to: [Achievements for WordPress] Getting Multiple Achievement ImagesWhere do you want this to appear? On which BP page?
Forum: Plugins
In reply to: [Achievements for WordPress] Cannot Access Achievements PageNeato! Thanks.
The plugin ought to work with default permalink configuration but there’s clearly a bug somewhere, so I made a report to investigate at some point in the future: https://github.com/paulgibbs/achievements/issues/138
The home URL vs site URL mismatch sounds to have been a bigger configuration problem, so happy that you’ve got it all to work.
Forum: Plugins
In reply to: [Achievements for WordPress] Cannot Access Achievements PageInteresting. I note you not using “pretty” permalinks. e.g. I see links like http://delvers.org/wp/?p=25
Go to wp-admin > Settings > Permalinks, pick one of the options other than “Default”, and hit save. Then try the links again.
Forum: Plugins
In reply to: [Achievements for WordPress] Anyone made Achievements for SimplePress Forums?No-one’s told me they have, but hope someone can reply if they have.
If you’re looking to hire a freelancer, for Achievements changes, I strongly recommend my friend Bronson Quick at Sennza; http://www.sennza.com.au/contact/ and https://twitter.com/bronsonquick. Tell him I sent you 🙂
Hi @vexplicity — thanks!
You can use the
dpa_has_user_unlocked_achievement( $user_id, $achievement_id )function. It returns a bool, so you can wrap it in an IF.This function is best used for things like a sidebar widget, or perhaps in a special page template. If you are trying to display on a single page whether all users have earnt a badge or not, I’d suggest instead using the Progress template loop in some way. If this sounds like something you should do, let me know what you want to do, and I’ll help you get the basic code in place.
I see you dug up another thread about part of this, https://wordpress.org/support/topic/latest-achievement-displayed-in-bbpress-author?replies=3
Achievements only tracks a single most-recently unlocked achievement for each user. Tracking >1 recent achievement would get fiddly, and querying the DB directly to find the most recent ‘n’ achievements for a user would be slow/unscale-able.
If I ever find a great design for showing achievement badges inside bbPress user profiles/author blocks, I’ll implement it, but I’ve not found anything I like yet.
Forum: Plugins
In reply to: [Achievements for WordPress] Adjusting the time of the notification pop upIt’s not particularly easy to change this as it’s controlled by one of the Javascript variables, but I’ll add a setting in for this into the next version.
Forum: Plugins
In reply to: [Achievements for WordPress] How to display an award on profile pageThis thread is 9 months old. You’re best to start a new topic, please.
Hi Andrew
In your setup, you’d want to activate the plugin “network wide”, and by default, the root site (ID #1) is where the templates will appear. i.e. example.com/main_site/achievements/ and example.com/main_site/author/andrew/achievements/.
I can’t think of a built-in way that would let a user’s achievements be listed on not-the-root-site in a multisite configuration. You could enable the plugin on a per-site basis, but you’d end up with silo’d, isolated achievement activity, not shared across all the sites in the network.
Forum: Plugins
In reply to: [Achievements for WordPress] Organizing Achievements on the Achievemtns pageI haven’t had chance to test this on a mobile browser just yet, but for your new question: if you mean multiple .com/achievements/ pages, no. I’m not sure how that would work?