scheda
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Comments only work on Pages, not PostsAh thanks. It looks like it’s a theme issue. Switching to the new theme fixed the problem.
Thanks ??
Forum: Plugins
In reply to: How to use native WordPress functions inside my own…Nevermind… I got it ?? I didn’t have the object in an array for the call.
Here’s the working code now.
register_activation_hook(__FILE__,array($fade, 'installPlugin'));
Forum: Fixing WordPress
In reply to: iframe injectionI just found out I had this same problem.
If anyone else has this issue, use this scanner.
Forum: Plugins
In reply to: New Podcast Plugin! (PodPress Replacement)Just for the record what exactly are you selling? I’m hoping for a new Podpress but I am not sure that will ever happen.
This is the idea. There will be a simple version of the plugin available for free that should do everything the basic user would need.
The extended version will have new features, free support, a V.I.P. user forum, and a custom theme created to best support podcasts. There might be more, but as the plugin is still in development, the rest will come after.
Forum: Plugins
In reply to: New Podcast Plugin! (PodPress Replacement)A stand-alone paid service does not sound like a replacement for podpress.
As stated, it will be a plugin, not standalone.
I do intend for the larger piece of the puzzle to require payment though. This will enable me to have continued support. While I love the world of Open Source, oftentimes that just leads to poor support. It’s not for everyone, but for those that choose to go that route, the process is often much simpler than those who don’t. It’s all about what you choose to prioritize.
Forum: Plugins
In reply to: New Podcast Plugin! (PodPress Replacement)Thanks for the ideas Saberj.
I am fully intending for this to be a big release. There is a lot of potential for this, especially as I do intend for it to be a paid solution (for the extensive version)
Can you expand a bit on the first bullet point? Maybe I’m just extremely tired, but it sounds like you are looking to have multiple titles and such for the same podcast. I don’t forsee setting something like that up being much of an issue, I just want to make sure that’s something people want.
Forum: Plugins
In reply to: New Podcast Plugin! (PodPress Replacement)Awesome! Thanks for the code as well as the suggestions.
Keep ’em coming!
Forum: Plugins
In reply to: New Podcast Plugin! (PodPress Replacement)Oh, and yes. I’d be very interested in seeing your podpress routine. I get a little bit of a headache looking at their code ??
Forum: Plugins
In reply to: New Podcast Plugin! (PodPress Replacement)My main idea is to build something that can function as an entire podcasting website. The end result will probably be a paid solution for users, but I fully intend on releasing a smaller, less functional free version.
This does NOT mean that you cannot base an entire site off the plugin I will be working on, but you will get a much better end-result, not to mention easy to set up site with the paid solution.
The trick here is to find out just what problems are most important to solve while making the entire system super-easy to install and learn how to use. Fortunately WP has always done an excellent job with their backend so I don’t have to worry about backend design.
Forum: Plugins
In reply to: New Podcast Plugin! (PodPress Replacement)Sure thing Blake. I’ll pop an email over to you real quick-like.
Forum: Fixing WordPress
In reply to: Automatic Author PermissionsI’m under the impression of that definition that an “author” can write and edit pretty much anyone’s posts. What I would like to do is set it up so they can only write and edit their own. No messing with comments or anything. I’ll give the role manager a shot to see what I can do, but with as many people signing up as there will be, I would still like it to be automatic.
I’m sure that there may be a way. There has to be a file somewhere that defines the automatically selected one to be the “Subscriber” and it could be changed in that file. I’ll play around with the plugin to see what I can find.