Hello we need to use substitutions in the following language string...
VIEW_POST_36d0c2 -> View Post
There we want to use substitution like this... [cb:if usergroup includes "9"]Login to view the post[cb:elseif usergroup !includes "9"]View Post[/cb:elseif][/cb:if]
but the output is "[cb:if usergroup includes "9"]Login to view the post[cb:elseif usergroup !includes "9"]View Post[/cb:elseif][/cb:if]". Are we missing something? Thank you.