Users can see own moderated threads prior to approval
On my forum, to prevent spam, threads from new users are checked for common spam keywords, including links. If any such keywords are found, the thread gets auto-moderated.
In order to prevent double-posting, I decided it was necessary for users to be able to see their own moderated threads in the forum listings before they get approved. Nobody reads the redirection message shown, so I hope that this will be more effective in preventing duplicates. Moderated threads from unregistered users will not be shown to those users. Open forumdisplay.php, Find: PHP Code:
if (!($forumperms & $vbulletin->bf_ugp_forumpermissions['canseedelnotice']))
PHP Code:
if ($vbulletin->userinfo['userid'])
Download No files for download. |