Skip to content
This repository was archived by the owner on Nov 20, 2023. It is now read-only.

Latest commit

 

History

History
43 lines (39 loc) · 1.37 KB

readme.md

File metadata and controls

43 lines (39 loc) · 1.37 KB

Category: MyBB 1.8 Author: chack1172

Additional Files is a plugin for MyBB 1.8.* that adds a new section in the AdminCP that checks for additional files and folders in the board directory.

Installation

  1. Upload contents of the folder Upload to your board directory
  2. Go to ACP > Plugins > Activate 'Additional Files'

Compatibility

This plugin is by default compatible with File Manager. If you have it, a link will be added that will redirect you to the parent directory of the file/folder.

Hooks

This plugin has 3 hooks.

File: admin/modules/tools/additional_files.php
Hook Params Line
admin_tools_additional_files_begin 22
admin_tools_additional_files_check 25
admin_tools_additional_files_check_commit_start 71