|
#1
|
||||
|
||||
|
calendar archive showing future posts
Link: http://www.collins-house.us/iseeitli...p?x=calarchive
I like to post a group of future post so a can take care of a whole weeks of entries in one day. My problem is that even though my future posts will not show on my home page, the thumbnails will show on the calendar. Does anyone know a trick that will prevent the thumbnails for future post from showing in the calendar archive. thanks
__________________
Steve@ISeeItLikeThis.com |
|
#2
|
|||
|
|||
|
which Pixelpost-version are you using?
In version 1.3 it is already integrated, but you can fix it yourself as well: that is not a big problem, you must modify the index.php somehow open the index.php in an editor and look for the lines around Code:
if($_GET['x'] == "browse") {
Code:
$query = mysql_query("select id,headline,image from ".$pixelpost_db_prefix."pixelpost $where order by datetime desc");
Code:
$query = mysql_query("select id,headline,image from ".$pixelpost_db_prefix."pixelpost where (datetime<='$cdate') $where order by datetime desc");
|
|
#3
|
||||
|
||||
|
Thank you for your help. I am really liking this program
__________________
Steve@ISeeItLikeThis.com |
|
#4
|
|||
|
|||
|
change days
Is there a way to start the week with Sunday rather than Monday? I changed the
$days = array to start with Sunday, but all that does is change the top, not the actual days. (i posted this before, but found this to be more current)
__________________
| pixelpost | |
| Post Reply |
| Thread Tools | |
|
|