Pixelpost

Authentic Photoblog Flavour


Go Back   Pixelpost Forum > DEVELOPMENT > Addons

Post Reply
 
Thread Tools
  #1  
Old 08-24-2005, 02:23 AM
ibejo Offline
pp veteran
 
Join Date: Jun 2005
Location: Florida
Posts: 68
Send a message via Yahoo to ibejo
Fancy Archive v1.1 Released

Thanks for the comments and being my beta testers...this one should have a lot more functionality and flexibility.

DESCRIPTION:
This is an archive styled on Chromasia.
Images can be filtered by Category, Date and limited to All, 50, 40, 30, 20 or 10 images displayed.
This archive includes a host of filters and paging.

This addon uses the following custom tags:
<CAT_COUNTS> - Category filter - displays all categories and the number of images for each.
<DATE_COUNTS> - Month/Year Filter. (June 2005 - 30) June 2005 has 30 images
<LIMIT_COUNTS> - Filter to limit the number of images displayed.
<IMAGE_RESULTS> - Displays the pictures based upon the selected filters.
<PAGING_NAV> - Displays the fancy archive navigation / paging tags.
<FANCY_IMAGE_CATEGORY> - This tag needs to replace the <IMAGE_CATEGORY> tag in your image_template.html page. It ensures your category links point to the new fancy archive page.

The following variables can be modified within the addon script to change the display behavior:
two_column_dispay: true = 2 column layout, false = single column layout
tbl_width: width of the table that displays results (in pixels)
default_limit: By default, show X images per page - MUST be (10,20,30,40 or 50)
NOTE: the large the number, the longer the load time per page.

nav_tag: Style of the Navigation Tags: 1 = [Next] [Prev], 2 = (Next) (Prev), 3 = Next | Previous, anything else = Next Prev
pic_col_width: Width of Thumbnail column as percent of total table width
cell_spacing: Cell Spacing in the Display Table
cell_padding: Cell Padding in the Display Table

v1.1 Change Log
1. Added paging, including <PAGING_NAV> tag.
2. Fixed bug with categories on image_template.html not going to fancyarchive_template. Introduced
new tag for this - <FANCY_IMAGE_CATEGORY>
3. Added slew of new layout variables, making it easier to control the display of fancy archive.
4. I *think* I fixed the bug related to the category drop down not populating - this way because
some users had older version of MySQL which did not support the latest ANSI SQL JOIN syntax.
5. Fixed a couple bugs with the filters not retaining their values between posts.
6. Will not display future postings until right date - NOTE: I did not deal with hours, minute and seconds.

Make sure you read the README.TXT file to see what you need to do to upgrade!!!!

Link: http://www.pixelpost.org/v1/index.ph...ds&details=101

Once again.....let me know what you find...I'm sure there will be stuff.
__________________
James
ColorBlind Photography
http://www.colorblindphotography.com
Reply With Quote
  #2  
Old 08-24-2005, 12:10 PM
-okapi-'s Avatar
-okapi- Offline
pixelpost guru
 
Join Date: Feb 2005
Location: Vienna, Austria
Posts: 252
strange... again it's slowing down another site of mine, please see here:

http://www.a-visual-notebook.at/gallery01/

(i have the latest pixelpost version installed.)

btw, i have created menu items for fancyarchive,
but you have to hit the back button to go back.

http://www.a-visual-notebook.at/gall...x=fancyarchive
__________________
a visual notebook
michael singer photography
http://www.a-visual-notebook.at

Last edited by -okapi-; 08-24-2005 at 12:51 PM.
Reply With Quote
  #3  
Old 08-24-2005, 12:27 PM
ibejo Offline
pp veteran
 
Join Date: Jun 2005
Location: Florida
Posts: 68
Send a message via Yahoo to ibejo
What version of MySQL are you running?
__________________
James
ColorBlind Photography
http://www.colorblindphotography.com
Reply With Quote
  #4  
Old 08-24-2005, 12:38 PM
-okapi-'s Avatar
-okapi- Offline
pixelpost guru
 
Join Date: Feb 2005
Location: Vienna, Austria
Posts: 252
MySQL 4.0.25

PHP Version 4.3.10


installed addons:

calendar
copy_folder
current_datetime
random_thumbs
fancyarchive
__________________
a visual notebook
michael singer photography
http://www.a-visual-notebook.at
Reply With Quote
  #5  
Old 08-24-2005, 01:04 PM
ibejo Offline
pp veteran
 
Join Date: Jun 2005
Location: Florida
Posts: 68
Send a message via Yahoo to ibejo
I noticed none of the exif data exists for your pics - do you have exif installed?
__________________
James
ColorBlind Photography
http://www.colorblindphotography.com
Reply With Quote
  #6  
Old 08-24-2005, 01:28 PM
Paul Wood's Avatar
Paul Wood Offline
pixelpost guru
 
Join Date: May 2005
Location: Slidell, Louisiana, USA
Posts: 154
My category drop-down boxes are loading now, but when I try to select a category to view photos, none are returned.

http://pnjwood.com/fotoblog/index.php?x=fancyarchive

It works by month, but not by category, and not combined.
Reply With Quote
  #7  
Old 08-24-2005, 01:42 PM
hicks0r Offline
pp regular
 
Join Date: May 2005
Posts: 38
Having problems with the end of the page, any idea ? I probed a lot of things

http://www.ecomam.net/index.php?x=fancyarchive
Reply With Quote
  #8  
Old 08-24-2005, 01:59 PM
-okapi-'s Avatar
-okapi- Offline
pixelpost guru
 
Join Date: Feb 2005
Location: Vienna, Austria
Posts: 252
Quote:
Originally Posted by ibejo
I noticed none of the exif data exists for your pics - do you have exif installed?
no, after postprocessing there are no exif data for my pics. is exif required to run your addon smoothly?
__________________
a visual notebook
michael singer photography
http://www.a-visual-notebook.at
Reply With Quote
  #9  
Old 08-24-2005, 02:15 PM
-okapi-'s Avatar
-okapi- Offline
pixelpost guru
 
Join Date: Feb 2005
Location: Vienna, Austria
Posts: 252
Quote:
Originally Posted by hicks0r
Having problems with the end of the page, any idea ? I probed a lot of things

http://www.ecomam.net/index.php?x=fancyarchive
why fighting with div's here, actually? in this case, a simple table design maybe would do it better...
__________________
a visual notebook
michael singer photography
http://www.a-visual-notebook.at
Reply With Quote
  #10  
Old 08-24-2005, 02:31 PM
ibejo Offline
pp veteran
 
Join Date: Jun 2005
Location: Florida
Posts: 68
Send a message via Yahoo to ibejo
Quote:
Originally Posted by -okapi-
no, after postprocessing there are no exif data for my pics. is exif required to run your addon smoothly?
I do a lot of stuff processing each image for exif data - I'll add a variable to it that allows you to toggle this on/off. Give me a day or so. There are some other things that need fixing and I'll bundle it all together.
__________________
James
ColorBlind Photography
http://www.colorblindphotography.com
Reply With Quote
Post Reply


Thread Tools




All times are GMT. The time now is 04:51 PM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd. | Style Design: d3 designs