Pixelpost Forum

Pixelpost Forum (http://www.pixelpost.org/forum/index.php)
-   Hacks and Modifications (http://www.pixelpost.org/forum/forumdisplay.php?f=16)
-   -   more than one photo per day (done) (http://www.pixelpost.org/forum/showthread.php?t=603)

raminia 03-22-2005 04:35 PM

more than one photo per day (done)
 
I've already added this to the next version but I want it to be more tested.
changing the admin/index.php in about line 420~450 where it is going to save the new post will do the job.

Code:

  // save new post
      if($_GET['x'] == "save") {
        $headline =    clean($_POST['headline']);
        $body =      clean($_POST['body']);
        $datetime =
            $_POST['post_year']."-".
            $_POST['post_month']."-".
            $_POST['post_day']." ".
            $_POST['post_hour'].":".
            // modified by ramin add second to the publising time.
            // This will enables you to send multiple entries a day
            $_POST['post_minute'].":".date('s');


mark 03-22-2005 08:57 PM

so this will add two photos on the same page?

if so, awesome!...i've been meaning to do this one myself!

raminia 03-23-2005 04:52 AM

Quote:

Originally Posted by mark
so this will add two photos on the same page?

same page?
no same day.

mark 03-23-2005 06:12 PM

I dont get it then...you have been always able to post two or more pictures per day.....I thought you meant that they would show on the same page.

raminia 03-23-2005 06:16 PM

I meant same minute not same day actually. if you upload 2 photos one right after the other one of them will be missing in the thumbs!

mark 03-23-2005 07:25 PM

ah!!..ok...that explains it...i always wait many hours later sometimes...

oh well..darn. i was hoping for a multiple picture per day.....

i guess it wouldn't be too difficult to show photos from the same day on the same page.....what do you think?

of course, i wouldnt want that each time.....just when i wanted....hmmmm

raminia 03-23-2005 07:29 PM

it could be a simple addon.

Joe[y] 03-27-2005 09:09 AM

if i had any php skills at all i would have made that modification ages ago. so useful for showing photos from one session together.

amintorres 08-13-2007 02:23 AM

so....
am not sure i get this!
is it or is it not possible to post more than one image in a day?
other than doing a composite in photoshop?
i dont mid if it only generates one thumb on the browse page....
something like this: http://harlemphotoblog.com/harlem/07/04/2786.php

I just took some pics from the Dominican day parade and would love to post multiple images for tomorrow!

Dennis 08-13-2007 05:39 AM

You can post multiple pictures on one day, they will be shown based on the time they're uploaded. (e.g. the last one you upload will be the first one on display).

Pixelpost is a single photo display, not a gallery. If you want to show multiple pictures in one post you should make a composite with an image editor.


All times are GMT. The time now is 11:16 PM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.