Hoping someone can help...
I'm trying to convert this template conditional (in threadbit, I'm guessing it matters)...
Code:
<if condition="! $ignore[ $thread['postuserid'] ]">
Using the guide here, I know it should look like this, but it doesn't work:
Code:
<vb:if condition="!$ignore[$thread['postuserid']]">
Could it be that the $ignore variable isn't available in that template? I've seen mention of that in other articles here, I think.