Сегодня: 20:04:2026 Доброй вам ночи!

I live ExBB and CMS Limbo!  I live ExBB and CMS Limbo!
Логин :
Пароль :
Регистрация?  Забыли пароль? 
 

Страниц (117): В начало « ... 43 44 45 46 [47] 48 49 50 51 ... » В конец

> Найдено сообщений: 1170
NordWest Отправлено: 19 марта 2017 — 13:59 • Тема: Назначение файлов • Форум: SMF Community

Ответов: 99
Просмотров: 60520
ManageSearch.php - Handles all the functionality related to search settings in the admin center.

CreateMessageIndex', 'Creates a custom search index for the messages table.
EditSearchMethod', 'Edit the search method and search index used.
EditSearchSettings', 'Edit some general settings related to the search function.
EditWeights', 'Edit the relative weight of the search factors.
loadSearchAPIs', 'Loads up available search APIs.ManageSearch', 'Main entry point for the admin search settings screen.
NordWest Отправлено: 19 марта 2017 — 13:59 • Тема: Назначение файлов • Форум: SMF Community

Ответов: 99
Просмотров: 60520
ManageScheduledTasks.php - Handles everything related to scheduled tasks.

EditTask', 'Handles editing of a specific scheduled task.
list_getNumTaskLogEntries', 'Determines how many task log entries there are.
Loads up information about all the scheduled tasks so you can manage them.
list_getTaskLogEntries', 'Gets a list of task log entries for the task log.
ManageScheduledTasks', 'Handles management of scheduled tasks - viewing them, editing them and viewing the scheduled task log.
ScheduledTasks', 'Displays the scheduled tasks and allows you to enable/disable them as well as run them now.
TaskLog', 'Shows a log of all tasks that have taken place.
NordWest Отправлено: 19 марта 2017 — 13:59 • Тема: Назначение файлов • Форум: SMF Community

Ответов: 99
Просмотров: 60520
ManageRegistration.php - This file helps the administrator setting registration settings and policy as well as allow the administrator to register new members themselves.

AdminRegister', 'Allows the admin to register a new member through the admin center.
EditAgreement', 'Allows the administrator to edit the registration agreement, and choose whether it should be shown or not.
ModifyRegistrationSettings', 'Handles all registration-related settings.
RegCenter', 'Loads up the admin registration center.
SetReserve', 'This function sets up the interface for editing reserved names.
NordWest Отправлено: 19 марта 2017 — 13:58 • Тема: Назначение файлов • Форум: SMF Community

Ответов: 99
Просмотров: 60520
ManagePosts.php - This file contains all the screens for managing Posts and Topics settings.

ManagePostSettings', 'The main entrance point for the \'Posts and topics\' screen.
ModifyBBCSettings', 'Set a few Bulletin Board Code settings.
ModifyPostSettings', 'Set any setting related to posts and posting.
ModifyTopicSettings', 'Set any setting related to topics.
SetCensor', 'Shows an interface to set and test word censoring.
NordWest Отправлено: 19 марта 2017 — 13:58 • Тема: Назначение файлов • Форум: SMF Community

Ответов: 99
Просмотров: 60520
ManagePermissions.php - ManagePermissions handles all possible permission stuff.

EditPermissionProfiles', 'This function handles adding, editing and deleting of permissions profiles.
GeneralPermissionSettings', 'A screen to set up some general permission-related settings.
init_inline_permissions', 'Internal function to initialise the inline permission settings.
loadAllPermissions', 'Internal function to load permissions into $context[\'permissions\'].
loadIllegalGuestPermissions', 'Loads up an array of permissions that guests can\'t have.
loadIllegalPermissions', 'Loads up any permissions that the current user cannot grant.
loadPermissionProfiles', 'Loads up all available permissions profiles for editing.
ModifyMembergroup', 'Modify permissions (local or global) for a particular group.
ModifyMembergroup2', 'Saves permissions for a particular group.
ModifyPermissions', 'The main entrance point for modifying permissions.
ModifyPostModeration', 'Presents a nice screen for applying post moderation.
PermissionByBoard', 'Shows a list of boards and their assigned permissions profiles, and allows you to change each board\'s profile.
PermissionsIndex', 'The default "Manage Permissions" screen.
save_inline_permissions', 'Saves permissions from an inline permissions form.
setPermissionLevel', 'Internal function used to set up pre-defined permissions levels.
SetQuickGroups', 'Handles permission modification actions from the upper part of the permission manager index.
theme_inline_permissions', 'Function called by templates to show a list of permissions settings.
updateChildPermissions', 'Updates permissions for any groups that are based off the specified group.
NordWest Отправлено: 19 марта 2017 — 13:58 • Тема: Назначение файлов • Форум: SMF Community

Ответов: 99
Просмотров: 60520
ManagePaid.php - This file contains functions for managing paid subscriptions and related settings.

addSubscription', 'Add or extend a subscription for a user.
list_getSubscribedUserCount', 'Gets and returns the number of users subscribed to a particular subscription.
list_getSubscribedUsers', 'Gets information about the users subscribed to a particular subscription and returns it for the list.
loadPaymentGateways', 'Loads up information about any available payment gateways.
loadSubscriptions', 'Loads up the $context[\'subscriptions\'] array, which contains information about all the subscriptions.
ManagePaidSubscriptions', 'Main entry point for managing paid subscriptions.
ModifySubscription', 'Handles adding, editing and deleting a subscription.
ModifySubscriptionSettings', 'Handles settings related to paid subscriptions.
ModifyUserSubscription', 'Add or edit a user subscription.
reapplySubscriptions', 'Re-applies subscription rules to the specified user/users.
removeSubscription', 'Removes a subscription for a user.
ViewSubscribedUsers', 'View a list of all users who are subscribed to a particular subscription.
ViewSubscriptions', 'Shows a list of all current subscriptions.
NordWest Отправлено: 19 марта 2017 — 13:58 • Тема: Назначение файлов • Форум: SMF Community

Ответов: 99
Просмотров: 60520
ManageNews.php - This file is responsible for handling everything in the "News and Newsletters" section of the admin center.

ComposeMailing', 'Shows the form to edit the newsletter and its recipients.
EditNews', 'Handles adding and editing of news items.
ManageNews', 'The entrance point for all News and Newsletter screens.
ModifyNewsSettings', 'Set general news and newsletter settings and permissions.
SelectMailingMembers', 'Allows a user to select the membergroups to send their mailing to.
SendMailing', 'Handles the sending of the forum mailing in batches.
NordWest Отправлено: 19 марта 2017 — 13:57 • Тема: Назначение файлов • Форум: SMF Community

Ответов: 99
Просмотров: 60520
ManageMembers.php - Contains functions necessary for managing members. In 1.0.x, this file also contains functions for managing membergroups and various other member-related functions.

AdminApprove', 'Handles activating/approving/deleting/reminding members, based on the admin\'s choice.
AdminBrowse', 'Loads up a list of accounts that have not been activated and/or approved yet, allowing the admin to do what they want with these accounts.
jeffsdatediff', 'Internal utility function used for calculating the difference between two dates. Takes time offset values into account.
MembersAwaitingActivation', 'Shows a list of members awaiting approval or activation.
SearchMembers', 'Search the member list, using one or more criteria.
ViewMemberlist', 'Shows a list of members.
ViewMembers', 'The main function for the admin member interface.
NordWest Отправлено: 19 марта 2017 — 13:57 • Тема: Назначение файлов • Форум: SMF Community

Ответов: 99
Просмотров: 60520
ManageMembergroups.php - This file contains all the functions necessary for membergroup management in the admin center. Many of the functions in this file are found in ManageMembers.php in 1.0.x

AddMembergroup', 'This function handles adding new membergroups - loads information for the interface and also handles inserting the new membergroup information.
DeleteMembergroup', 'This function handles deletion of a membergroup.
EditMembergroup', 'This function loads up information for modifying an existing group.
MembergroupIndex', 'Loads information about all the membergroups.
ModifyMembergroups', 'This is the main membergroup management function. It loads up all the information, sets up the sub-actions and checks permissions before calling the appropriate function.
ModifyMembergroupSettings', 'Set some general membergroup settings and permissions.
NordWest Отправлено: 19 марта 2017 — 13:57 • Тема: Назначение файлов • Форум: SMF Community

Ответов: 99
Просмотров: 60520
ManageMaintenance.php - This file contains functions for various forum maintenance tasks.

AdminBoardRecount', 'This function recounts many forum totals that can be recounted automatically without harm.
ConvertEntities', 'Converts HTML-entities to UTF-8 characters.
convertUtf8', 'Convert both data and database tables to UTF-8 character set.
MaintainCleanCache', 'Cleans the cache.
MaintainDatabase', 'Handles the functionality for the maintain database area.
MaintainDownloadBackup', 'Handling function for database backups.
MaintainEmptyUnimportantLogs', 'Empties unimportant logs.
MaintainFindFixErrors', 'Find and fix all the errors.
MaintainMassMoveTopics', 'Moves topics from one board to another.
MaintainMembers', 'Supporting function for the maintain members area.
MaintainPurgeInactiveMembers', 'Handles purging inactive members.
MaintainReattributePosts', 'Handles re-attributing guest posts to a specified user.
MaintainRemoveOldPosts', 'Removes old posts.
MaintainRoutine', 'Supporting function for the routine maintenance area.
MaintainTopics', 'Supporting function for the topics maintenance area.
Maintenance', 'Shows a list of maintenance options.
ManageMaintenance', 'Main entry point for the forum maintenance screen.
optimizeTables', 'Optimizes all tables in the database and lists how much was saved.
VersionDetail', 'This function parses the comment headers in all files for their version information and outputs that for some javascript to check with simplemacines.org.

Страниц (117): В начало « ... 43 44 45 46 [47] 48 49 50 51 ... » В конец

Powered by ExBB v1.1.180311