Installing PixelPost
From Fishcakes Wiki
PixelPost: Installing PixelPost
Guide to Installing PixelPost including Custom Configuration and Fixes.
Contents |
PixelPost Installation & Setup
Software Install
Installation notes for version 1.6.0 updated August 2007.
- Upload
pixelpost_v1.6.0.zipand decompress where you want it to live. - Create two additional directories and change File Permissions to 777:
- images
- thumbnails
- Create a MySQL Database
- Insert Database details into the Configuration file
includes/pixelpost.php:- db_host, db_user, db_pass, db_pixelpost (name), db_prefix
- Browse to
www.yourdomain/pixelpost/admin/install.phpto install.
Addons and Code Modifications
Additional customisation (see below for instructions).
- Fix Temporary Files Problem if necessary (see below).
- Insert
/admin/admin-index.cssAdmin CSS style sheet with Dan's Version. - Do PixelPost Addons: TinyMCE Hack on
admin/index.phpto add TinyMCE WYSIWYG edtior to image description. - Install Dead Simple Fixed template & edit for Scalable Images.
- Install PixelPost Addons: Scalable Images by Dan Salmon.
- Install PixelPost Addons: Auto Resize.
- Install PixelPost Addons: Custom Fields and configure required fields.
- Install PixelPost Addons: Fast Edit Link (modified by Dan Salmon) and fix sub-folder link if necessary.
- Install PixelPost Addons: MiniCMS (modified by Dan Salmon) with TinyMCE WYSIWYG editor. Edit Admin Link path.
- Install PixelPost Addons: Pop3 Post (modified by Dan Salmon), if required. Note: This is buggy with some email clients.
Addons Extras
Install these for better search, etc.
Custom Admin Settings
Extra things to change within the Admin Panel
- Changed date to — l jS F Y g:ia — Friday 16th August 2007 11:00pm
Custom Configuration and Fixes
Comments Management
Tips and tricks to using comments
- Forum: Disabling Comments — how disable comments which seems really quite difficult!
Date Reset
Default date setting — Y-m-d H:i:s — 2007-08-16 23:06:07
Changed to — l jS F Y g:ia — Friday 16th August 2007 11:00pm
Index.php Fix
Add to line 372 of index.php to remove linefeed from <IMAGE_NOTES_CLEAN>:
$image_notes = substr($image_notes,0,strlen($image_notes)-1); (new) $image_title = htmlspecialchars($image_title,ENT_QUOTES); (existing)
See Forum: Using <IMAGE_NOTES> with overlib for more info. For some reason this only happens on some web servers. Odd...
Temporary Files Problem Fix
When viewing the Admin > General Info page, get the warning:
- Session save path is empty
Problem is caused by PixelPost being unable to write to temporary directory as it's located outside public_html folder.
To fix, edit files index.php and admin/index.php, adding the following line to the start of PHP script:
session_save_path("/home/yourhome/tmp/");
See Forum: Session save path is empty.
PixelPost Resources
Official PixelPost Resources
- www.pixelpost.org — official PixelPost website
- www.pixelpost.org — PixelPost Downloads for Templates, Add-Ons and Code Modifications.
- www.pixelpost.org/forum — PixelPost Forum for help and advice.
- wiki.pixelpost.org — PixelPost Wiki for user and developer guides.
- wiki.pixelpost.org — PixelPost Wiki Template Tags full list.
Unofficial PixelPost Resources
- Eleven2 — official hosting sponsors.
- PhotoBlogs.org – register to increase the visibility of your photoblog.
PixelPost Forum Queries
- Forum: Google Search Addon — posted for help on Tue 21/08/07.

