Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Categories
17-04-2010, 07:06 AM
Post: #1
Categories
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
Find all posts by this user
Quote this message in a reply
17-04-2010, 09:05 AM (This post was last modified: 17-04-2010 09:06 AM by admin.)
Post: #2
RE: Categories
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");
Find all posts by this user
Quote this message in a reply
19-04-2010, 08:44 AM
Post: #3
RE: Categories
i fix the problem at new installation file

you can download it
find include/functions.php

and replace with new one
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: