Gossamer Forum
Home : Products : Links 2.0 : Discussions :

change the number of top rated sites

Quote Reply
change the number of top rated sites
I'm sure this question has been asked earlier, but I couldn't find a hint in FAQs, Mods or the forum.
How can I change the number of displayed top rated and top voted sites in Links 2.0 from Top 10 to Top 20?
Thank you in advance, P.

Quote Reply
Re: change the number of top rated sites In reply to
Try searching the customisation forum as I can remember posting info on this recently.

Glenn

Links 2 Mods Site:
http://cgi-resource.co.uk/pages/links2mods.shtml
Quote Reply
Re: change the number of top rated sites In reply to
:) what a dam quick reply
:| unfortunately no real easy to do solution
:( I need to surf through the forum again, because a search doesn't help

after 30 more minutes i found an "almost" answer, so for all the users with the same problem:

-edit nph-build.cgi...search for "$#top_votes <" and change the numbers to < 19 and <= 20 a few rows below

-same way for "$#top_rate <"

I don't know if this is the final solution, because I don't have so much ratings in my database yet and I'm not so good in doing scripts.

Hope it helps,P.

Quote Reply
Re: change the number of top rated sites In reply to
The thread you want is:

http://www.gossamer-threads.com/perl/forum/showflat.pl?Cat=&Board=L2Cust&Number=137940&page=&view=&sb=&vc=1

Open nph_build.cgi find in the
sub build_rate_page:

if ($#top_votes <= 10) {


Replace it with:


if ($#top_votes <= 20) {


Glenn

Links 2 Mods Site:
http://cgi-resource.co.uk/pages/links2mods.shtml