Pixelpost

Authentic Photoblog Flavour


Go Back   Pixelpost Forum > DEVELOPMENT > Addons

Post Reply
 
Thread Tools
  #1  
Old 05-06-2008, 11:30 PM
diogobento Offline
forum loafer
 
Join Date: May 2008
Posts: 10
Multiple days (posts) in main page

Hi,

I'm trying to develop a photoblog where pictures are shown horizontally, day by day.

I've searched the forum and all I found were ways to post multiple images on the same day (post). I would like to be able to show more than one post in the main page.

Any addon for this? Any ideas?

Thanks in advance.
Reply With Quote
  #2  
Old 05-07-2008, 05:09 AM
Dennis's Avatar
Dennis+ Offline
Team Pixelpost
 
Join Date: Jul 2006
Posts: 2,394
Send a message via MSN to Dennis
Pixelpost is a one photo per month/day/week/hour application. Technically it cannot show multiple posts without the use of an addon.
__________________
My photoblog, powered by PixelPost 1.9 dev SVN | My Pixelpost Addons | My Cool Photoblog profile
Reply With Quote
  #3  
Old 05-08-2008, 04:53 AM
kevincrafts's Avatar
kevincrafts Offline
pixelpost guru
 
Join Date: Jul 2007
Location: Colorado
Posts: 434
Something I've been working on...

Ok here's something that I've been playing around with...

http://blog.kevincrafts.com/index.php?x=multiphoto

Now with the Entry Page addon, you can make it act as the "main page"
__________________
Kevin | Light & Dark Photoblog

Reply With Quote
  #4  
Old 05-08-2008, 11:13 PM
diogobento Offline
forum loafer
 
Join Date: May 2008
Posts: 10
entry page addon!

hi kevin,

that's what I was looking for, great.

where can I get the addon?

thanks.
Reply With Quote
  #5  
Old 05-09-2008, 01:03 AM
kevincrafts's Avatar
kevincrafts Offline
pixelpost guru
 
Join Date: Jul 2007
Location: Colorado
Posts: 434
Still cleaning it up but I should have it available soon.
__________________
Kevin | Light & Dark Photoblog

Reply With Quote
  #6  
Old 05-09-2008, 10:40 PM
diogobento Offline
forum loafer
 
Join Date: May 2008
Posts: 10
thanks man,

I'll keep passing by.
Reply With Quote
  #7  
Old 05-10-2008, 01:21 AM
Dkozikowski's Avatar
Dkozikowski+ Offline
Team Pixelpost
 
Join Date: Oct 2005
Posts: 1,855
Send a message via AIM to Dkozikowski
http://www.pixelpost.org/extend/addons/multiphoto/
Reply With Quote
  #8  
Old 05-24-2008, 09:46 PM
diogobento Offline
forum loafer
 
Join Date: May 2008
Posts: 10
Hello Kevin and all,

I've been installing the multiphoto addon and so far so good.

There's just something I couldn't get to work. I would like to show the multiple posts horizontally, each photo's div with a 100% width (occupying the full screen; photos are smaller).

Any tips? The closest I got was to show the photos horizontally, but right next to one another.

And another question: is it possible to show more than 10 posts? and all the posts available?

Thanks in advance.
Reply With Quote
  #9  
Old 05-25-2008, 02:28 AM
kevincrafts's Avatar
kevincrafts Offline
pixelpost guru
 
Join Date: Jul 2007
Location: Colorado
Posts: 434
You can put the addon tag in another element (like a div tag) and then with some javascripting, set the width of the individual photo elements (div.photowrapper) to be the size of the screen, and then set the outer element to be 10 times that width.

Or you could also edit the multiphoto template file to output table cells and put them inside a table row and set the cell width to be a large number (with css) or set them to be the screen width with javascript.

As for displaying more than 10, you can edit the addon. Search for '10' and replace it with the number you want. For displaying all posts, you'd need to edit the sql statement. Change line 22 from this:

$query = "select * FROM ".$pixelpost_db_prefix."pixelpost where (datetime<='$cdate') ORDER BY datetime DESC $limit";

to this:

$query = "select * FROM ".$pixelpost_db_prefix."pixelpost where (datetime<='$cdate') ORDER BY datetime DESC";
__________________
Kevin | Light & Dark Photoblog

Reply With Quote
  #10  
Old 05-30-2008, 01:34 PM
diogobento Offline
forum loafer
 
Join Date: May 2008
Posts: 10
Thanks for the tip,
I've managed to get the service done, using css.

One more thing:
I must be blind or something, but I couldn't find the addon to publish more than one photo in the same post, without having to stitch then in photoshop... There is one, isn't there?

Thanks again,
Diogo
Reply With Quote
Post Reply


Thread Tools




All times are GMT. The time now is 11:22 AM.

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