- You are here:
- Main › Downloads › phpBB Extensions › cBB Reactions v1.0.4 › Documentation
Documentation :: cBB Reactions
- Quick Guide
- Requirements
- Install
- Update
- Uninstall
- Configuration
- General options
- Configure reactions
- Developers
- PHP Events
- Change list
Quick Guide • Requirements
cBB Reactions needs very few requirements to run correctly.The basic requirements are:
- A phpBB forum whose version is equal or greater than 3.2.0.
- For the function of filtering by score, phpBB greater than or equal to 3.2.8 is required.
- The browser must support Javascript in order to use and manage the extension.
Quick Guide • Install
- Unzip the installer file to a local directory (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/reactions/ - Using your web browser, navigate to Admin Panel >> Personalize >> Extensions
- Find cBB Reactions and click on the Enable option.
Quick Guide • Update
- Using your web browser, navigate to the Administration Panel and go to Customize >> Extensions, Find cBB Reactions and click in the Disable option.
- Delete the folder reactions which is within the directory /ext/canidev/ in the server.
- Download and unzip the cBB Reactions 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 Reactions and click in the Enable option.
Quick Guide • Uninstall
cBB Reactions can be uninstalled in a few steps:- Using your web browser, navigate to Admin Panel >> Personalize >> Extensions.
- Find cBB Reactions and click on the Disable option.
- Once disabled, if you want to completely delete it, click on Delete Data and then delete the directory /ext/canidev/reactions from your server.
- If you want to remove the files uploaded through the gallery, delete the /files/reactions/ directory.
Configuration • General Options
- Allow self reactions.
Defines whether a user will be able to react to their own messages within the forum. -
Allow reaction change.
Defines if users will be able to modify/remove their reaction to a message once set. -
Anonymous reactions.
Enable this option if you want user names not to appear in reaction listings.
This option does not affect users with permission to moderate reactions. -
Force reaction to reply.
Enabling this option will force users to have to react to the first post in a topic in order to post replies within that topic. -
Force reaction to view attachments.
Enabling this option will force users to have to react to a message in order to see the attachments included in it. -
Show score on profile
Enabling this option will show the reaction score obtained by each user on their profile. -
Messages on which you can react
Defines in which messages the option to react will appear.
The option chosen here may change/limit the behavior of some other option of the extension. -
Forums where users can react
Defines the forums in which reactions will be displayed. If you don't select any, reactions will be displayed on all forums. -
Button position
Defines where in the message the button to react will appear.
Possible locations are at the top of each message or at the bottom. -
List order.
Defines the order in which users will be displayed within the reactions dialog of a message.
Available options: Reaction date, username
Configuration • Configure Reactions
Reaction's list
- Enable/Disable reaction.
Disabling a reaction only hides it, it doesn't delete the associated data. - Delete reaction.
This deletes all associated data and is irreversible. - Set order of appearance.
By dragging the arrows on the left side, you can set the order in which reactions will appear on the forum. - Edit reaction.
Clicking on the reaction name takes you to the editing page. - Set as default.
This mark the reaction as primary.
Editing page
- Title
Sets the name associated with this reaction. - Enabled
Sets whether the reaction will be visible to users. - Score
Points associated with this reaction. These points are assigned to messages that have this reaction and can be used to filter messages via phpBB's message ordering and filtering tools (>= 3.2.8). - Color
Color of the text associated with this reaction. - Image
Image associated with this reaction. You can select from predefined or upload custom images.
Developers • PHP Events
reactions.acp_config_after
- Added in version: 1.0.0
- Location: controller/admin_config.php:141
- Arguments: display_vars, cfg_array
reactions.acp_config_before
- Added in version: 1.0.0
- Location: controller/admin_config.php:105
- Arguments: display_vars, submit, cfg_array, error
reactions.acp_manage_change_status
- Added in version: 1.0.0
- Location: controller/admin_manage.php:211
- Arguments: reaction_id, status
reactions.acp_manage_delete
- Added in version: 1.0.0
- Location: controller/admin_manage.php:239
- Arguments: reaction_id
reactions.acp_manage_edit_after
- Added in version: 1.0.0
- Location: controller/admin_manage.php:173
- Arguments: display_vars, cfg_array
reactions.acp_manage_edit_before
- Added in version: 1.0.0
- Location: controller/admin_manage.php:135
- Arguments: display_vars, submit, cfg_array, error
reactions.add_remove_after
- Added in version: 1.0.0
- Location: controller/main.php:277
- Arguments: mode, post_id, user_id, reaction_id
reactions.get_posts_reactions_after
- Added in version: 1.0.0
- Location: libraries/reaction_manager.php:224
- Arguments: reaction_ary, post_ary, full_data
reactions.main_view_row
- Added in version: 1.0.0
- Location: controller/main.php:413
- Arguments: ary, row
- External Links
- phpBB Official
- phpBB Official (Spanish)
- Raul Arroyo Monzo
- PasionReef
- About CaniDev
- Terms of use
- Privacy Policy
- About Us
- Contact
- © 2011-2025 CaniDev