vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   3 Admin Tools: Remove Redirect, Edit Posts, & Moderate User (https://vborg.vbsupport.ru/showthread.php?t=14075)

CJ 04-28-2001 09:18 AM

Bira, it might not be a bug in teh hack than, but to put users on moderated you need a seperate usergroup, right? Well you need to be careful there. Be sure you disable private forums for that usergroup.

bira 04-28-2001 09:21 AM

CJ - you can't possibly say that if an admin doesn't grant appropriate usergroup permissions per forum, that's a bug?!? :confused:

Private Forums permissions have NOTHING to do with placing a user under moderation of his posts.

I have a user who HAS access to a private forum but his posts are under moderation because he has a tendency to use foul launguage.

Forum permissions are about access and other rights you give or take from users and usergroups.

ALL this hack does is put a user's new post or new thread in the moderation queue, rather than automatically make it public.

bira 04-28-2001 09:32 AM

Fourth Admin Tool added at Eva2000's request :D

Prune Redirects in Moderators CP

CJ 04-28-2001 09:38 AM

Yeah sorry, I wasn't sure at first how this hack worked and if it would be part of the hack.

Sorry, and good hacks anyway

Quote:

Originally posted by bira
CJ - you can't possibly say that if an admin doesn't grant appropriate usergroup permissions per forum, that's a bug?!? :confused:

Private Forums permissions have NOTHING to do with placing a user under moderation of his posts.

I have a user who HAS access to a private forum but his posts are under moderation because he has a tendency to use foul launguage.

Forum permissions are about access and other rights you give or take from users and usergroups.

ALL this hack does is put a user's new post or new thread in the moderation queue, rather than automatically make it public.


RobAC 04-28-2001 10:50 AM

Bira,

Awesome job! I'm looking forward to insalling this one. I'm holding off with installing anymore hacks until the final production version of 2.0 is out. This hack along with a couple of tubedogg's hacks are on the top of my list! :D

bira 04-28-2001 11:01 AM

thanks :) :) :)

julius 05-02-2001 09:37 AM

Place User's Posting under Moderation (I like it! :) )

A little bug:
If there is a poll in the post, the hack doesn't work.

bira 05-03-2001 09:07 AM

Hi Julius,

Thanks for picking up on that.

For those interested, here's the fix:

Code:

Open poll.php

find:

    if (ismoderator($foruminfo[forumid])) {
        $visible=1;
    }

AFTER it put:

    if ($bbuserinfo[usergroupid]==XX) {
              $visible=0;
    }

(Where XX equals the usergroup id of your new group.)

I also updated the download file in the first post. Cheers!

eva2000 05-22-2001 12:56 AM

hey bira are these vB 2.0.0 final compliant? :)

RobAC 05-22-2001 01:13 PM

Good question eva2000. I'd like to install this hack but only if it's 2.0 Gold compliant. "Is bira in the house???" :D


All times are GMT. The time now is 06:21 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01158 seconds
  • Memory Usage 1,735KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete