Ryan Imel
Forum Replies Created
-
It doesn’t look like the most recent update to Jetpack includes this fix, so I dug around a bit more. I didn’t find the bug, but instead a workaround that others might want to use for now.
Within the
audio.phpfile inside the modules/shortcodes folder, just add this:if ( !(is_feed()) )This just stops the audio shortcode from outputting within RSS feeds. Fixes it for now.
Forum: Plugins
In reply to: [Markdown for P2] [Plugin: Markdown for P2] Better than Markdown on Save ?Alright, I’ll try whipping up a comments-only plugin here in a bit.
Forum: Plugins
In reply to: [Simple Badges] [Plugin: Simple Badges] Possible ShortcodeNeat ideas. I do plan on making shortcodes and template tags for the basics — displaying a user’s badge count and displaying a specific badge’s info — though I haven’t yet decided whether they will be in the core plugin or relegated to secondary plugins. In any case, there will be something available that you can use, yes.
It would also need to have support for multiple badges of the same type….i.e. people will win multiple tournaments….
I was thinking about that the other day, and how that might be possible. I’m not quite sure how I would go about it just yet, but I think it would be a fun idea. It’s definitely on my radar, though likely as another plugin rather than in the core.
Will I be able to create unique automated events? i.e. referencing the leaderboard and automatically giving a medal to the player in 1st place.
My plan right now is to make automated events really easy to create, though the core set will be a bit limited. Things like “if user has posted” “greater than” “100 times” will be the kind of automatic events possible to start out. But as soon as that system’s in place it will be filterable by other plugins (I have one or two I’d like to add support for myself) along with instructions for adding custom events that others might not have thought of. As long as the data is trackable in some form or another by WordPress (or a plugin on top of it) there should’t be any problem at all with making a specific event compatible with Simple Badges.
Thanks for your interest; I hope you’ll check it out when it’s ready. 🙂
Forum: Plugins
In reply to: [Simple Badges] [Plugin: Simple Badges] Can't add new badgeHmm, thanks for letting me know. Just so I know: do you have the administrator role on your site?
I’ll dig in and try to duplicate this error the next time I work on the plugin.
Forum: Plugins
In reply to: [Markdown for P2] [Plugin: Markdown for P2] Better than Markdown on Save ?Well, it’s different. Markdown on Save allows Markdown formatting on a per-post basis, and saves the Markdown markup separately. My plugin doesn’t do anything that fancy.
I wouldn’t recommend using this along with anything but P2, just because that’s the only way I use it right now.
Would you be interested in a plugin that added Markdown formatting only to comments? Perhaps that should be its own plugin, so one could use Markdown on Save and a Markdown for Comments plugin too.
Forum: Plugins
In reply to: [P2 Check In] [Plugin: P2 Check In] Plugin is not translateable0.4 should be translation-ready, and is available now. Let me know if you think anything looks off about it.
Thanks again for the reminder!
Forum: Plugins
In reply to: [P2 Check In] [Plugin: P2 Check In] Plugin is not translateableGood call. I’ll push that out today.
I really like that pool idea. This is something we would use a ton if it were available.
And just to clarify, I suppose my main issue isn’t that authors can’t choose their post’s status. Technically they have drafts that they can submit for review, and that flow works just fine. But most potential posts start out as “ideas” or “pitches”, and if nothing else I’d like to be able to make that the post status that authors are using when creating a new post.
Ah, fantastic Daniel, thanks. I should have thought to update a post so the filter can run. That issue’s fixed for me, and I’m happily using it now 🙂
Thanks for the 2.6 update, Daniel. I really like this plugin and hope to start using it soon. Right now this post count issue is the only thing holding me back.
So the problem I run into is that once active, the post counts on my author templates are only counting those posts where the author is a co-author. So without the plugin active, my own author template looks like this: http://cl.ly/1D2n1H3D0H2v1e3l1U1B but after activation it looks like this: http://cl.ly/3C2H0X1h2f2I3t3v3d30. My author archive itself is http://wpcandy.com/author/ryanimel.
Right now I’m using this in the template: https://gist.github.com/1514035
Hope that helps — if there’s other information you’d like to have to debug it, just let me know.
Forum: Fixing WordPress
In reply to: published post says continue reading but doesn'tI went to that site you linked to but didn’t see any “Continue Reading” links on the home page. Can you direct me to where I can see the problem you’re describing on that site?
Forum: Fixing WordPress
In reply to: Main blog images & video missingAwesome, glad you were able to solve it. Feel free to mark the thread resolved 🙂
Check out this page on the Codex for more about FTP: http://codex.wordpress.org/FTP_Clients
You’ll need a username and password provided by your host and an FTP client to use to log in.
Forum: Fixing WordPress
In reply to: published post says continue reading but doesn'tCan you post a link to your site please, so we can check the problem out?