is_member_of improvement.
This modification is in the archives.
Requested by Boofo
Some people want to check for multiple groups at once, instead of having to slam OR is_member_of(anothercheck) together for each group, if you apply this hack it will be simple to check for multiple groups. The format for the function is now, Code:
is_member_of($bbuserinfo, ID1, ID2, ID3,.....); Find the function in includes/functions.php ~line 190 and replace it with the following. This should not affect any current is_member_of conditionals you're using. PHP Code:
function is_member_of()
Download No files for download. |
Similar Mods
[Improvement] vBStats -> Top Posters list PHP-code improvement (much less queries) | vBulletin 2.x Full Releases |
[Improvement] vBStats -> Member Referrer list PHP-code improvement (much less queries | vBulletin 2.x Full Releases |