Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Categories

In this Discussion

Who's Online 18

6apxatCurtisOdenHotBlackchuck911ericgilletteestlf349141590tc74x00 +9 guests

GetDiscussionList

GetDiscussionList function takes just one Category ID, to pull discussions from just one category.
function GetDiscussionList($RowsPerPage, $CurrentPage, $CategoryID) {
$CategoryID = ForceInt($CategoryID, 0);
......
}


Just a suggestion that it should take in an array of categories, So i can pull discussions from multiple categories at once. This is usefull for a subcategory extension. right now you have to block categories you do not want leaving only the ones that you do want. Not an ideal solution for pulling multiple categories.

same is required for GetDiscussionCount

Comments

This discussion has been closed.