Great module, I was just looking for something like this (the module maxlenght seems to be not compatible with Tinymce). However I have this warning, apparently it collides with languages:
user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE (n.language ='es' OR n.language ='' OR n.language IS NULL)' at line 1 query: SELECT field_name, count_length, count_type from cck_count where node_type = 'perfil' WHERE (n.language ='es' OR n.language ='' OR n.language IS NULL) in /Applications/MAMP/htdocs/eraginform/sites/all/modules/cck_count/cck_count.module on line 19.
I changed the language of the Tinymce settings, which was still english even when this language is not used in the site, but dibn't work either.
Best, R
Comments
Comment #1
greenskin commentedFor the SQL error, have a look at #1015816: Using 'where' instead of 'WHERE' in db_rewrite_sql causes errors.