The number of support requests I am getting for this template is overwhelming. So I will NOT respond to any support requests via email. Please post to the Pixelpost HELP forum. I am constantly answering the same 2 or 3 questions, so if they are on the forum, you can search for them first. Please tag any forum posts with "theworldin35mm" so its easy to search later.
AGAIN, I WILL NOT ANSWER SUPPORT REQUESTS VIA EMAIL. HELP FORUM ONLY. SEARCH FIRST.
* v1.1 - added frame around main image
* v1.0 - initial release
Try it out @ The World in 35mm
If you are going to email me for help. Make sure you have READ and FOLLOW the installation instructions COMPLETELY. If I feel you are just being lazy, I will simply ignore your help request. I get around 3 to 4 emails a week where people are experiencing problems due to NOT following instructions. Also, please SEND me a URL, otherwise it is very hard to help you.
Lastly, I had troubles in the past uploading new versions to pixelpost.org, so look on the downloads page on The World in 35mm for the absolute newest HTML/CSS/Javascript if you feel you need the latest and greatest tweaks.
IMPORTANT -- .htaccess file starts with a DOT! and RewriteBase needs to the path in the URL of your photoblog, e.g. if your website is http://example.com/pixelpost/, then RewriteBase should be "RewriteBase /pixelpost", not "RewriteBase /". The following text needs to go in the .htaccess file.
RewriteEngine on
RewriteBase /
RewriteRule ^(about|downloads)/?$ index.php?x=$1
RewriteRule ^browse/?$ index.php?x=browse
RewriteRule ^browse/([1-9][0-9]*)/?$ index.php?x=browse&pagenum=$1
RewriteRule ^browse/category/([1-9][0-9]*)/?$ index.php?x=browse&category=$1
RewriteRule ^browse/category/([1-9][0-9]*)/([1-9][0-9]*)/?$ index.php?x=browse&category=$1&pagenum=$2
RewriteRule ^browse/archive/(19|20)([0-9][0-9])[-](0[1-9]|1[012])/monthname/([^/]+)/?$ index.php?x=browse&archivedate=$1$2-$3&monthname=$4
RewriteRule ^browse/archive/(19|20)([0-9][0-9])[-](0[1-9]|1[012])/monthname/([^/]+)/([1-9][0-9]*)/?$ index.php?x=browse&archivedate=$1$2-$3&monthname=$4&pagenum=$5
RewriteRule ^browse/tag/([^/]+)/?$ index.php?x=browse&tag=$1
RewriteRule ^browse/tag/([^/]+)/([1-9][0-9]*)/?$ index.php?x=browse&tag=$1&pagenum=$2
RewriteRule ^comment/submit$ index.php?x=save_comment
RewriteRule ^comment/popup_submit index.php?popup=comment&x=save_comment
RewriteRule ^comment/([0-9]+)$ index.php?popup=comment&showimage=$1
RewriteRule ^(p|photo)/([0-9]+)$ index.php?showimage=$2
RewriteRule ^(p|photo)/([0-9]+)/rating/([1-5])$ index.php?showimage=$2&rating=$3
RewriteRule ^t/latest/?$ index.php?showthumb=latest&thumbtag=image
RewriteRule ^feeds/(rss|atom).xml$ index.php?x=$1
404 ERRORS on any page but homepage (index.html).
H.264 Quicktime Video on htaccess help can be found here.
Template based originally off the treerizon template from Treeswing by Sean McKendall
Thank you very much for making this template available. I've been using pixelpost for a couple of years now and have been looking for quite some time for a clean and fresh template - this one is perfect.
I've used this template, with a few modifications, on my site here - thedailyexposure.com.
Thanks again...
Thanks, this suited my client perfectly. Great instructions too. This was my first project using Pixelpost.
I'm getting 404's for the pages other than Index...and when I made the changes to the index as instructed, i got parse errors...any ideas?