I moved the plugin superclasses in !postActiv from /lib/ to /classes/plugins/

Along with better organizing things in the software, this also allows us to leverage class autoloading to grab plugin classes if they're not loaded already.  They should be, but it's a safety valve.  Although, this would be a case where I'd be okay with not having the classes loaded by default, since it represents third-party extensions to the software.