Hi All
I have the privacy plugin installed here, and I had it set up on another site (which is lost), and I've had to completely reinstall it here, and now I can't remember what to do.
It has been a long time since I last looked at this, so I can't remember what is to be done.
I have a list where I show a specific set of subfields, and it is just showing as blanks for most of them.
I don't even see the check marks for myself?
Oh, and I have this in the field parameters layout to make it show symbols:
Code:
[cb:if cb_boatapprov="1"]<span class="fa fa-check text-success"></span>[/cb:if]
[cb:if cb_boatapprov="0"]<span class="fa fa-times text-danger"></span>[/cb:if]
And the filter for the list is:
Code:
(ue.`cb_boatapprov` = "1") OR (ue.`cb_boatapprov2` = "1")