mg2connext / connext

6 stars 0 forks source link

method for resetting articles left count? #35

Open columbian-chris opened 3 years ago

columbian-chris commented 3 years ago

Is there a way that I can dynamically reset the "articles left" count (or change it)?

Let's say for example we're doing a campaign to push an increase in account registrations for our site's users. When the site visitor uses up their metered articles count, as an incentive for a user to complete an account registration, their count is reset upon doing so. We could use the OnRegistrationSuccessRegister event to trigger whatever method we would use to programmatically accomplish that - but is there a method that enables us to do so?

Thanks. :)