Quote:
Originally Posted by Richard
BTW, to add to this, there is another issue with this. The way vbulletin works (which is actually better designed software wise) much of the presentation layer is stripped out of the core application software and stored in the database templates. Because of this most major mods are de-coupled from the application and actually applied through the templating system.
|
That's the same that phpBB3 does and most of MediaWiki. I really hate it because that means that something that you mod is usually tied to a template. It's extremely difficult to add something if you're not a core developer.