vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Administrative and Maintenance Tools - Allow usergroups to view forum, if forum turned off. (https://vborg.vbsupport.ru/showthread.php?t=127724)

Stoebi 09-26-2006 10:00 PM

Allow usergroups to view forum, if forum turned off.
 
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

teedizz 09-27-2006 07:15 PM

nice, i may install later. great Hack.

hcmagix 09-27-2006 07:41 PM

works fine stoebi, thanks

Snake 09-27-2006 08:35 PM

Nice. This will come in handy! :)

Barakat 09-28-2006 01:46 AM

works nice thanks ..

Stoebi 09-28-2006 06:52 AM

Hi,

thank you very much. :)
But don't forget to click install please.


Regards, Stoebi

FleaBag 09-28-2006 11:20 AM

Nice addition. Thanks for sharing!

Martin-TMGRS 09-29-2006 09:27 AM

Nice works lovely, thanks for this :)

ChavMagnet 10-01-2006 11:49 AM

V.Nice TY *INSTALLED*

Kihon Kata 10-01-2006 01:10 PM

installed!

PoetJA-1975 10-02-2006 12:30 AM

great sharing - Thanx very much - this should be very useful ;)

Jacquii.

pantec 02-24-2007 08:21 AM

Question: Is there a way to MOD the script to check the *NIX Server Load Limit Setting?

I mean when the Admin sets it to a certain level... the script kicks in and shuts the board off automatically?

CCWBumper 02-25-2007 05:05 AM

Thanks, this is exactly what I was wishing I had as I move my forum from one domain to another.... :)

dazed12 05-05-2007 04:59 PM

excellent mod!

YHB 10-17-2007 03:24 PM

Installed. This is Great, Thanks

inciarco 10-30-2007 08:57 PM

Very Interesting Hack, Stoebi!! :up:

Do You Know If It Works With vBulletin 3.6.7 PL1?? ;)

My Best Regards!! ;)

:)

Awjvail 11-08-2007 08:47 PM

This works fine on 3.6.8 PL2.

dtv100 11-23-2007 01:52 AM

Quote:

Originally Posted by Awjvail (Post 1378647)
This works fine on 3.6.8 PL2.

second that test on my forum and work well .

mtlcore 11-23-2007 02:10 AM

does it work with quick reply??

pantec 11-23-2007 01:10 PM

When this is active how do you still give access to the USER CP AREA ???

*The reason to access the user cp area is to update.. ie: a subscription to change the members status from a normally registered member to a VIP Member who would then be given access when this MOD is active.

I hope there is a change to either this script or to something in vBulletin to give users the option to access the USER CP Area when this MOd is activated.

Hope to hear back soon! :)

Fingerprints 02-23-2008 03:15 PM

Works perfectly on 3.6.8! Thank you muchly. :D

Mike-D 04-25-2008 07:28 PM

Quote:

Originally Posted by Fingerprints (Post 1449383)
Works perfectly on 3.6.8! Thank you muchly. :D

Yep, but it doesn't work on 3.6.10 or especially not on 3.7 :(

hcmagix 05-06-2008 05:12 AM

Quote:

Originally Posted by Mike-D (Post 1499279)
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']);



SirHappy 05-06-2008 05:59 AM

thx hcmagix:)

Mike-D 05-06-2008 09:37 AM

Quote:

Originally Posted by hcmagix (Post 1510073)
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 :)

tobaro 05-13-2008 09:56 PM

perfect! many thanks :)

Moyses 05-28-2008 03:44 AM

thank you! works fine on 3.7.0 *click installed*

Quote:

Originally Posted by hcmagix (Post 1510073)
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']);




vitrag24 06-09-2008 08:26 PM

it was nice mod.
can i have same for vb 3.7?

PoetJA-1975 07-07-2008 11:49 AM

Quote:

Originally Posted by hcmagix (Post 1510073)
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.

vitrag24 07-07-2008 07:39 PM

Quote:

Originally Posted by hcmagix (Post 1510073)
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.

underdog1954 09-17-2008 06:16 PM

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

raggyt 10-31-2008 11:00 PM

ty poster will give this a go and ty to the guy who added the mod for 3.7

Elric 12-28-2008 09:30 AM

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

Greets

Elric

music legend 01-13-2009 02:20 AM

any updates for 3.8.0?

boatswife 01-26-2009 09:33 PM

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

Mike-D 01-27-2009 04:31 PM

The newest Version 1.1.4 (including some options) is in German and avaiable located at your-vb :)

boatswife 01-27-2009 04:58 PM

Quote:

Originally Posted by Mike-D (Post 1726298)
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.

boatswife 01-27-2009 11:37 PM

Never mind......was doing something stupid and now I'm registered! LOL

Markos 09-04-2009 07:38 AM

is there a newer English Version out ??

vitrag24 03-15-2010 09:39 PM

update to vb 4.0 plz.
thx.


All times are GMT. The time now is 05:22 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.01364 seconds
  • Memory Usage 1,807KB
  • 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
  • (4)bbcode_php_printable
  • (10)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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