Paul Wong-Gibbs
Forum Replies Created
-
Forum: Plugins
In reply to: [Achievements for WordPress] points for Events ManagerHi
Assuming you mean https://wordpress.org/plugins/events-manager/, I think it’s been suggested before. I’m currently thinking about what to do next for Achievements, so I’ll keep this suggestion in mind.
What do you use the plugin for? Scheduling events/raids?
Forum: Plugins
In reply to: [Achievements for WordPress] Sorry to be a bother againYou’ll need to put this somewhere in the BuddyPress profile template:
<?php dpa_achievement_points(); ?>I don’t think I have a built-in function that returns the most recent unlocked achievement for a user.
Forum: Plugins
In reply to: [Achievements for WordPress] Am I missing something?Ok, copy the folder /plugins/achievements/templates/achievements/achievements/ to /themes/YOUR_THEME/ (e.g. /themes/YOUR_THEME/achievements/).
Any edits you make to those templates in this new location will override the templates that come with Achievements by default. I suggest that once you’ve figured out which templates you are *not* going to customise, to delete those copies from the theme folder so that you can take advantage of any changes in the built-in templates in the future.
Forum: Plugins
In reply to: [Achievements for WordPress] Achievements text appears below featured image.I feel this issue is becoming something beyond what I’m able to help with, but…
Text won’t align at the right of the featured image but below it.
I see the featured image at top, and then on the next row, the image in the post and the text right next to it. Isn’t that aligned how you described it already?
Forum: Plugins
In reply to: [Achievements for WordPress] Achievements text appears below featured image.So when you made this achievement, did you include the graphic in the body of the post content?
Forum: Plugins
In reply to: [Achievements for WordPress] Sports league leaderboard?Those are typically little javascript embeds provided by a service; for sports (in the UK, at least), it’s often a company like Opta providing them. If you just want a widget or an embed of some kind of external data, that doesn’t sound like it’s anything to do with Achievements 🙂
Forum: Plugins
In reply to: [Achievements for WordPress] Am I missing something?Hi kiwi_pearlsnz
How come his is prettier than mine?
The owner of that site’s presumably built custom templates and CSS to make it look like that. Actually, I think the HTML’s been pinched from http://teensummerchallenge.org/achievements/a-tale-for-every-tail/ which is a great site. 🙂
I also like his leader board and would love one for my site too.
The leaderboard in Achievements currently is a widget; take a look. To get it on its own page/URL like that, I’d suggest creating a custom Page, and using the following shortcode:
[dpa-leaderboard]Another issue is to get the directory listing of achievements I have to put achievements in the url instead of as above achievement.
No, this is intentional and working as expected. It’s just a plural/singular naming thing which I liked better, so it was changed in some previous version. Maybe the site owner’s running an old version of Achievements, or has just decided to customise the URLs like this.
Also, how do I grant all my members an award based on their user group without having to go into each one
You could use a redemption code, and let users type the code in to claim an achievement. That’s probably the easiest solution, and it will also let you see what the active users are in that group.
I’d also like to remove the link to the author on the achievement page – but not sure how to do this.
All in all, it sounds like you’re going to have a bunch of HTML/CSS customisations that you need to do in order to change the look of the page. How good’s your HTML/CSS/basic PHP understanding? If you know some stuff, I’ll explain how to begin to customise the templates, and then the hard part’s up to you 🙂
Forum: Plugins
In reply to: [Achievements for WordPress] Sports league leaderboard?Hi; thanks!
Right now, the leaderboard in achievements is only accessible through a widget unless you use a shortcode in a page, so… yes 🙂
Forum: Plugins
In reply to: [Achievements for WordPress] Achievements text appears below featured image.How many users would you want to clear points from? If it’s a small number, you could edit their user profile and set their karma points total to zero.
Forum: Plugins
In reply to: [Achievements for WordPress] Medal image1) Copy /plugins/achievements/templates/achievements/achievements/loop-achievements.php and /loop-single-achievement.php into /themes/YOUR_THEME/achievements/.
2) Those two files should now be copied to /themes/YOUR_THEME/achievements/loop-achievements.php and /themes/YOUR_THEME/achievements/loop-single-achievement.php. Open these in a text editor.
3) You might want to add a new column to the table for the picture. Regardless, use the following code in the template to add the picture:<?php dpa_achievement_image();Forum: Plugins
In reply to: [Achievements for WordPress] PaulOld thread, but look at http://achievementsapp.com/developers/adding-other-plugins/ if you still need help supporting a custom action in the current version of Achievements.
Forum: Plugins
In reply to: [Achievements for WordPress] Loving this Plugin – but need some helpHi
Going back to the original issue. Thanks for the screenshot. I think there’s a misunderstanding of how the “events repeat” works. The event (in this case, “the user publishes a blog post”) needs to occur however many times “events repeat” is set to before the achievement is awarded to the user. Once the user has earnt an achievement, they *are not* able to re-earn it a second time.
It sounds like you want to give the same achievement to a user multiple times, and that’s not supported at the moment, but it’s something I’m thinking about for future versions.
Forum: Plugins
In reply to: [Achievements for WordPress] Achievemts for plugin LoginradiusThank you for the idea
I will keep it under consideration for future versions of the plugin.
Forum: Plugins
In reply to: [Achievements for WordPress] Achievements text appears below featured image.Sorry, just remembered this thread, and I see the page 404’s now. I hope you found a solution that worked for you.