Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

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.