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

Reply
 
Thread Tools
Enable/Disable many settings in vb {custom and default}. Version 2.1 Details »»
Enable/Disable many settings in vb {custom and default}. Version 2.1
Version: 2.1.1, by Developer Developer is offline
Developer Last Online: Nov 2010 Show Printable Version Email this Page

Version: 3.5.4 Rating:
Released: 01-21-2006 Last Update: 04-14-2006 Installs: 39
DB Changes Uses Plugins
Additional Files  
No support by the author.

Description::.
This hack allows to you to Enable/Disable many settings in vb.
and i had grouped some VB Default settings.
[Hack Features::.
Custom Settings In VB.
1-Enable/Disable User CP.
2-Enable/Disable Print Thread.
3-Enable/Disable Profile Edit.
4-Enable/Disable Profile View.
5-Enable/Disable Contact US.
6-Enable/Disable Announcements.
7-Enable/Disable Report post.
Default Settings In VB.
8-Enable/Disable Forum Leaders.
9-Enable/Disable Calendar.
10-Enable/Disable Faq.
11-Enable/Disable Memberlist.
12-Enable/Disable PM.
13-Enable/Disable Reputation.
14-Enable/Disable Search.
15-Enable/Disable Who's Online.
Admin Controllable
From Usergroups ==> Usergroup Manager ==> Edit Usergroup ==> Enable and Disable Custom Settings In VB. AND Enable and Disable Default Settings In VB.]
Installation::.
1-Import The Product.
2-Upload bitfield_onoffmanysettings.xml AND bitfield_onoffmanysettings2.xml
to includes\xml
History::.
1.0.0 On 22. Jan 2006 Initial Version.
2.0.0 On 24. Jan 2006 Permissions Now are given by Groups, Added 9 new Features.
2.1.0 On 24. Jan 2006 Fix Sql Query
2.1.1 On 18. Apr 2006 Fix Print thread bug
Hack Languages
allan Had translate the hack to french. here
Hellraider Had translate the hack to german. here
Donation::.
Feel Free To
aT lAsT
IF YOu lIkE iT cLIcK InsTall
Support Given For Who Clicked Install {ONLY}

Show Your Support

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

Comments
  #22  
Old 01-23-2006, 09:09 PM
creedmaniac creedmaniac is offline
 
Join Date: Jan 2006
Location: South Carolina
Posts: 180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

getting an error when i try to save settings...also...could you explain what each option does...like 12-Enable/Disable PM...does it enable people using pms? or just the pm screen? or 8-Enable/Disable Forum Leaders....does that make it so this group appears in the list, or can view the list?

here is the error

Code:
Database error in vBulletin 3.5.3:

Invalid SQL:
UPDATE vb1usergroup SET

### UPDATE QUERY GENERATED BY fetch_query_sql() ###
	`title` = '(COPPA) Users Awaiting Moderation',
	`description` = '',
	`usertitle` = '',
	`opentag` = '',
	`closetag` = '',
	`passwordexpires` = '0',
	`passwordhistory` = '0',
	`allowhtmlpermissions` = '0',
	`forumpermissions` = '655367',
	`attachlimit` = '0',
	`pmquota` = '50',
	`pmpermissions` = '0',
	`pmsendmax` = '0',
	`calendarpermissions` = '1',
	`wolpermissions` = '0',
	`adminpermissions` = '0',
	`genericpermissions` = '67',
	`genericoptions` = '16',
	`profilepicmaxwidth` = '100',
	`profilepicmaxheight` = '100',
	`profilepicmaxsize` = '65535',
	`avatarmaxwidth` = '80',
	`avatarmaxheight` = '80',
	`avatarmaxsize` = '20000',
	`endiscpvb` = '255',
	`endiscp` = '127'
WHERE usergroupid=4;

MySQL Error  : Unknown column 'endiscpvb' in 'field list'
Error Number : 1054
Date         : Monday, January 23rd 2006 @ 06:06:40 PM
Script       : http:///usergroup.php
Referrer     : http:///usergroup.php?do=edit&usergroupid=4
IP Address   : ****
Username     : ****
Classname    : ****
Reply With Quote
  #23  
Old 01-23-2006, 10:55 PM
TR?PST?R TR?PST?R is offline
 
Join Date: Jan 2006
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You spelled print rong
Reply With Quote
  #24  
Old 01-23-2006, 11:01 PM
Developer's Avatar
Developer Developer is offline
 
Join Date: Sep 2005
Location: EgYpT
Posts: 662
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by creedmaniac
getting an error when i try to save settings...also...could you explain what each option does...like 12-Enable/Disable PM...does it enable people using pms? or just the pm screen? or 8-Enable/Disable Forum Leaders....does that make it so this group appears in the list, or can view the list?

here is the error

Code:
Database error in vBulletin 3.5.3:

Invalid SQL:
UPDATE vb1usergroup SET

### UPDATE QUERY GENERATED BY fetch_query_sql() ###
	`title` = '(COPPA) Users Awaiting Moderation',
	`description` = '',
	`usertitle` = '',
	`opentag` = '',
	`closetag` = '',
	`passwordexpires` = '0',
	`passwordhistory` = '0',
	`allowhtmlpermissions` = '0',
	`forumpermissions` = '655367',
	`attachlimit` = '0',
	`pmquota` = '50',
	`pmpermissions` = '0',
	`pmsendmax` = '0',
	`calendarpermissions` = '1',
	`wolpermissions` = '0',
	`adminpermissions` = '0',
	`genericpermissions` = '67',
	`genericoptions` = '16',
	`profilepicmaxwidth` = '100',
	`profilepicmaxheight` = '100',
	`profilepicmaxsize` = '65535',
	`avatarmaxwidth` = '80',
	`avatarmaxheight` = '80',
	`avatarmaxsize` = '20000',
	`endiscpvb` = '255',
	`endiscp` = '127'
WHERE usergroupid=4;

MySQL Error  : Unknown column 'endiscpvb' in 'field list'
Error Number : 1054
Date         : Monday, January 23rd 2006 @ 06:06:40 PM
Script       : http:///usergroup.php
Referrer     : http:///usergroup.php?do=edit&usergroupid=4
IP Address   : ****
Username     : ****
Classname    : ****
try to run this query [sql]ALTER TABLE usergroup ADD endiscpvb INT( 10 ) UNSIGNED DEFAULT '0' NOT NULL[/sql]
ie. if you disable pm as in attachment it appears vb. message says that pms are disabled and this group can't access pm that's all
Reply With Quote
  #25  
Old 01-23-2006, 11:36 PM
hiiped hiiped is offline
 
Join Date: Jan 2006
Posts: 151
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TR?PST?R
You spelled print rong

you spelt wrong, "rong"

LOL

j/k
Reply With Quote
  #26  
Old 01-23-2006, 11:37 PM
Developer's Avatar
Developer Developer is offline
 
Join Date: Sep 2005
Location: EgYpT
Posts: 662
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i Have fix sql query and tried it several times 2.1 released
Reply With Quote
  #27  
Old 02-02-2006, 09:41 PM
Tk1 Tk1 is offline
 
Join Date: Jan 2006
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ah, this is a nice mod.

Is it possible to enable/disable the 'password change' and 'forgot password' options ?

If not, would this be possible or easy to incorporate into this?
Reply With Quote
  #28  
Old 02-20-2006, 01:57 PM
Developer's Avatar
Developer Developer is offline
 
Join Date: Sep 2005
Location: EgYpT
Posts: 662
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

allan Had translate the hack to french. here
Hellraider Had translate the hack to german. here
Reply With Quote
  #29  
Old 04-13-2006, 11:26 AM
El-Gazaly El-Gazaly is offline
 
Join Date: Apr 2006
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks >>Developer

Good Work, installed
Reply With Quote
  #30  
Old 04-14-2006, 04:51 AM
NiTRoN NiTRoN is offline
 
Join Date: Dec 2005
Location: Big Ditch
Posts: 95
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I don't know if its just me.. but when I have "Enable Print Threads" set.. I still get error msg saying "Administrator Has Disabled Print Threads".. ne1 else with this issue?
Reply With Quote
  #31  
Old 04-14-2006, 03:40 PM
Ambie Ambie is offline
 
Join Date: Apr 2005
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by NiTRoN
I don't know if its just me.. but when I have "Enable Print Threads" set.. I still get error msg saying "Administrator Has Disabled Print Threads".. ne1 else with this issue?

I am having the same issue.
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 07:21 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.07731 seconds
  • Memory Usage 2,311KB
  • 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
  • (2)bbcode_code
  • (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