Pixelpost

Authentic Photoblog Flavour


Go Back   Pixelpost Forum > DEVELOPMENT > Hacks and Modifications

Post Reply
 
Thread Tools
  #1  
Old 09-14-2008, 03:50 AM
Wari0 Offline
forum loafer
 
Join Date: Sep 2008
Posts: 1
Lightbulb 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!
Reply With Quote
  #2  
Old 09-14-2008, 07:34 AM
Dennis's Avatar
Dennis+ Offline
Team Pixelpost
 
Join Date: Jul 2006
Posts: 2,394
Send a message via MSN to Dennis
Yes, the 1.7x version has this option. If you don't have it, please upgrade.
__________________
My photoblog, powered by PixelPost 1.9 dev SVN | My Pixelpost Addons | My Cool Photoblog profile
Reply With Quote
  #3  
Old 09-23-2008, 02:36 PM
luan Offline
forum loafer
 
Join Date: Jan 2008
Location: South Australia
Posts: 12
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
Reply With Quote
  #4  
Old 09-23-2008, 03:26 PM
jaywilliams's Avatar
jaywilliams+ Offline
Team Pixelpost
 
Join Date: Sep 2005
Posts: 1,003
Send a message via AIM to jaywilliams Send a message via MSN to jaywilliams Send a message via Yahoo to jaywilliams Send a message via Skype™ to jaywilliams
I believe that feature will be included in v1.8.
No word on a release date though.
__________________
Jay Williams | A Different View
Reply With Quote
  #5  
Old 09-23-2008, 06:18 PM
Dennis's Avatar
Dennis+ Offline
Team Pixelpost
 
Join Date: Jul 2006
Posts: 2,394
Send a message via MSN to Dennis
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).
__________________
My photoblog, powered by PixelPost 1.9 dev SVN | My Pixelpost Addons | My Cool Photoblog profile
Reply With Quote
  #6  
Old 09-24-2008, 04:01 PM
luan Offline
forum loafer
 
Join Date: Jan 2008
Location: South Australia
Posts: 12
Where would I get that from? The google repository thing doesn't seem to have a all in one download.

--
http://luan.com
Reply With Quote
  #7  
Old 09-24-2008, 07:21 PM
Dennis's Avatar
Dennis+ Offline
Team Pixelpost
 
Join Date: Jul 2006
Posts: 2,394
Send a message via MSN to Dennis
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.
__________________
My photoblog, powered by PixelPost 1.9 dev SVN | My Pixelpost Addons | My Cool Photoblog profile
Reply With Quote
  #8  
Old 12-22-2008, 07:33 PM
Laprodo Offline
forum loafer
 
Join Date: Sep 2007
Posts: 10
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";
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