Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons

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
  #32  
Old 09-17-2008, 06:16 PM
underdog1954 underdog1954 is offline
 
Join Date: Jun 2008
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It's not working for me... I am running 3.7.3 PL1, and it takes the staff back to the off message, just like the normal off setting in the original setup.

Got any suggestions??

Thanks,
underdog1954
Reply With Quote
  #33  
Old 10-31-2008, 11:00 PM
raggyt raggyt is offline
 
Join Date: Oct 2008
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ty poster will give this a go and ty to the guy who added the mod for 3.7
Reply With Quote
  #34  
Old 12-28-2008, 09:30 AM
Elric Elric is offline
 
Join Date: Dec 2008
Location: Germany
Posts: 65
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This work not on vB 3.7.4 pl1 , can you modified this...

Greets

Elric
Reply With Quote
  #35  
Old 01-13-2009, 02:20 AM
music legend music legend is offline
 
Join Date: Mar 2006
Posts: 81
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

any updates for 3.8.0?
Reply With Quote
  #36  
Old 01-26-2009, 09:33 PM
boatswife boatswife is offline
 
Join Date: Sep 2004
Location: Kingsland, GA
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Find this in the product file
Quote:
<title>VDB - usergroup options saving</title>
<hookname>admin_options_processing</hookname>
<phpcode><![CDATA[if (is_array($vbulletin->GPC['setting']['bbactive_groups']))
{
$vbulletin->GPC['setting']['bbactive_groups'] = implode(',', $vbulletin->GPC['setting']['bbactive_groups']);
}]]></phpcode>
</plugin>
<plugin active="1" executionorder="5">
and replace with this
Quote:
<title>VDB - usergroup options saving</title>
<hookname>admin_options_processing</hookname>
<phpcode><![CDATA[if ($oldsetting['varname'] == bbactive_groups)
{
$settings["$oldsetting[varname]"] = implode(',', $vbulletin->GPC['setting']['bbactive_groups']);
}]]></phpcode>
</plugin>
<plugin active="1" executionorder="5">
It's the same as what's posted above, but easier to figure out. This is working fine for me in 3.8
Reply With Quote
  #37  
Old 01-27-2009, 04:31 PM
Mike-D Mike-D is offline
 
Join Date: Jan 2006
Location: Cologne / Germany
Posts: 270
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The newest Version 1.1.4 (including some options) is in German and avaiable located at your-vb
Reply With Quote
  #38  
Old 01-27-2009, 04:58 PM
boatswife boatswife is offline
 
Join Date: Sep 2004
Location: Kingsland, GA
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Mike-D View Post
The newest Version 1.1.4 (including some options) is in German and avaiable located at your-vb

Thank you.
I'm trying to register, but I can't get past the word verification. I type two words with a space and two words without a space. Either way it keeps telling me it's invalid.
Reply With Quote
  #39  
Old 01-27-2009, 11:37 PM
boatswife boatswife is offline
 
Join Date: Sep 2004
Location: Kingsland, GA
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Never mind......was doing something stupid and now I'm registered! LOL
Reply With Quote
  #40  
Old 09-04-2009, 07:38 AM
Markos Markos is offline
 
Join Date: Aug 2006
Posts: 522
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is there a newer English Version out ??
Reply With Quote
  #41  
Old 03-15-2010, 09:39 PM
vitrag24's Avatar
vitrag24 vitrag24 is offline
 
Join Date: Nov 2006
Location: India
Posts: 639
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

update to vb 4.0 plz.
thx.
Reply With Quote
Reply

Thread Tools

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 04:21 AM.


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.08497 seconds
  • Memory Usage 2,294KB
  • 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
  • (3)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
  • (3)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