vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   password protected forums (https://vborg.vbsupport.ru/showthread.php?t=141564)

cuphongle 03-09-2007 01:46 PM

password protected forums
 
well, everything is working nice
but i also want my mods to be able to not type in the password everytime
right now supermods/admins dont have to do that

anyone know how i can do that?

doogie88 03-09-2007 02:24 PM

Give moderators permission to the forum, and don't make it password protected?

Zachery 03-09-2007 04:17 PM

If a user is a moderator of the forum they don't have too.

cuphongle 03-10-2007 01:01 AM

ok, but is there any way, to make all my moderators, enter a pass protected forum, without typing any pass, just like super mods, and admins..

Zachariah 03-10-2007 02:46 AM

Quote:

Originally Posted by cuphongle (Post 1199907)
ok, but is there any way, to make all my moderators, enter a pass protected forum, without typing any pass, just like super mods, and admins..

Ok,
If you make this edit it will allow all moderators on the site to bypass all forum password.

Open:
---------
includes/functions.php

Find:
Code:

if (!$password OR ($vbulletin->userinfo['permissions']['adminpermissions'] & $vbulletin->bf_ugp_adminpermissions['cancontrolpanel']) OR ($vbulletin->userinfo['permissions']['adminpermissions'] & $vbulletin->bf_ugp_adminpermissions['ismoderator']) OR can_moderate($forumid))
Change to:
Code:

if (!$password OR ($vbulletin->userinfo['permissions']['adminpermissions'] & $vbulletin->bf_ugp_adminpermissions['cancontrolpanel']) OR ($vbulletin->userinfo['permissions']['adminpermissions'] & $vbulletin->bf_ugp_adminpermissions['ismoderator']) OR can_moderate())

cuphongle 03-11-2007 06:20 PM

thanks :)

GZHQ

thanks alot for that
think its possible if i can put a special group for that?
like i have VIP group, and i dont want them to enter password.

Zachariah 03-19-2007 11:55 AM

Quote:

Originally Posted by cuphongle (Post 1200999)
like i have VIP group, and i dont want them to enter password.

Bypass Passworded Forums by Usergroup ID


All times are GMT. The time now is 07:04 PM.

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.01007 seconds
  • Memory Usage 1,721KB
  • 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
  • (2)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete