Pixelpost

Authentic Photoblog Flavour


Go Back   Pixelpost Forum > DEVELOPMENT > Addons

Post Reply
 
Thread Tools
  #1  
Old 09-14-2005, 02:30 PM
ibejo Offline
pp veteran
 
Join Date: Jun 2005
Location: Florida
Posts: 68
Send a message via Yahoo to ibejo
FancyArchive v1.3 Released

I just released v1.3 of Fancy Archive:

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

Here is the change log for 1.3:

v1.3 Change Log
1. Added the tbl_css_id variable. This allows you to explicitly set the style for the blocks of
displayed images. This was implemented to get around Internet Explorer's problem with CSS inheritance in
HTML tables.
*** NOTE: YOU MUST REMOVE THE <DIV> tags before and after the <IMAGE_RESULTS> tag *** in your old fancyarchive_template.html file!!!!
2. Added the markdown function to the body text - so now, markdown should be properly parsed.
3. Fixed a couple random bugs.
4. Fixed some XHTML compliance issues.

As usual....let me know of any problems or things you would like to see in future releases!
__________________
James
ColorBlind Photography
http://www.colorblindphotography.com
Reply With Quote
  #2  
Old 09-16-2005, 09:43 AM
japanwindow Offline
pp veteran
 
Join Date: May 2005
Location: Japan
Posts: 85
One ignorant question

I got the archive working, and it looks great. Thanks so much for doing this, and for adding the line to parse Markdown.

Could I ask one more ignorant question (maybe two in one)??

Does this addon (or any addon) slow down the entire site? Ever since adding the Fancy Archive, the main page seems to loading a bit slower. I can understand why the Fancy Archive itself could be slow loading, but would the archive slow the main page down, too??

On a related note, I am still using the normal archive (now renamed "photos only gallery"). Is there any problem have both the regular and simple archives active at the same time?
__________________
========================
Photosensibility
http://www.photosensibility.com

Last edited by japanwindow; 09-16-2005 at 09:43 AM. Reason: to add instant email notification
Reply With Quote
  #3  
Old 09-16-2005, 11:39 AM
ibejo Offline
pp veteran
 
Join Date: Jun 2005
Location: Florida
Posts: 68
Send a message via Yahoo to ibejo
I've had one other talk about slowing down of the site - but I've also had lot of folks say it was no problem. I would need more info on this to be able to trouble shoot it.

Shouldn't be a problem at all running both the normal and fancy archives.
__________________
James
ColorBlind Photography
http://www.colorblindphotography.com
Reply With Quote
  #4  
Old 09-17-2005, 05:36 PM
Joe[y]'s Avatar
Joe[y]+ Offline
Team Pixelpost
 
Join Date: Mar 2005
Location: UK
Posts: 3,101
Send a message via MSN to Joe[y]
index.php literally just adds addons to it's code - unless there are any looping functions in the addon code or any unreasonable requests from databases then there is absolutely no reason why fancyarchive should slow anything.

as far as i can tell, fancyarchive does not and should not slow down anything.
Reply With Quote
  #5  
Old 09-17-2005, 08:53 PM
cyberico Offline
forum loafer
 
Join Date: Aug 2005
Posts: 13
bug, pls help me

using this new ver. i still have my bug.

pls see www.photorape.com/blog/

browsing fancy archive the problem is NO image results after filtering with <CAT_COUNTS> <DATE_COUNTS> !!

<LIMIT_COUNTS> works good.

im using <FANCY_IMAGE_CATEGORY> in my image_template.html

is there something to change in index.php ????
in database ???

pls i wonder if anybody may help me.
thnx

enrico
Reply With Quote
  #6  
Old 09-18-2005, 09:39 AM
cyberico Offline
forum loafer
 
Join Date: Aug 2005
Posts: 13
only cat_counts does not work.

im using last IE and Firefox.
my fancyarchive.php:

//*************************************************
//MODIFY THESE VARIABLES TO CHANGE DISPLAY BEHAVIOR
//*************************************************
$two_column_display = true; //true = 2 column layout, false = single
$tbl_width="550px"; //width of table displaying layout.
$default_limit="20"; //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 = "1"; //1 = [Next] [Prev], 2 = (Next) (Prev),
//3 = Next | Previous, anything else = Next Prev
$pic_col_width = "20%"; //Width of Thumbnail column as percent of total table width
$cell_spacing = "0px"; //Cell Spacing in the Display Table
$cell_padding = "2px"; //Cell Padding in the Display Table
$display_exif = true; //true = display exif data, false means don't.
$tbl_css_id = "images"; //This is a workaround for users having CSS issues
//*************************************************
//NO MODIFICATIONS PAST THIS POINT
//*************************************************
Reply With Quote
  #7  
Old 09-18-2005, 10:22 AM
cyberico Offline
forum loafer
 
Join Date: Aug 2005
Posts: 13
other info for debugging:

PHP-version 4.3.10 (Pixelpost's min requirement: PHP version 4.3.0)
MySQL version 3.23.58 (Pixelpost's min requirement: MySQL 3.23.58)

GD-lib bundled (2.0.28 compatible) with JPEG support

Server software Apache/2.0.51 (Fedora)

EXIF Pixelpost is using exifer v1.5 for EXIF information.


Addons installed:

Pixelpost Copy Folder Contents (copy_folder.php - version 0.7)
Fancy Archive (fancyarchive.php - version 1.3)
Extra EXIF Information for (PP v1.4+ only) (extra_exif.php - version 1.1)
Pixelpost Calendar (calendar.php - version 1.0.1)
Page-By-Page-Archive for category and month (for PP v1.4) (paged_archive.php - version 0.6)
Pixelpost Current DateTime (current_datetime.php - version 1.1)
Advanced stats (advanced_stat.php - version 1.0)
Code generator for robot (increase_stats.php - version 0.1)
Visits Today (visits_today.php - version 0.1)
Pixelpost Anti-Spam (anti_spam.php - version 2.0)


thnx
Reply With Quote
  #8  
Old 09-18-2005, 04:00 PM
cyberico Offline
forum loafer
 
Join Date: Aug 2005
Posts: 13
Ok, i found the problem by myself at last.

>>>> MySQL version 3.23.58 (Pixelpost's min requirement: MySQL 3.23.58)

too old mysql version. with ver 4.x fancy runs good.

now i still have bottom of the page problem to fix...
Reply With Quote
  #9  
Old 09-18-2005, 04:45 PM
cyberico Offline
forum loafer
 
Join Date: Aug 2005
Posts: 13
USABILITY

i fixed my bugs.

a suggestion for drop down menu (category and date).

now the default position is empty.
i would change it in "All", both for category and date drop down menu.

it will be more usable. hope you can add this improvment (easy) very soon!
thnx
Reply With Quote
  #10  
Old 09-19-2005, 07:11 PM
Joe[y]'s Avatar
Joe[y]+ Offline
Team Pixelpost
 
Join Date: Mar 2005
Location: UK
Posts: 3,101
Send a message via MSN to Joe[y]
sorry to bring this up but i have a couple of bugs with this version:

flash exif does not work .. nor does my ISO exif but I think that's more likely the camera's fault as it isnt' displayed on my normal page either. what happened to the flash exif though? the flash info isn't displaying on your site either.

also, i seem to be displaying posts from the future... urr, not sure how far into the future though as i have 2 in the future right now and only the closer one is showing. i think it may be coming up 12 hours early.
Reply With Quote
Post Reply


Thread Tools




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

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