Hello,
I am working on a little modification on my forum (vb2), and i came up with this problem...
I want to have an IF-structure like this (took it from postings.php):
PHP Code:
if (ismoderator($threadinfo[forumid])
{
***blah blah***
}
But the problem is this somehow selects all moderators.
I want it to select the moderators of that particular forum only!
Would there be a solution for this?