It's also 100% template customizable I think. You can also show using templates in the admin panel the first and last page if you want.
Please check out my site and an example here at Pokemon Cursors Right now I set it show 8 page groups. To see the next 8 pages, you have to click on [9...16] And then you can get see it. =D pretty neat eh? It also fixes the "skip=0" bug that I reported and causes duplicate pages which google can penalize. http://forums.cutenewsru.com/how-to-get ... t2809.html
To Install
1) Back Up Your Current /inc/show.news.php
2) Open the show.news.txt and copy everything and overwrite your file
3) Save
4) Test on your site to see if there's any error
5) Change $pages_shows = 8; to whatever number you want to change the amount of pages.
One other thing
1) Lines 224 and 225
2) I commented out lines 224 because I don't use the cute news structure of setting up subcategories. So I editted the line and made line 225. This was to fix a http://forums.cutenewsru.com/remove--un ... t2609.html If you setup your site like me (in different folders manually) I would do this as is...but if you don't and depend on cutenews for the subcategories linking when you use {category} in the template manager, comment out line 225 instead and uncomment lines 224
- Code: Select all
//$cat['name'][] = ($cat_name[$v] ? '<a href="'.cute_get_link(array('id'=>$v, 'url'=>$cat_url[$v]), 'category').'">'.$cat_name[$v].'</a>' : '');
$cat['name'][] = ($cat_name[$v] ? '<a href="'.$cat_url[$v].'" title="'.$cat_name[$v].' Cursors">'.$cat_name[$v].'</a>' : '');
I Paid a really good programmer to create and fix the bugs. If you guys find any bugs just report it here and I can tell and he can fix it.
