1 laibcoms Apr 15, 2007 07:28
3 laibcoms Apr 16, 2007 15:05
Hi,
Thanks thanks a bunch! Works great!! :D
4 laibcoms Apr 16, 2007 17:33
Btw,
Noticed something. Sometimes it shows the previous/next 10 Posts (depending on how you look at it) correctly, sometimes the cut-off is in the middle.
I'm assuming, it is already with b2e's "post/day/page" rule?
Sample -> http://gameshogun.ws/Snow
It starts with post "Hackenslash.net Podcast 9: Interview with Mr. Jojo Anonuevo" instead of: "Pinoy Bloggers Search Engine (PBSE)" which is on the next page of b2e.
Thanks again. :D
5 yabba Apr 18, 2007 10:46
Now that is wierd ... and I have no idea why it's doing it :P
¥
6 laibcoms Apr 19, 2007 01:58
^_^ np
probably the setting post/day/page.. I noticed, the cutting is off when a single day is spread into two pages because there are many posts in that single day.
7 soul_blade Jun 05, 2007 11:47
what about pages that doesnt show posts ?
it will not execute this ($arc_temp = $Item->issue_date;) code.
8 yabba Jun 05, 2007 12:01
Just change this line of code :
$timestamp_max = ( empty( $arc_temp ) ? $timestamp_max : mysql2timestamp( $arc_temp )-1 );
¥
Here's one solution. Find this bit of your _main.php and add the new bit :-
Then, where you want the list add this :
¥