ModifyOtherSettings

Description

Displays an interface for editing configuration settings that are stored in the database (except caching-related settings).

Syntax

mixed ModifyOtherSettings ([bool $return_config])



Parameter $return_config

Expected type: Boolean
Description: Whether or not to simply return the $config_vars. Default is false.



Return value

Expected type: Mixed
Description:

Possible types
Allowed values Description
Void Returns nothing if $return_config is false
Array of arrays Returns the $config_vars array if $return_config is true. Only used when setting up settings to search from the admin center.


Notes

  • Accessed at index.php?action=admin;area=serversettings;sa=other
  • Requires the admin_forum permission
  • Uses the ModSettings and Help language files (help loaded for the "?" things)
  • Redirects to itself and saves its own settings.
  • Simply returns the config vars array if $return_config is true
Advertisement: