Quote:
Originally Posted by ravel123
I have another question related to this topic.
If no threads have been created this week. I dont want to show the message.
So i tried the following condition with no success:
Code:
<vb:if condition="{vb:raw mostactive.count} > 0">
my message
</vb:if>
|
script counts post not the thread..
u can use this condition
<vb:if condition="$mostactive[count] > 0">
my message
</vb:if>