stwc
Forum Replies Created
-
Forum: Plugins
In reply to: [Achievements for WordPress] Sites Using this PluginJust noticed that Paul had released the WP-only version, and implemented it this week on Full Glass Empty Clip.
Forum: Plugins
In reply to: [Achievements for WordPress] Sort AchievementsFor others who are as limited in their self-taught PHP as me, Paul means (or at least I think he does, but it worked for me), that the line
<?php if ( dpa_has_achievements() ) : ?>in that template becomes
<?php if ( dpa_has_achievements(array('orderby' => 'meta_value_num')) ) : ?>Took me a while to figure that out.
Forum: Plugins
In reply to: [Achievements for WordPress] Question about achievement progressI’d really like to see this — one way to do it would be to add the possibility of ‘count starting at x event’ when creating a new achievement, so if you wanted to add a 200 posts achievement down the line, having already made a 100 posts one earlier, you could create the 200 posts achievement but tell it to start counting at 101.
Does that make sense?
Forum: Plugins
In reply to: [Plugin: BuddyPress Like] Buddypress Like Feature Request: Upvote onlyWait, never mind. I’m not sure what I was thinking there! That’s the way it works now!
I need some coffee.
Forum: Themes and Templates
In reply to: P2 Problems with MediaTried again. Confirming bug on fresh testbed install, WP2.9beta1, P2 1.1.1.
Forum: Themes and Templates
In reply to: P2 Problems with MediaSame issue, I think, also on a subdir install. Definitely a new issue with P2 1.1.1/2.9-beta-1.
P2 1.0.5 works fine on the same WP version.