Actions
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).
Actions