## ## Mod title: User Diaries ## ## Mod version: 1.1.4 ## Works on PunBB: 1.2.* ## Release date: 2009-09-20 ## Author: Koos (pampoen10@yahoo.com) ## ## Description: Allows users to post diaries with images. ## ## Affected files: none ## ## Affects DB: New tables: ## 'diary' ## 'diary_perms' ## 'diary_reports' ## ## Notes: Requires the GD library on your Web server. Script can ## upload JPEG, PNG AND GIF images. ## ## DISCLAIMER: Please note that "mods" are not officially supported by ## PunBB. Installation of this modification is done at your ## own risk. Backup your forum database and any and all ## applicable files before proceeding. ## ################################################################################ ## CHANGELOG: ## 1.1.4 : made changes to the install script to work in postgresql ## fixed some style issues ## other minor changes and improvements ## 1.1.3 : now also compatible with postgresql ## fixed rss bug ## minor style changes ## fixed a bug on main diary page ## 1.1.2 : parser security fixes ## validates BBCode syntax ## minor style change ## 1.1.1 : fixed a bug on the edit page ## minor style change ## 1.1.0 : can now edit your diary entries ## added BBCode functionality ## 1.0.1 : some minor fixes and improvements ## made changes to the English lang file ## 1.0 : initial release ################################################################################ # #---------[ 1. UPLOAD ]------------------------------------------------- # Upload all files and folders contained in archive to forum root. Keep folder structure intact. # #---------[ 2. RUN ]---------------------------------------------------------- # install_mod.php # #---------[ 3. DELETE ]------------------------------------------------------- # install_mod.php # #---------[ 4. SET PERMISSIONS ]------------------------------------------------- # CHMOD /diaryimages and /diaryimages/thumbs folders to 777. CHMOD diary_config to 766. # #---------[ 5. ADD ADDITIONAL MENU ITEM ]------------------------------------------------- # Login as administrator to your punbb forum and go to Administration->Options and then under 'Additional menu items' insert the following into the box: X = User diaries where X is the position at which the link should be inserted (recommended: Use X=3)