Comment to 'Developer question: content filter'
  • Yes, I found them, but neither help me. I need an example of something like

    if ($cf == 4) then

    Where I can check if it is included in that users cfw_value. I'm not understanding the logic here, I'm having a glitch lol.

    Basically I want to display something only if R is included as one of their values in cfw_value. So I need to understand the logic.

    if ($iCF == 1 << (4 - 1)) then
    

    Doesn't work 😞. These bit operators are messing with my head. Lol

    Please help with that code, thank you @LeonidS 🙏