Free Adult Tube-Video Script Forum

Full Version: Categories
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
when adding Categories
how do we get them in alphabetical order

we put them in alphabetical order but they did not list in alphabetical order

is there any way to fix this

thanks
hi
you are right there is category name ordering bug
i m not avaible to fix it now but you can fix it in your script
in include/functions.php

for videos :
find
$result = mysql_query("select * from category");
and chage it to
$result = mysql_query("select * from category order by category");

for games :
find
$result = mysql_query("select * from category_game");
and change to
$result = mysql_query("select * from category_game order by category");
i fix the problem at new installation file

you can download it
find include/functions.php

and replace with new one
Reference URL's