Hello
I want to highlight threads with 0 replies.
Therefor I need a condition for the replycount.
In vB3.8 it was:
<if condition="$thread[replycount] != 0">
I tried:
Code:
<vb:if condition="$thread[replycount] = 0">
and it does not work. I also tried:
Code:
<vb:if condition="{vb:raw thread.replycount} = 0">
did not work either.
The change will be in
threadbit template
Help would be much appreciated
StarBuG