ModifyRegistrationSettings

Description

Handles all registration-related settings.

Syntax

mixed ModifyRegistrationSettings ([bool $return_config])



Parameter $return_config

Expected type: Boolean
Description: Whether or not to return the $config_vars array (see AdminSearch and AdminSearchInternal)



Return value

Expected type: Mixed
Description: Returns the array of config_vars if $return_config is true, otherwise returns nothing

Possible types
Allowed values Description
Void If return_config is false, doesn't return anything
Array of arrays The $config_vars array containing arrays of information about each setting


Notes

  • Accessed from ?action=admin;area=registration;sa=settings
  • Requires the admin_forum permission
  • Uses the show_settings sub-template
  • Returns the config vars if $return_config is true
Advertisement: