The fixtures/schema will now create the database tables and data requires for a basic install of phorum. The data is pretty much exactly as phorum would install itself, however there are modifications made such that the embedded mode 'just works'. Layout Changes -------------- add to layout within the head section: Enable the module ----------------- modify settings.yml to this: all: .settings: enabled_modules: [default, sfGuardAuth, sfPhorumForum] TODO ---- - grep code for any 'FIXME's - alter fixtures so that there's no mention of 'pookey' (the domain name is set in there for the forum.. how to solve that? - alter schema so that the search index is fulltext - do something to allow admin.php access... - change the user sync so that only users with permission X are set as administrators