Is it possible to make a page with ex. the 10 most populair links by Hits?
Aug 31, 2001, 3:45 PM
Veteran (17240 posts)
Aug 31, 2001, 3:45 PM
Post #2 of 2
Views: 1556
Yea...
Look in your links.cfg file for:
# Setting for popular cutoff, can either be a percent (i.e. top 3%), or
# a fixed value (i.e. top 10). Enter 0.03 or 10 respectively.
$db_popular_cutoff = 0.03; # Top 3%
Like the instructions say, "enter 10"...replace 0.03 with 10.
Regards,
Eliot Lee
http://anthrotech.com/
Look in your links.cfg file for:
Code:
# Setting for popular cutoff, can either be a percent (i.e. top 3%), or
# a fixed value (i.e. top 10). Enter 0.03 or 10 respectively.
$db_popular_cutoff = 0.03; # Top 3%
Like the instructions say, "enter 10"...replace 0.03 with 10.
Regards,
Eliot Lee

http://anthrotech.com/