Paul Wong-Gibbs
Forum Replies Created
-
Forum: Plugins
In reply to: [Achievements for WordPress] Award for logging in x timesNeat solution
Forum: Plugins
In reply to: [Achievements for WordPress] achievements.css file not foundIf it used to work and you didn’t change anything:
* You could ask your webhost if they changed any server configuration.
* You could delete the plugin and re-download it in case a file got corrupted from a server crash.
* Are you sure you didn’t change ANYTHING? No new plugins, no new themes, no config changes, etc? 🙂Forum: Plugins
In reply to: [Achievements for WordPress] View Karma PointsI think a widget or a plugin that allows the user to insert raw PHP is totally insecure and a bad idea, but, yes, you could do this.
Forum: Plugins
In reply to: [Welcome Pack] Not working with BuddyPress 1.7 (Beta)I’m sorry, I no longer support this plugin.
Forum: Plugins
In reply to: [Achievements for WordPress] View Karma PointsNo, there isn’t a built-in widget to show karma point value for a particular user.
Forum: Plugins
In reply to: [Achievements for WordPress] MyAchievements PageWhat exactly are the “other displays” ?
Forum: Plugins
In reply to: [Achievements for WordPress] included css ignored?I see this being loaded:
http://teso.trollpit.de/wp-content/themes/oblivion/css/achievements.css?ver=3.5.1If you have a file
/css/achievements.cssin your theme, it won’t load the achievements.css that comes with the plugin. This is an intended override feature.Is this what you were referring to?
Forum: Plugins
In reply to: [Achievements for WordPress] Latest achievement displayed in bbpress authorI think in bbPress’ loop-single-reply.php template:
https://bbpress.trac.wordpress.org/browser/trunk/src/templates/default/bbpress/loop-single-reply.php
Forum: Plugins
In reply to: [Achievements for WordPress] hard coded post type nameGood spot, thanks Peter. I made a bug report at https://github.com/paulgibbs/achievements/issues/132 so I can get this fixed for the next version. Thanks again.
Right, that’s what I meant. You can add support for more event types to Achievements; you need to have some PHP/WordPress dev experience, but if you do, you can get started at the link I put in my last post. 🙂
Forum: Plugins
In reply to: [Achievements for WordPress] Medal imageTable headers are in loop-achievements.php in the
<th>blocks? If you’re editing these templates, you may as well rename the headings here — it’s just as easy.Forum: Plugins
In reply to: [Achievements for WordPress] points for Events ManagerGotcha. What kind of link to Achievements would you want? “Creating an event” sounds kinda dull 🙂
Forum: Plugins
In reply to: [Achievements for WordPress] Achievements text appears below featured image.The thumbnail appears wherever
the_post_thumbnail()is used in your theme’spage.phptemplate (by default). If you can find it in yourpage.php, duplicate that file and call itachievements.php, and edit the file and take out the reference tothe_post_thumbnail().I would say using the featured image feature is perhaps better, but there’s not a lot in it, and it depends how you use everything.
Not supported in the box, but you could probably code something together. If you’ve some PHP/WordPress dev experience, then http://achievementsapp.com/developers/adding-other-plugins/ should help you get started building an Achievements extension.
Forum: Plugins
In reply to: [Achievements for WordPress] Sorry to be a bother againOh, I think I did a bad. Try:
dpa_user_points( bp_displayed_user_id() );