vB3 Users can see own moderated threads prior to approval

  • Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Radio

    ven0m

    Administrator
    Staff member
    Administrator
    Moderator
    Platinum
    xenForo 2.x.x
    xenForo 1.x.x
    Contributor
    vBulletin All Access Pass
    The Chest
    Verified
    Ultra Platinum VIP
    Platinum VIP
    Gold VIP
    Silver VIP
    Premium
    Member
    Jul 17, 2005
    20,471
    7,711
    321
    localhost
    Heisenberg submitted a new resource:

    - Users can see own moderated threads prior to approval

    vB Version: 3.8.7

    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...

     
    Last edited:

    ven0m

    Administrator
    Staff member
    Administrator
    Moderator
    Platinum
    xenForo 2.x.x
    xenForo 1.x.x
    Contributor
    vBulletin All Access Pass
    The Chest
    Verified
    Ultra Platinum VIP
    Platinum VIP
    Gold VIP
    Silver VIP
    Premium
    Member
    Jul 17, 2005
    20,471
    7,711
    321
    localhost
    I just installed this and works great until you click on the link to view the thread. Then is shows the default no thread page because of permissions.. If you edit showthread.php the following will solve that:

    Find:

    Code:
    [I][B]if ((!$thread['visible'] AND !can_moderate($thread['forumid'], 'canmoderateposts'))[/B][/I]


    Replace with:

    Code:
    [I][B]if ((!$thread['visible'] AND !can_moderate($thread['forumid'], 'canmoderateposts') AND ($thread['postuserid'] != $vbulletin->userinfo['userid'] OR !$vbulletin->userinfo['userid']))[/B][/I]


    Find:

    Code:
    [I][B]AND post.visible = 1[/B][/I]


    Replace with:

    Code:
    [I][B]AND (post.visible = 1 OR (post.visible = 0 AND post.userid = " . intval($vbulletin->userinfo['userid']) . "))[/B][/I]
     
    Thread starter Similar threads Forum Replies Date
    ven0m vB3 Permission change - users can delete own threads with no replies [3.8.x] Addons 0
    ven0m vB3 Show Navbar (breadcrumbs) & Active Users together at bottom of thread [3.8.x] Addons 0
    ven0m vB3 Default avatar for users with no selected avatar [3.8.x] Addons 0
    ven0m vB3 Custom User Pages - Users make pages using html/bbcode on any template safely [3.8.x] Addons 0
    ven0m vB3 Member/User Generator Script - Generate Users for your site! [3.8.x] Addons 0
    ven0m vB3 Speed Users Control [3.8.x] Addons 0
    ven0m vB3 Prevent APNG for users that are not allowed to have GIF images [3.8.x] Addons 0
    ven0m vB3 Exclude Users from Reported Post Emails [3.8.x] Addons 0
    ven0m vB3 Facebook Connect: View "mapped" users [3.8.x] Addons 0
    ven0m vB3 Unlist Specific Users from Reports eMails [3.8.x] Addons 0
    ven0m vB3 Display Online Users Count Everywhere [3.8.x] Addons 0
    ven0m vB3 SSGTI - Auto Ban Under Age Users [3.8.x] Addons 0
    ven0m vB3 myNotes - a notepad for your users, save important notes and reminders [3.8.x] Addons 0
    ven0m vB3 vBD - MixPod MP3 Player on Users Profile [3.8.x] Addons 0
    ven0m vB3 No Logout for Banned Users [3.8.x] Addons 0
    ven0m vB3 Force Style for Selected Users or Groups [3.8.x] Addons 0
    ven0m vB3 Email Reminder for inactive users [3.8.x] Addons 0
    ven0m vB3 Prevent guests/users from using proxies at your forum [3.8.x] Addons 0
    ven0m vB3 Ban Users from a Thread [3.8.x] Addons 0
    ven0m vB3 [1e2] Gravatar as Default Avatar for users without image: auto generate random avatar [3.8.x] Addons 0
    ven0m vB3 Move inactive users to new usergroup [3.8.x] Addons 0
    ven0m vB3 Users Cleanup [3.8.x] Addons 0
    ven0m vB3 Miserable Users [3.8.x] Addons 0
    ven0m vB3 Really Ignored Users in Showthread [3.8.x] Addons 0
    ven0m vB3 Facebook Connect - Allow Your Users To Login With Their Facebook Account [3.8.x] Addons 0
    ven0m vB3 Banned Users List [3.8.x] Addons 0
    ven0m vB3 External Online Users Page [3.8.x] Addons 0
    ven0m vB3 Active Users Legend [3.8.x] Addons 0
    ven0m vB3 Complete Wordpress/Vbulletin Bridge - Share Users And Postings [3.8.x] Addons 0
    ven0m vB3 Create your own vBulletin-Powered html Page [3.8.x] Addons 0
    ven0m vB3 PHPKD - Moderated Attachments Staff Notify [3.8.x] Addons 0
    Similar threads