MODX - 选中时隐藏 post 作者的模板变量

MODX - Template variable that hides post author when checked

所以我使用附加文章在我的网站上创建了一个新闻稿部分。我需要创建一个模板变量,它是一个复选框,如果选中它将不会显示 post 作者:

[[*publishedby:userinfo=`username`]]

对我来说最好的方法是什么。

如果您的复选框电视输入选项值类似于“Hide==1”,则使用 output filter,如下所示:

[[*your_tv:ne=`1`:then=`[[*publishedby:userinfo=`username`]]`]]