This file handles the core of SimpleDesk's administrative information and options from within SMF's own admin panel.
Enforces that users attempting to access the area have either forum or helpdesk administrative privileges, loads the SimpleDesk administrative CSS and Javascript and promptly directs users to the specific function for the task they are performing.
This function primarily collects information about SimpleDesk before handing over to the template:
This function handles all the sub areas under General Options, and adds the options listed below in $modSettings. Display options
Parameter: $return_config
Expected type: mixed
Parameter: $override
Expected type: mixed
Default: ''
SMF 2.0 features an admin search area, and to identify what settings there are, it calls the function that will handle the searching, which is required to then return a list of possible options' language strings. Since all of the SD options are currently handled in a single parameterised function, we have to provide a non-parameterised version that the ACP can call, which is this function.
Parameter: $return_config
Expected type: bool
Whether to return configuration items or not; this is provided solely for SMF ACP compatibility (it expects to pass bool true in to get a list of options)
SMF 2.0 features an admin search area, and to identify what settings there are, it calls the function that will handle the searching, which is required to then return a list of possible options' language strings. Since all of the SD options are currently handled in a single parameterised function, we have to provide a non-parameterised version that the ACP can call, which is this function.
Parameter: $return_config
Expected type: bool
Whether to return configuration items or not; this is provided solely for SMF ACP compatibility (it expects to pass bool true in to get a list of options)
SMF 2.0 features an admin search area, and to identify what settings there are, it calls the function that will handle the searching, which is required to then return a list of possible options' language strings. Since all of the SD options are currently handled in a single parameterised function, we have to provide a non-parameterised version that the ACP can call, which is this function.
Parameter: $return_config
Expected type: bool
Whether to return configuration items or not; this is provided solely for SMF ACP compatibility (it expects to pass bool true in to get a list of options)
SMF 2.0 features an admin search area, and to identify what settings there are, it calls the function that will handle the searching, which is required to then return a list of possible options' language strings. Since all of the SD options are currently handled in a single parameterised function, we have to provide a non-parameterised version that the ACP can call, which is this function.
Parameter: $return_config
Expected type: bool
Whether to return configuration items or not; this is provided solely for SMF ACP compatibility (it expects to pass bool true in to get a list of options)
This function loads the language strings, and hands off to {@link} to perform the actual log generation. Before doing so, however, this function will also prepare for deletion of old entries, as well as sorting out the columns and ordering rules before handing control to the other function.
Very small function because essentially it just loads a template; there is no logic or processing to actually perform.
This defines the list of peoples' names, and none of it will be in language strings; the actual category titles and positions will be, but the names themselves can live in this file normally.
Page created in 0.016 seconds with 11 queries.