XEM Fast Reputation
This plugin allows you to easily and quickly evaluate posts (+/-) using a MyBB reputation system. Module known from IPB.
Change Log for XEM Fast Reputation
Build #9 stable
Changes in this build - version 1.6:
- fixed: security error in posts votes
- added: checking group permissions to change votes
UPDATE: overwrite inc/plugins/xem_fast_rep.php
Build #8 dev
Changes in this build - version 1.5:
- added many optimizations in plugin
- moved HTML to templates from plugin core
- fixed small bugs
- added the ability configuration to change and cancel the votes
UPDATE: uninstall plugin, overwrite files and install plugin. Next add in for example global.css:
.positives {
background: #148c00;
}
.negatives {
background: #8c0000;
}
Build #7 stable
Changes in this build - version 1.4:
- fixed error in register new accounts
- fixed SQL error in some servers configurations
- added small optimization in plugin
- added automatically adding variables in templates
- added French language
UPDATE: uninstall plugin, delete variables in postbit and postbit_classic ($post['xem_fast_rep']), and from headerinclude, overwrite files and install the plugin. Done :)
Build #6 dev
Changes in this build - version 1.3.1:
- fixed SQL error in threaded mode display topic (thanks for Omar G. for report)
- added escapiong title and description in settings group
- fixed quick reply error
To update: overwrite plugin file (inc/plugins/xem_fast_rep.php) and reinstall plugin.
Build #5 dev
Changes in this build - version 1.3:
- fixed error in add reputation (detected in version 1.2)
- added showing who liked posts (giving +1)
- minor code improvements
Build #4 stable
Changes in this build - version 1.2:
- fixed error to count the reputation of user accounts
- added checking permissions: forum, user, usergroup, thread, post
Build #3 stable
- added possibility to disable adding negative or positive reputation (in ACP MyBB reputation config);
Build #2 dev
Small changes (submitted bad file in build #1).
Build #1 dev
The first build has no changes.