Is there a way to display previous and next story in the news article pages? I see there is a way to show prev / next in the same topic, but I want to display prev / next in overall news stories. Thanks for your help.
fragilefringe Guest
Posted:
Mon Aug 15, 2005 7:43 pm
Thanks, but I figured it out myself. Because I had couldn't find anything after googling the heck out of it, here is the code for anyone else trying to do this. I inserted this in my article.php page above the comments section:
$sql ="select sid FROM ".$prefix."_stories where sid < '$sid' order by sid DESC limit 0,1";
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum