Feature proposal #4257
closedImplement new Points fieldtype
Description
This should be an integer field extended. It should behave basically exactly like Karma usage used elsewhere. Implement the same access check used for Rating fields. Implement usage of the same database as the Rating fields (it's generic), this table uses Floats so we'll just convert to Int on display and usage. Add increment amount feature (each time you +/- add/subtract the amount specified). Add limit field to specify the timeframe between usages per user (use neat relative date usage that antispam has).
Updated by krileon about 11 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
New points field behaves like current points plugin, but has a increment delay and access feature built in. So for example you can allow users to add 1 point or subtract 1 point and that's it or maybe all 1 point every 30 minutes, etc..