Hello,
I am using EE 2.53 with Zoo Visitor 1.3.16. I need to limit links based on the logged in Member Category ID, but some members are in multiple categories. This is the basic conditional that works if a member is only in one child category:
{if "{exp:zoo_visitor:details}{categories backspace='1'}{category_id}&{/categories}{/exp:zoo_visitor:details}" == "3&40;&17;" OR "{exp:zoo_visitor:details}{categories backspace='1'}{category_id}&{/categories}{/exp:zoo_visitor:details}" == "4&40;&17;" OR logged_in_group_id == "1"}<a >{/if}The fist number is another category group (why two conditionals), the second number is the paret category of the third number. A member in multiple categories returns 3&40;&17;&20;&22;&30; causing the conditional to be false.
Because there are 20 different template links. I either need to limit the zoo visitor response to just the child id (last number, 17) or be able to add an ‘OR’ category conditional like: == “limit=“3”