Last year I’ve released several WordPress plugins for the Plugin Directory. I was using a very old, not graphical program to update all the plugins and something strange happened: the file structure for all the plugins was messed up so it was not possible to add plugins on the fly via the normal install procedure.
Therefore, I’m going to tell you something about the file structure of subversion so you can easily maintain your plugin on the subversion repository.
Continue Reading »
A while ago I was figuring out how to rewrite GET variables for a wordpress plugin. For example:
http://mysite.com/mypage/?myvar=test
rewriting to
http://mysite.com/mypage/test
After a long search on the WordPress forums and the whole internet I’ve found this topic: using an extra parameter in an URL but it wasn’t very sufficient in my opinion. So that’s why I’ll explain the use of multiple parameters in the url.
Continue Reading »
Recently I’ve found a great plugin for WordPress Multi User: Buddy Press.
BuddyPress is a suite of WordPress plugins and themes, each adding a distinct new feature. BuddyPress contains all the features you’d expect from WordPress but aims to let members socially interact.
BuddyPress is by it selves a very complete plugin that you easily transform to the layout of your own blog, just like WorPress.
Continue Reading »