Feature:
- added a new permission to limit the number of users a member may ignore.
General permissions -> [EAE] Maximum ignored members
. Defaulted to 5 for registered members and unlimited for administrative and moderating user groups on install. If you do not want to use this feature set the registered group value for this permission to unlimited.
If a member is ignoring more than the permission allows, he/she can not ignore anyone else until they unignore enough members to be able to ignore another. A warning message appears if they try to ignore more than the permission allows.
Note, that although this permission can be set to allow a member to ignore thousands of members, the maximum they can ignore is hard coded at 1000 by Xenforo. This add-on does not override that value.
Changes:
- discovered two methods in the repository that should have used finders, they now do.
- made minor naming changes so that this add-on is inline with other [EAE] add-ons.