|
#1
|
|||
|
|||
|
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! |
|
#2
|
||||
|
||||
|
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
|
|
#3
|
|||
|
|||
|
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 |
|
#4
|
||||
|
||||
|
I believe that feature will be included in v1.8.
No word on a release date though.
__________________
Jay Williams | A Different View |
|
#5
|
||||
|
||||
|
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
|
|
#6
|
|||
|
|||
|
Where would I get that from? The google repository thing doesn't seem to have a all in one download.
-- http://luan.com |
|
#7
|
||||
|
||||
|
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
|
|
#8
|
|||
|
|||
|
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";
|
| Post Reply |
| Thread Tools | |
|
|