PDA

View Full Version : [fixed] Attachment Moderation for Moderators


stilger
Thu 20th Dec '01, 8:33am
In index.php in the mod directory the link for attachment moderation is:


// *************************************************
makenavoption("New Posts","moderate.php?action=posts","<br>");
makenavoption("New Attachments","moderate.php?action=posts");
makenavselect("Moderation Lists");


and should be:

// *************************************************
makenavoption("New Posts","moderate.php?action=posts","<br>");
makenavoption("New Attachments","moderate.php?action=attachments");
makenavselect("Moderation Lists");


Running VB 2.2.1

Thanks

JamesUS
Thu 20th Dec '01, 3:12pm
Confirmed - thank you :)