Hello, i try to set a conditional with multiple user IDs.
Which parameters i have to use for this works ?
I tried text box/array but the system refuses.
Thanks.
HTML:
<xf:if is="in_array($user.user_id, [$xf.options.UsersID])">
UsersID
is set as a text box with a string as Data type. It works if i fill in one ID but doesn't work with multiple like 3, 187, 56.Which parameters i have to use for this works ?
I tried text box/array but the system refuses.
Thanks.