I would like to have the default toplist shown on the links/index.php page to be of reciprocal links. Currently I have newest shown as default. Then you can choose top rated or most visited.
I would like the default to be reciprocal then a user can choose from the drop down menu the others Listed above.
I have tried to create new toplist but have had no luck. Could someone give me the toplist code and the information on how to have reciprocal links as the default view on the Top 5 Links on the index page.
In the toplist genreator, where it asks for the condition to filter results by type this:
type='recip'
To change to showing all you can override it in the URL by linking to index.php?thecondition[1]=1=1 (1=1 is always true, so it serves to undo the filtering) or setting that value in a selector with a form post. Read about this in the 2nd to last paragraph of scripts.webmastersite.net/w...uction_to_Toplists-15.html to make sure you do it right.
0/5
1
2
3
4
5
This thread is closed, so you cannot post a reply.
Comments on Top 5 Links
Beginner
Usergroup: Customer
Joined: May 31, 2003
Total Topics: 1
Total Comments: 1
I would like to have the default toplist shown on the links/index.php page
to be of reciprocal links. Currently I have newest shown as default. Then you can choose top rated or most visited.
I would like the default to be reciprocal then a user can choose from the drop down menu the others Listed above.
I have tried to create new toplist but have had no luck.
Could someone give me the toplist code and the information on how to have reciprocal links as the default view on the Top 5 Links on the index page.
Thanks
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
In the toplist genreator, where it asks for the condition to filter results by type this:
type='recip'
To change to showing all you can override it in the URL by linking to index.php?thecondition[1]=1=1 (1=1 is always true, so it serves to undo the filtering) or setting that value in a selector with a form post. Read about this in the 2nd to last paragraph of scripts.webmastersite.net/w...uction_to_Toplists-15.html to make sure you do it right.