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)

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 09:03 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.01038 seconds
  • Memory Usage 1,734KB
  • 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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