View Single Post
  #3 (permalink)  
Old 07-08-2006, 09:20 AM
jackdaw's Avatar
jackdaw jackdaw is offline
Casual Pligger
 
Join Date: Apr 2006
Posts: 64
Thanks: 19
Thanked 4 Times in 3 Posts
Right, I borrowed this line from the bottom of shakeit_center.tpl

Code:
do_pages($rows, $page_size, getmyurl("shakeit")); // show the "page" buttons at the bottom
And tweaked it into this, at the bottom of topstories_center.tpl:

Code:
do_pages($rows, $page_size, getmyurl("topstories")); // show the "page" buttons at the bottom
It seems to work... but now suddenly I realize that the 'top stories' sort order is strange. Why is the most voted on story not on top ?!? See http://sjey.com/topstories.php

I don't think the problem came with my tweaking here. I tried deleting this line again, and the same stories get mentioned on the first/only top stories page, page buttons or not.

Also, I see that eg. 3d has the same problem (or feature?) on his site http://www.inboxnews.com/topstories.

Last edited by jackdaw; 07-08-2006 at 09:51 AM..
Reply With Quote