XF 1.5 Thread Word Count

This requires custom coding.

I've got two add-ons; threadmarks(free, I maintain it) & word count search (free) which implement this for selected posts in a thread.

Assuming you've got that setup; it populates {$thread.WordCount} to be used in templates.

I've got a paid add-on (Threadmarks Pro), which implements a 'reader mode' where only posts marked by threadmarks are displayed.
 
Isn't threre a simple way to do it using the str_word_count() function?
That doesn't handle unicode, and will give lots of a false positives with complex bbcode, and you really don't want to be recounting every word in an entire thread every page view.

My sites have multiple threads with +1 million words counted by threadmarks.
 
Top Bottom