I managed it!!!
check out this post:
https://vborg.vbsupport.ru/showpost....8&postcount=52
Don't forget the additional /if to close each group!
This one:
Code:
<if condition="is_member_of($post, 1)">
has to be:
Code:
<if condition="$post[field5] == 'Girl'">
Whereas field 5 is the number of the profile field and the string Girl is the Value of that Field!
If you use boolean stuff like true false you should do it different. you can also use != for is not.
btw this mod is marked as not working for 3.8.4 - it totally works on 3.8.4!!!