XF 1.5 $user.thread_count exists?

Triops

Well-known member
Is there a variable "thread_count" like "message_count", reachable in templates, to have the number of threads started by an user?

Code:
{xen:number $user.message_count}
works.
Code:
{xen:number $user.thread_count}
always shows 0.
 
Last edited:
Top Bottom