Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Categories
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
Post Reply 


Messages In This Thread
Categories - kajj9 - 17-04-2010, 07:06 AM
RE: Categories - admin - 17-04-2010 09:05 AM
RE: Categories - admin - 19-04-2010, 08:44 AM

Forum Jump: