Pixelpost Forum

Pixelpost Forum (http://www.pixelpost.org/forum/index.php)
-   Hacks and Modifications (http://www.pixelpost.org/forum/forumdisplay.php?f=16)
-   -   Change delay between post (http://www.pixelpost.org/forum/showthread.php?t=8981)

Wari0 09-14-2008 03:50 AM

Change delay between post
 
Hello,

I would like to publish photo every week (automatically)

PixelPost publish photo every day with the selected option "Post one day after the last post"

Anybody know how to change one day to one week?

Thank you!

Dennis 09-14-2008 07:34 AM

Yes, the 1.7x version has this option. If you don't have it, please upgrade.

luan 09-23-2008 02:36 PM

Not really, it has "post one day after last", "use exif date" etc... it would be good if we could 1/ define say, post 2 days after last post, or 3 days after last etc..., and also have it update automatically if we decide to post a photo immediately.

Not a need, but a want.

L

--
http://luan.com

jaywilliams 09-23-2008 03:26 PM

I believe that feature will be included in v1.8.
No word on a release date though.

Dennis 09-23-2008 06:18 PM

Or you could grab the bleeding edge from our SVN repositories. The feature is most certainly in there (I run the current SVN version on my blog).

luan 09-24-2008 04:01 PM

Where would I get that from? The google repository thing doesn't seem to have a all in one download.

--
http://luan.com

Dennis 09-24-2008 07:21 PM

nope, but you can still grab it. I use special develop tools, so I'm not up to speed what can and can't be done.

Laprodo 12-22-2008 07:33 PM

Here is ad diff for adding "post two days after last post" into version 1.7.1:
Code:

diff -r ./new/admin/new_image.php ./old/admin/new_image.php
62,67d61
<              }
<              else if( $_POST['autodate'] == 4)
<              {
<                      $query = mysql_query("select datetime + INTERVAL 2 DAY from ".$pixelpost_db_prefix."pixelpost order by datetime desc limit 1");
<                      $row = mysql_fetch_row($query);
<                      if( $row) $datetime = $row[0];  // If there is none, will default to the other value
239d232
<      <input type="radio" name="autodate" value="4" <?php if($selected_autodate[4]) echo 'checked="checked" ';?>id="postdayaft2"/><label for="postdayaft2"><?php echo $admin_lang_ni_post_two_days_after;?></label><br/>
diff -r ./new/language/admin-lang-english.php ./old/language/admin-lang-english.php
113d112
< $admin_lang_ni_post_one_days_after                            = "Post two days after the last post";



All times are GMT. The time now is 01:21 PM.

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