May 24, 2008, 06:46 AM
MyBB Version: MyBB 1.2.*
New Settings: 3 [ Reputation Group ]
New Templates: 1 [ usercp_nur ]
DB Changes: 0
File Changes: 0
Files: 1
Install:
* Sends A PM to the User when someone gives a reputation if the user has checked the option in his/her UCP for it.
* Turn it off ? Go to your UCP - Edit Options - Uncheck PM On Reputation - Update
> It stands under 'Thread View Options'; not at the correct place i know but i don't care; it was the easiest way of adding it into the template. You can always move {$nur} underneath the 'Message and Notification Options' in the usercp_options template.
Tested On: MyBB 1.2.13
New Settings: 3 [ Reputation Group ]
New Templates: 1 [ usercp_nur ]
DB Changes: 0
File Changes: 0
Files: 1
- ./inc/plugins/nur.php
Install:
- Upload ./inc/plugins/nur.php into your root folder
- Go to your PluginManager and Activate the 'Notify User When Someone Gives A Reputation' Plugin.
- Status; Subject and Message can be changed within the 'Reputation' SettingsGroup.
- Plugin Status [YesNo]
- PM Subject
> {username} displays who gave the rep.
> {rep} displays what reputation he/she gave (+1 / -1 / ... ) - PM Message
> {receiver} displays who got the rep.
> {username} displays who gave the rep.
> {rep} displays what reputation he/she gave (+1 / -1 / ... )
> {date} : when did he/she gave the rep.
> {reason} : Why did he/she gave the rep.
> {link} : link to your reputation page.
> {current} : your current repuation.
> {bbname} : Name of your Board.
* Sends A PM to the User when someone gives a reputation if the user has checked the option in his/her UCP for it.
* Turn it off ? Go to your UCP - Edit Options - Uncheck PM On Reputation - Update
> It stands under 'Thread View Options'; not at the correct place i know but i don't care; it was the easiest way of adding it into the template. You can always move {$nur} underneath the 'Message and Notification Options' in the usercp_options template.
Tested On: MyBB 1.2.13