krileon wrote: Please ensure the name and formatname fields are on a public and published tab. Tab access determines field access, which will affect substitutions.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
krileon wrote: Well you can use an IF check to see if their user_id is 0 and then put "Anonymous" or something to your liking. Other then that no there's no substitutions for users that don't exist.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Great example!!krileon wrote: Please see tutorials within my signature for further substitution usage information. An example of an IF check is as follows.
[cb:if user_id<="0"]Anonymous[/cb:if]
[cb:if user_id>"0"][username][/cb:if]
Please Log in or Create an account to join the conversation.