 |
 |
 |
 |
 |
| Author |
Message |
scottdallas

Joined: 04 May 2006 Posts: 1943 Location: US |
|
Pagination Problems |
|
i'm to sorry to bother everyone again. i've been working migrating my site at www.itsgamertime.com to this version of cutenews. i almost have it perfect.. something that has me stuck though is the pagination. for some reasons it isn't working right.
for some reason http://www.itsgamertime.com/index2.php looks perfect all the news link to the full story properly even the rating script works and comments and my tweaked myspace code addition and all that jazz. so im frustrated that im stumped on something this simple. if you click on the links at the bottom to go to the next page it takes you to
http://www.itsgamertime.com/index2.php?skip=10
which if you load both pages side by side.. index2.php and index2.php?skip=10 you'll see it loads the same news. do i have to tell it somehow somewhere to do the pages properly?
_________________ www.scottdizzle.com uses cnr
last update: 07-22-08: 8:30 pm |
|
| Thu May 18, 2006 1:56 pm |
|
 |
Guest
|
|
|
Please login to hide the ads.
|
|
|
|
 |
scottdallas

Joined: 04 May 2006 Posts: 1943 Location: US |
|
|
|
oh nevermind it.. it seems that if you use
<?PHP
$static['category'] = "1, 2, 3";
$static['number'] = "10";
$static['template'] = "media4";
include $cutepath.'/show_news.php';
?>
rather than:
<?PHP
$template = "media4";
$category = "1, 2, 3";
$number = "10";
include $cutepath.'/show_news.php';
?>
your pagination wont work. good to know for future reference.
_________________ www.scottdizzle.com uses cnr
last update: 07-22-08: 8:30 pm |
|
| Thu May 18, 2006 2:00 pm |
|
 |
|
|
You cannot post new topics in this forum You cannot 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 You cannot attach files in this forum You can download files in this forum
|
|
 |
 |
 |
|