Quote:
Originally Posted by h?kkiz
Hello! I have a problem with the "Top 10 visited" function.. Once a link gets 10 hits or more, it disappears from the "top 10" list. How can I fix this?
Thanks
*FIXED  *
|
The problem is that the field for 'hits' is set to 'text' in the table, it needs to be changed to INT so that it sorts properly.
Currently:
9
8
7
6
5
4
3
2
10
1
New:
10
9
8
7
6
5
4
3
2
1