Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Allow usergroups to view forum, if forum turned off. Details »»
Allow usergroups to view forum, if forum turned off.
Version: 1.05, by Stoebi Stoebi is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Administrative and Maintenance Tools - Version: 3.6.1 Rating:
Released: 09-26-2006 Last Update: Never Installs: 100
Uses Plugins
 
No support by the author.

Based on the idea of Mephisteus Allow usergroups to view disabled board
Many thx to KirbyDE for his help

This version works with vB 3.5.4 and 3.6.x. No file, db, templates changes needed.
Import the product and have "fun". Please delete older versions and copy (reinstall) the original file global.php back from your vBulletin archive.

AdminCP -> vBulletin Options -> Turn Your vBulletin On and Off -> Allow usergroups to view disabled board

Default = 5,7 ( Moderators, Super Moderators)


You'll find 4 files in the archive file:
product-vdb_270906_354_de for vB 3.5.4 language german
product-vdb_270906_354_en for vB 3.5.4 language english
product-vdb_270906_36x_de for vB 3.6.x language german
product-vdb_270906_36x_en for vB 3.6.x language english


Regards, Stoebi

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 02-23-2008, 03:15 PM
Fingerprints Fingerprints is offline
 
Join Date: Oct 2005
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Works perfectly on 3.6.8! Thank you muchly.
Reply With Quote
  #23  
Old 04-25-2008, 07:28 PM
Mike-D Mike-D is offline
 
Join Date: Jan 2006
Location: Cologne / Germany
Posts: 270
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Fingerprints View Post
Works perfectly on 3.6.8! Thank you muchly.
Yep, but it doesn't work on 3.6.10 or especially not on 3.7
Reply With Quote
  #24  
Old 05-06-2008, 05:12 AM
hcmagix hcmagix is offline
 
Join Date: Mar 2006
Location: Berlin / Germany
Posts: 93
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Mike-D View Post
Yep, but it doesn't work on 3.6.10 or especially not on 3.7
Peter is ill and told me posting follow solution here:

search Hook admin_options_processing with title VDB - usergroup options saving

replace the content with

PHP Code:
if ($oldsetting['varname'] == bbactive_groups)
{
 
$settings["$oldsetting[varname]"] = implode(','$vbulletin->GPC['setting']['bbactive_groups']);

Reply With Quote
  #25  
Old 05-06-2008, 05:59 AM
SirHappy SirHappy is offline
 
Join Date: Jul 2007
Posts: 132
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thx hcmagix
Reply With Quote
  #26  
Old 05-06-2008, 09:37 AM
Mike-D Mike-D is offline
 
Join Date: Jan 2006
Location: Cologne / Germany
Posts: 270
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by hcmagix View Post
Peter is ill and told me posting follow solution here:...
Gee, exactly what I've searched for. Thank you so much to you and Peter
Reply With Quote
  #27  
Old 05-13-2008, 09:56 PM
tobaro tobaro is offline
 
Join Date: Jul 2007
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

perfect! many thanks
Reply With Quote
  #28  
Old 05-28-2008, 03:44 AM
Moyses's Avatar
Moyses Moyses is offline
 
Join Date: Mar 2002
Location: El Salvador
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thank you! works fine on 3.7.0 *click installed*

Quote:
Originally Posted by hcmagix View Post
Peter is ill and told me posting follow solution here:

search Hook admin_options_processing with title VDB - usergroup options saving

replace the content with

PHP Code:
if ($oldsetting['varname'] == bbactive_groups)
{
 
$settings["$oldsetting[varname]"] = implode(','$vbulletin->GPC['setting']['bbactive_groups']);

Reply With Quote
  #29  
Old 06-09-2008, 08:26 PM
vitrag24's Avatar
vitrag24 vitrag24 is offline
 
Join Date: Nov 2006
Location: India
Posts: 639
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

it was nice mod.
can i have same for vb 3.7?
Reply With Quote
  #30  
Old 07-07-2008, 11:49 AM
PoetJA-1975's Avatar
PoetJA-1975 PoetJA-1975 is offline
 
Join Date: Sep 2006
Location: Meh...
Posts: 1,218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by hcmagix View Post
Peter is ill and told me posting follow solution here:

search Hook admin_options_processing with title VDB - usergroup options saving

replace the content with

PHP Code:
if ($oldsetting['varname'] == bbactive_groups)
{
 
$settings["$oldsetting[varname]"] = implode(','$vbulletin->GPC['setting']['bbactive_groups']);

Nice! Thanx - now works fabulously with 3.7.2

Jacquii.
Reply With Quote
  #31  
Old 07-07-2008, 07:39 PM
vitrag24's Avatar
vitrag24 vitrag24 is offline
 
Join Date: Nov 2006
Location: India
Posts: 639
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by hcmagix View Post
Peter is ill and told me posting follow solution here:

search Hook admin_options_processing with title VDB - usergroup options saving

replace the content with

PHP Code:
if ($oldsetting['varname'] == bbactive_groups)
{
 
$settings["$oldsetting[varname]"] = implode(','$vbulletin->GPC['setting']['bbactive_groups']);

Thanks.
Working in my 3.7.1 now..
Thx a lot.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 05:58 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06070 seconds
  • Memory Usage 2,328KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_php
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete