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)

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.


All times are GMT. The time now is 02:13 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.01188 seconds
  • Memory Usage 1,749KB
  • 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
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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