There are many reasons to run your own WordPress server. If this is something you’re thinking about, there are a number of resources that you can tap into in order to make this happen. In this article we provide two resources you can use to get the job done.
Introduction Simple:Press has an importer plugin that imports data from a variety of legacy forum systems including bbPress, wpForo and Asgaros. One of the objectives when we created the importer was to make it easy for your average developer to quickly create an importer for any forum. To that end we included a framework that, […]
Introduction This is the sixth in our series of articles on constructing plugins/extensions specifically for Simple:Press. Here are links to the prior articles: Hello World! Adding Settings Adding A Component Menu ItemUsing POST OPTIONSAuthorizations and Permission Sets In this article we will engage in an extensive discussion of one of the more important CLASSes in […]
Introduction This is the fifth in our series of articles on constructing plugins/extensions specifically for Simple:Press. Here are links to the prior articles: Hello World! Adding Settings Adding A Component Menu ItemUsing POST OPTIONS In this article we will veer away from heavy coding and instead discuss the security model that underlies Simple:Press. To make […]
Introduction This is the fourth in our series of articles on constructing plugins/extensions specifically for Simple:Press. Here are links to the prior articles: Hello World! Adding Settings Adding A Component Menu Item In this article we will discuss how to add an option on the front-end under POST OPTIONS. Just so that we’re clear, here […]
Introduction This is the third in our series of articles on constructing plugins/extensions specifically for Simple:Press. Here are links to the first couple of articles: Hello World! Adding Settings In this article we will discuss how to create a separate screen for component settings that will be located under the Simple:Press FORUM->COMPONENTS area in wp-admin. […]
Introduction This is the second in our series of articles on constructing plugins/extensions specifically for Simple:Press. If you need a refresher you can find the first article here: Hello World! In this article we will take a look at how you can add settings to the Simple:Forum admin area that your plugins can use. Almost […]
Introduction This is the first in a series of articles that will cover how to create Simple:Press plugins. It requires that you have some familiarity with creating and deploying standard WordPress plugins. If you understand the WordPress plugin building process then a Simple:Press plugin just requires building upon that knowledge. Creating a Simple:Press plugin generally […]