HomeNotesSort Articles Alphabetically in 6.1
1375 days ago in 
Reactions: 2 comments 7 points0 reports
 
 

Sort Articles Alphabetically in 6.1

inc/classes/bxdolarticles.php

function getArticlesList( $iCategoryID )

add:

ORDER BY `Title`

to:

$sArticlesQuery = "

so it looks like:

$sArticlesQuery = "
SELECT `Title`, `Text`, DATE_FORMAT( `Date`, '{$short_date_format}' ) AS Date, `ArticlesID`, `ArticleFlag`, `ownerID`
FROM `Articles`
WHERE `CategoryID` = '{$iCategoryID}'
ORDER BY `Title`
";

Plussed by

 
 
 
 

Comments

Oldest First
|
Threaded
 
 
Please login to post a comment.
Synergy
Thanks... works great.
gameutopia
Hey Mr. P,

Can I have the ability to sort articles based on my "mood"?

Hey Just kidding!!

This place seems a little tense lately and thought it needs a little cooling off with all the drama and all that jazz!!

2 thumbs up on this!! I'm sure this will benefit a number of members!!

As always I look forward to your next guide or idea!!
 
 
 
PET:0.053848028182983