I removed the following from my theme.php :
if( !$this->template_engine->assigned( 'page' ) ) {
$this->assign('page', isset( $page ) ? $page : 1 );
}It helped. thanks. Balazs On Wed, Jan 7, 2009 at 6:32 PM, Andy C <[email protected]> wrote: > > Is this thread which describes a very similar problem with a > resolution relevant ? > > > http://groups.google.com/group/habari-users/browse_thread/thread/1892105d8396aaaa/2fc635963b67ee31?lnk=gst&q=Andy+C#2fc635963b67ee31 > > HTH > > Andy > > On Jan 7, 2:48 pm, "Chris J. Davis" <[email protected]> wrote: > > How about that, Balazs is right. The page numbering doesn't update as > > you move past page 3. > > > > Chris > > > > On Jan 7, 2009, at 8:45 AM, Balazs Koren wrote: > > > > > Hello, > > > > > thanks for the reply, I have the same code in my home.php as in the > > > default k2: > > > > > <?php $theme->prev_page_link(); ?> <?php $theme- > > > >page_selector( null, array( 'leftSide' => 2, 'rightSide' => 2 ) ); ? > > > > <?php $theme->next_page_link(); ?> > > > > > I just made a "roundtrip" on some of the well known habari blogs. On > > > Chrisjdavis.org the same happens. You can go till 3rd page, then > > > nothing happens. > > > > > Balazs > > > > > On Wed, Jan 7, 2009 at 1:00 AM, Ali B. <[email protected]> wrote: > > > Hello Balazs. > > > > > Pagination seems to be working on the default themes. Did you try > > > switching to one of them and check if you still see the problem? > > > Maybe you can compare the pagination code between your theme and one > > > of the default ones? > > > > > On Wed, Jan 7, 2009 at 1:23 AM, Balazs Koren > > > <[email protected]> wrote: > > > Is it just me, or is it a bug for everybody? If I click next, or any > > > page, the page numbers do not react. Next brings from the first page > > > to the second, but there is no further. > > > > > Check out athttp://kobak.org, you can't visit page 4, unless you > > > type it in the address bar. I'm using the latest head with a > > > customized simpler theme. > > > > > Thanks for your help, > > > > > Balazs > > > > > -- > > >http://kobak.org > > > > > -- > > > Ali B / dmondark > > >http://www.awhitebox.com > > > > > -- > > >http://kobak.org > > > -- http://kobak.org --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/habari-users -~----------~----~----~----~------~----~------~--~---
