Hi...
I'm making a little mods in my site. In the /top.php
I wanna to show only the top hits, because the voting I have turned off a while ago.
More of that. I wanna to make Top Image Hits from 10 to 25. A have make the modification, but the is a problem, because the placeses from 11 to 25 is clear.
xxx: xxx: maku. szczecin. pl/galeriakolejowa/top. php
Is there some mods that I have to do?
I'm guessing the general index.php
Can someone tell me what & where the mods I have to do?
Hearing from PL.
Edit:
I have made it.
Need to modificate top.php in the mail folder.
from:
$site_db->free_result(); for ($i = 1; $i <= 10; $i++)
to:$site_db->free_result(); for ($i = 1; $i <= 25; $i++)
and also
from:
image_hits DESC, i.image_name ASC LIMIT 10";
to:
image_hits DESC, i.image_name ASC LIMIT 25";