PDA

View Full Version : What about the hack for the browse filters?


TunaFish
03-28-2008, 07:02 AM
I read in functions_browse.php
while(list($count,$id,$title,$name,$datetime) = mysql_fetch_row($query))
{
if( $count != $lookingfor) continue; // Major hack for the browse filters.

I want to do my own filters like, last uploaded, most commented, best rated etc. I have the database queries and want to implement them on the browse page.
Like http://localhost/pp17test/index.php?x=browse&commented=most

Can anyone shed a light?
Thanks

Dennis
03-28-2008, 07:48 AM
Try making an addon for it.