I have a language string that only should be displayed if the user does not have any article contributed. I guess I would go
Code:
[cb:if cb_articles = false]No articles contributed[/cb:if]
But the *cb_articles* from the CB Articles plugin needs to be the propper variable. Which one would that be?