Topic: PBB User Blogs 1.0 Beta
##
##
## Mod title: User Blogs (Beta)
##
## Mod version: 1.0 Beta
## Works on PunBB: 1.2.12, 1.2.13, 1.2.14
## Release date: 2007-04-12
## Author: TinyTim (tinytim@soonotes.com)
##
## Description: This mod alows users to create personal blogs.
##
## Affected files: index.php
## viewtopic.php
## profile.php
## userlist.php
## include/functions.php
## lang/English/profile.php
## lang/English/common.php
## lang/English/index.php
## profile.php
## style/imports/base.css
## style/*.css
##
## Affects DB: Yes
##
## Notes: This mod includes restore function for db.
## This has been tested on a fresh installation of PunBB 1.2.14
## using PHP 4.4.4 and MySQL 4.1.21-standard.
## This is a beta release and the code may be a bit sloppy or have some
## commented out queries and alot of the language stuff it still hard coded
## Most of the changes to existing files are either minor of will
## not affect the function of your forum, however the changes to
## profile.php are major so be absolutely sure to create a backup
## of that file.
##
## Additional Notes: In the 'extra' directory there are copies of all modified files.
## These are all based on PunBB 1.2.14. Only use these if you have
## PunBB installed with no modifications to any of these files.
##