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
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