confusion
in the instructions for moderate user posts it says
Quote:
4) Open poll.php
find:
if (ismoderator($foruminfo[forumid])) {
$visible=1;
}
AFTER it put:
if ($bbuserinfo[usergroupid]==XX) {
$visible=0;
}
|
problem is there are 2 instances of the find code in poll.php
Quote:
if (ismoderator($foruminfo[forumid])) {
$visible=1;
}
|
so do i add it to both or the first or 2nd instance ?