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`
";
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!!