Sugar Event Calendar
A sweet and simple event calendar for WordPress

The Stripe invoice system allows us to easily add charges to our existing customers subscriptions, such as one time sign up fees, extra monthly charges for new features, or anything else. Just like every other feature in the Stripe API, it’s extremely simple to use, and in this part of the Stripe Integration tutorial series [...]
View Post StripeWP_Logging is a general use logging system that I have written for WordPress. It was first written for my Easy Digital Downloads but I have adapted it for general use. The main idea behind the class it to provide a simple solution for logging events, actions, errors, etc, inside of your WordPress plugins or themes.
View Post WP_LoggingI run several support forums on the bbPress plugin and one of the issues I have constantly run into is how to provide a good way for users to post private information in their support threads, without having to email it or open a private ticket in a separate system. In order to solve this, [...]
View Post bbpress, Rémi CorsonSometimes when looking back at something I wrote in the past, perhaps two years ago, I discover some really terrible code I’ve written. Some of it is simply poor quality with really bad formatting, and some of it is outright dangerous from a security point. This evening I discovered some of that “dangerous” code inside [...]
View PostIf you hadn’t guessed it already, I really, really love WordPress plugins. I love writing them, using them, reviewing them, and everything else involved with plugins. There is just something about them that really excites me; I always love writing new plugins. I’d like to explore a few of the reasons why I have so [...]
View Post
Closed Beta is a WordPress plugin that makes it really simple and straight forward to allow beta access to your website. With the plugin, you can restrict access to the site to only approved users, let users request access, moderate beta access requests, and show a really nice splash page to non-approved users.
View Post Dev7StudiosHave you ever pushed out an update that included modifications to scripts or styles and then later had to tell someone to clear their cache or do a hard refresh in order to see the updates? There is actually a very simple way to avoid this scenario and force the browser to display the updated [...]
View Post wp_enqueue_script, wp_enqueue_styleDuring the WordPress Community Summit, Otto announced a new Amazon-like review system for themes and plugins hosted on the WordPress.org repositories. This new system now requires users to leave a review of the plugin or theme before they are allowed to give the plugin or theme a star rating. I’ve recorded a quick demonstration video [...]
View PostWhen you build a plugin or theme, I’d encourage you to really think about whether your settings page is really needed. Have you added the settings page just because it’s the normal thing to do? Maybe because users expect there to be a place to go and “configure” the plugin? Perhaps you just didn’t think [...]
View Post Sugar Event CalendarbbPress includes a feature that allows users to subscribe to forum topics, meaning that anytime a new reply is posted to that topic, all subscribed users will receive an email alerting them of the reply. bbPress does not, however, provide an option to customize the contents of this email, so that’s what this extension for [...]
View Post bbpress