- You are here:
- Main › Downloads › phpBB Extensions › cBB QuickMod v1.1.6 › Documentation
Documentation :: cBB QuickMod
- Quick Guide
- Requirements
- Install
- Update
- Uninstall
- Main Functions
- Mark Topics
- Quick Features
- Full Features
- Use
- Use from a PC
- Use from a Mobile
- Developers
- Core Events
- Javascript Events
Quick Guide • Requirements
cBB QuickMod needs very few requirements to run correctly.The basic requirements are:
- A phpBB forum whose version is equal or greater than 3.2.0.
- The explorer must be support Javascript to use and manage the mod.
Quick Guide • Install
- Unzip the cBB QuickMod zip file in a local folder on your computer.
-
Upload all the files contained in the upload folder of that file (maintaining the directory structure) to the ext directory located in the root directory of your forum.
The final route for the extension files should be: /ext/canidev/quickmod/ - Using your web browser, navigate to the Administration Panel and go to Customize >> Extensions
- Find cBB QuickMod and click in the Enable option.
Quick Guide • Update
- Using your web browser, navigate to the Administration Panel and go to Customize >> Extensions, Find cBB QuickMod and click in the Disable option.
- Delete the folder quickmod which is within the directory /ext/canidev/ in the server.
- Download and unzip the cBB QuickMod zip file in a local folder on your computer.
- Upload all files contained in the upload directory in that file (keeping the directory structure) to the ext directory in the root of your forum.
- Using your web browser, navigate to the Administration Panel and go to Customize >> Extensions, Find cBB QuickMod and click in the Enable option.
Quick Guide • Uninstall
cBB QuickMod can be uninstalled in a few steps:- Using your web browser, visit the Administration Panel and go to Customise >> Manage Extensions
- Find cBB QuickMod and click in the Disable option.
- When the extension is disabled, if you want to delete completly, click in Delete data and remove the directory /ext/canidev/quickmod from your server.
Main Functions • Mark Topics
Apart from being able to mark each topic manually, there is a speed dial menu to facilitate the moderation of several topics simultaneously.- Mark All: This option mark all the topics in the list.
- Unmark All: Unmark all the topics in the list.
- Mark Locked Topics: Mark only the locked topics in the list.
- Mark Unlocked Topics: Mark only the unlocked topics in the list.
- Mark Moved Topics: Mark only the shadow topics in the list.
- Mark Normal Topics: Mark only the normal topics.
- Marl Stucky Topics: Mark only the topics set as Sticky.
- Mark Announcements: Mark only the topics set as Announcements.
- Mark Global Topics: Mark only the topics set as Global.
Main Functions • Quick Functions
The quick functions are actions that can be applied to one topic individually, directly with one click.The available quick functions are:
- Approve.
- Disapprove.
- Change author.
- Change publish date.
- Change icon.
- Lock.
- Unlock.
- Delete.
- Restore.
- Delete permanently.
- Change to Normal.
- Change to Sticky.
- Change to Announcement.
- Change to Global.
- Move.
- Copy.
- Sync.
- Rename.
Main Functions • Full Functions
The complete functions are actions that can be supplied for more topics at same time.The available full functions are:
- Approve.
- Disapprove.
- Change author.
- Change publish date.
- Change icon.
- Lock.
- Unlock.
- Delete.
- Restore.
- Delete permanently.
- Change to Normal.
- Change to Sticky.
- Change to Announcement.
- Change to Global.
- Move.
- Copy.
- Sync.
Use • Use from PC
Passing the mouse over a topic will appear the icons of the quick actions (if we have configured them as icons) and also, we will see a checkbox that will serve to select that topic in question (and to be able to perform an action on more than one topic at a time).
If we have configured that the quick actions appear as a context menu, we will have to right click on the topic to see the menu with the options.
Use • Use from Mobile
The use from the mobile is something other than the pc, as we do not have right click or mouse to go over the topics.
In mobile, all actions are executed from the icon of each topic.
- A simple touch selects that topic.
- A long touch shows a menu with quick actions
Developers • Core Events
quickmod.acp_config_vars
- Added in version: 1.1.0
- Location: controller/admin_controller_config.php
- Arguments: display_vars, submit, all_actions
quickmod.setup
- Added in version: 1.1.0
- Location: libraries/quickmod.php
- Arguments: categories, active
quickmod.display
- Added in version: 1.1.0
- Location: libraries/quickmod.php
- Arguments: mark_options, quick_options
quickmod.before_ajax_action
- Added in version: 1.1.0
- Location: libraries/quickmod.php
- Arguments: action, topic_ids
quickmod.after_ajax_action
- Added in version: 1.1.0
- Location: libraries/quickmod.php
- Arguments: action, topic_ids, response, task
quickmod.row_content
- Added in version: 1.1.0
- Location: libraries/quickmod.php
- Arguments: qm_content, selected_actions, forum_id, topic_id, topic_type, topic_status, topic_visibility
quickmod.available_tasks
- Added in version: 1.1.6
- Location: libraries/quickmod.php
- Arguments: tasks
Developers • Javascript Events
quickmod.beforeInit
- Added in version: 1.1.1
- Arguments: service
quickmod.afterInit
- Added in version: 1.1.1
- Arguments: service
quickmod.onRename
- Added in version: 1.1.1
- Arguments: object [service, state]
quickmod.beforeDispatch
- Added in version: 1.1.1
- Arguments: event [service, sendData]
quickmod.beforeSubmit
- Added in version: 1.1.1
- Arguments: event [service, sendData]
quickmod.afterSubmit
- Added in version: 1.1.1
- Arguments: event [service, sendData, result]
- External Links
- phpBB Official
- phpBB Official (Spanish)
- Raul Arroyo Monzo
- PasionReef
- About CaniDev
- Terms of use
- Privacy Policy
- About Us
- Contact
- © 2011-2024 CaniDev