php forum
php mysql forum
php mysql smarty
 
Topic Options
#281354 - 10/27/04 03:25 AM Order one table by another in MySQL?
Anno Offline
Code Monkey

Registered: 05/23/01
Posts: 562
Loc: Austria
Trying to fix this bug:<br />http://www.ubbcentral.com/boards/showflat.php/Cat/0/Number/39688<br /><br />Is there a way in MySQL to Order the results retreived from the the Boards table by the sort order of the Categories table? They are related by the category number which is on both tables.

Top
#281355 - 10/27/04 04:05 AM Re: Order one table by another in MySQL? [Re: domain123]
Anno Offline
Code Monkey

Registered: 05/23/01
Posts: 562
Loc: Austria
OK, found a solution.<br />As an example for the postlist jump menu:<br /><br />In ubbt.inc.php<br />in function jump_box<br /><br />Find<br /><br /> $query = "<br /> SELECT Bo_Number,Bo_Title,Bo_Keyword,Bo_Cat,Bo_CatName,Bo_Sorter<br /> FROM {$config['tbprefix']}Boards<br /> WHERE Bo_Active='1'<br /> $groupquery<br /> $thiscat<br /> ORDER BY Bo_Cat,Bo_Sorter<br /><br />Replace with<br /><br /> $query = "<br /> SELECT t1.Bo_Number,t1.Bo_Title,t1.Bo_Keyword,t1.Bo_Cat,t1.Bo_CatName,t1.Bo_Sorter<br /> FROM {$config['tbprefix']}Boards AS t1<br /> LEFT JOIN {$config['tbprefix']}Category AS t2 ON t1.Bo_Cat = t2.Cat_Entry<br /> WHERE Bo_Active='1'<br /> $groupquery<br /> $thiscat<br /> ORDER BY t2.Cat_Number ,t1.Bo_Sorter

Top


Who's Online
1 registered (Gizmo), 23 Guests and 12 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
Forum 'Trader Ratings'.
by blaaskaak
11/20/08 08:27 AM
Problems reading a lot of old posts here
by Ruben Rocha
11/18/08 04:33 PM
PhotoPost BB Code Popup
by Iann128
11/15/08 01:24 PM
Customization needed
by Gizmo
11/12/08 12:28 PM
Team UBBDev Rides Again!
by AllenAyres
11/11/08 02:16 PM
Active Topics.
by AllenAyres
11/11/08 02:13 PM
Looking for a simple upload script
by AllenAyres
11/11/08 02:12 PM
New Mods
Forum 'Trader Ratings'.
by McLemore
11/19/08 02:14 PM
[7.4] Keep log of custom title changes
by blaaskaak
10/27/08 07:51 AM
User Authentication Class
by
01/19/07 02:59 PM
Multiple Identity Detector
by
12/30/06 06:39 PM
PhotoPost BB Code Popup
by
11/06/06 05:43 PM
Newest Members
Begbie, cenk, MATTO, DougMMcts, tim Anderson
13361 Registered Users
Top Posters
AllenAyres 25448
JoshPet 11330
Rick 8372
LK 7396
Lord Dexter 6503
Greg Hard 5533
Charles Capps 5438

 

 

 
fusionbb message board php hacks