Hello We are trying to use subtitutions in some fields descriptions and it works pretty fine with reason="register, edit, search etc"
What we can not find how to accomplish is to condition substitutions according to the user list that we are viewing.
example:
We have 2 userlists that both have search enabled.
In a field description we use... [cb:if reason="search"]...[/cb:if]
Instead of "... " above, how can we condition according to the userlist we are viewing? Can we do something like [cb:if list="1"]This text is for field in list 1[cb:elseif list="2"]This text is for field in list 2[/cb:elseif][/cb:if]so that the final looks like this?
[cb:if reason="search"][cb:if list="1"]This for field list 1[cb:elseif list="2"]Text for field list 2[/cb:elseif][/cb:if][/cb:if]
Is it possible to condition by list id?
If not...
Is it possible to condition by displayed page url?
Can you please give an example?
Thank you!