Feature proposal #6616
closedCB Privacy: implement actions to output and check privacy
Description
This should have a target variable parameter that will either null the parameter or if it's an array check each value of a parameter and remove it if privacy does not match. The idea is to allow privacy controls within other plugins entirely bridged by CB Auto Actions instead of hardcoding solutions. To do that it needs to be able to remove rows on onload triggers like in cb gallery or cb privacy.
Can't be implemented until CB Privacy rewrite with API library.
Updated by krileon about 7 years ago
- % Done changed from 20 to 40
Display and Save of privacy controls both working. Still needs it's Protect method implemented for protecting content.
Updated by krileon about 7 years ago
- % Done changed from 60 to 70
The protect can now remove variables from a loop if using loop usage. Needs to be able to handle non-loop cases with maybe parameters to specify a redirect or something of the sort.
Updated by krileon about 7 years ago
- Status changed from Assigned to Resolved
- % Done changed from 70 to 100
Loop usage is fully working and removes variables. All other cases will just return true or false. You can chain a second action together or use a silent output to execute a redirect in the layout for custom behavior.