Recent Topics

1 Jun 18, 2006 01:21    

Hello Crowd, I know there has been posted a lot about this issue and I have been reading thru most of what I've found - hope I didn't miss out on something.
I'm running 0.9.2 so I'm not sure if what I've read still does apply:
a) navigating / browsing from post to post is (or used to be?) only possible employing one of several hacks illustrated across this board.

b) Following [url=http://forums.b2evolution.net/viewtopic.php?t=6053&highlight=next+previous]this post[/url] I found the mentioned bit of code

<?php posts_nav_link(); ?>
   <?php
      // previous_post( '<p class="center">%</p>' );
      // next_post( '<p class="center">%</p>' );
   ?>


in my _main.php. I uncommented the two promising-looking lines to be

previous_post( '<p class="center">%</p>' );
next_post( '<p class="center">%</p>' );


and for a wondrous moment I thought I saw them actually working. After a few reloads the links don't show anymore and I don't know what I did wrong - or if it's "just" something that b2evo does(n't).

My question therefore is: are post-to-post browsing capabilities available in 0.9.2 or are they not (yet)? I reckon there's a reason why the two lines were commented out in the skin I base my efforts on.

Please bear with me if this is a stupid question; I tried to figure it out by myself but couldn't quite.
If there is a way to make the lines above actually and reliably work please let me know; if it still can only be done hacking 0.9.2 I would be grateful if I could be told so.

Thank Yous. Best regards, 'lex


Form is loading...