Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
wet_article_info: Display word count and comments on the write tab
wet_article_info is a very simple plugin for Textpattern that displays the article’s word count and its comments on the Content > Write page.
wet_article_info is based upon zem_article_info 0.2.
Offline
Re: wet_article_info: Display word count and comments on the write tab
So, who is the better at counting?
Offline
Re: wet_article_info: Display word count and comments on the write tab
wet_article_info uses str_word_count. See this page for what counts as a word.
Offline
Re: wet_article_info: Display word count and comments on the write tab
Thanks for the insight, Robert. I like having the Excerpt word count in smd_article_stats (the second number, 0 in the example). I like the Comments link in wet_article_info. So, depending on the site will use one or the other, or both. I can always take an average of the two word counts to mitigate cognitive dissonance ;-). Thanks too for YAMUTPI (Yet another most useful TXP plug in).
Offline
#5 2013-01-15 19:04:41
- ark-a-dva
- New Member
- Registered: 2010-12-27
- Posts: 2
Re: wet_article_info: Display word count and comments on the write tab
function str_word_count() (which is used in this plugin) is not working fine for cyrillic charset.
so this is modification of plugin: http://pastebin.com/WvPnrP3N it works better.
Offline