I'm trying to condition the display of a widget only if there is X number of replies to a post. I've tried "$thread.reply_count > 0" and a few others but haven't found something that works. Any ideas?
In the vars I found see under "context -> thread -> reply_count", so I tried $context.thread.reply_count > 0 which seems to work. A little trial and error on my part...