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"); |
|||
« Next Oldest | Next Newest »
|
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
|