Quote:
Originally Posted by apokphp
Well, can't I just use the code in the drop down menu? That seems to be working just fine. I'm referring to the "Show" dropdown menu of course.
Where can I find the code for "What's New" and "What's Hot"?
Also, on the main page it displays the most popular links. Is there a way to change that to display the highest rated links?
|
I'm confused - I thought you said that the What's Hot and What's New on the Show menu were not working?
If you mean by 'main page' the box down the bottom right of the screen, the code for this is in includes/local_links_include.php, routine get_ldm_hitparade. You would have to modify the sql to filter on numrate and sort on totrate/numrate.
The code for What's New and What's Hot is in local_links_search.php.