Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   BT.Manager (phpMyBitTorrent) (http://www.bvlist.com/forumdisplay.php?f=23)
-   -   Categories block problem (http://www.bvlist.com/showthread.php?t=1851)

Azurious 20th January 2009 13:03

Categories block problem
 
Categories not showing in correct order as they are set by me in block wat can be the problem :unknown:

joeroberts 20th January 2009 15:56

Open theme main.php
find
PHP Code:

            $rq "SELECT id, name FROM ".$db_prefix."_categories ORDER BY name"

replace with
PHP Code:

            $rq "SELECT id, name FROM ".$db_prefix."_categories ORDER BY sort_index, id ASC"


Azurious 20th January 2009 17:04

thanks solved


All times are GMT +2. The time now is 22:08.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.