Paul Wong-Gibbs
Forum Replies Created
-
Forum: Plugins
In reply to: [Achievements for WordPress] User Achievement Index not workingHi
Not all of the shortcodes are meant to be able to be used everywhere. I am generally not keen on shortcodes, but posted a list elsewhere on this support forum sometime ago, which is where I guess you found them.
The “dpa-user-achievements-index” shortcode is probably not working because it can’t find a user ID to look up the list of the user’s achievements. It’s used internally when on the /author/paulgibbs/achievements/ -type pages and it has special detection to grab the right user ID.
I would have to add some kind of user ID parameter for the shortcode to get it to work, which I’ll consider adding to the next version. However… things like pagination wouldn’t work if people used the shortcode multiple times for different users on the same page — which would probably just end up giving me more support quests — so that’s kind of why I haven’t done it already.
Forum: Plugins
In reply to: [Achievements for WordPress] Achievements on CodeCanyonNope, different plugins. Doremdou’s right again 🙂
Forum: Plugins
In reply to: [Achievements for WordPress] Karma as currencyCorrect. And I don’t intend to ever implement it as a form of virtual currency for anything, so if that’s specifically what you had in mind, you’ll need to find another plugin.
Forum: Plugins
In reply to: [Achievements for WordPress] Multiple awardsYep, that use case makes sense.
Forum: Plugins
In reply to: [Achievements for WordPress] Change Karma to PointsNot super easily. You’ll need to duplicate any templates that contain that label and rename them.
Forum: Plugins
In reply to: [Achievements for WordPress] Image size for achievements loopHi,
Do you happen to be this person who tweeted at me, or just coincidence? 🙂
@pgibbs Had to remove the 32px thumbs in DPA. Good that you have a dedicated action. Was easy to remove_all…
— Gregory Karpinsky â–º (@tivnet) March 1, 2014
Forum: Plugins
In reply to: [Achievements for WordPress] Organizing Achievements on the Achievemtns pageThere is no technical reason why the plugin wouldn’t be “mobile accessible”. I have an iPhone, so I’ll spin up a test site and check everything’s working. Do you know if you have any special mobile theme or mobile-specific plugins or tweaks enabled? If you’re not sure, let me know what theme you’re using, and please give me your WordPress and Achievements version numbers, as well as a full list of all the plugins active on your site.
And categories don’t show on the .com/achievements/ page, yes. That’s to be expected. They show up in WordPress’ regular category archive pages, e.g. http://buddypress.org/category/community/ — I think from memory they may need custom templates or some code tweaks for the achievements to actually show up. Category support was added as a request by someone who wanted the functionality on their site; they used it well, but it’s not something I’ve specifically exposed in the default plugin.
Forum: Plugins
In reply to: [Achievements for WordPress] Manual addCan you not give achievements this way to *any* user, or does it only not work for *new* users? If the latter, how you are identifying a new user?
Have you tried adding both event and award achievements? Do both fail to work, or is one working?
What versions of WordPress and Achievements are you using, and what other plugins are you using? What theme do you have enabled?
Thanks.
Forum: Plugins
In reply to: [Achievements for WordPress] Organizing Achievements on the Achievemtns pageHowever, there seems to be no point right now, because on the site all achievement both mens and womens are clustered together.
Where you are looking? .com/achievements/ ?
Forum: Plugins
In reply to: [Achievements for WordPress] Two questionsHi.
Yes and yes. When? Not sure. I think I’m likely to do 3 major releases this year; currently thinking about working on the next version in March/April, and these things are on the list to look at.
Forum: Plugins
In reply to: [Achievements for WordPress] Multiple awardsIf you want the same event to only give points but not a new achievement, you’ll need to find something else or customise the code. Achievements intentionally doesn’t work like this.
Forum: Plugins
In reply to: [Achievements for WordPress] Settings Page?Nope 🙂
Forum: Plugins
In reply to: [Achievements for WordPress] Template inheritance broken with WP 3.8.1?If there is, you’re the first person to say anything.
* What version of WordPress did you upgrade from?
* Did you make ANY other changes when you upgraded WordPress?
* What template files did you override in your theme — can you give me the exact path in your theme, please?dpa_achievement_redemption_code()will print the current achievement’s unlock code.Forum: Plugins
In reply to: [Achievements for WordPress] Organizing Achievements on the Achievemtns pageHmm, Achievements does support categories out of the box. Do you not have the regular category picker on the new/edit achievement screens in wp-admin?