Do you have some feature in mind that you'd love to see in Couch? Let us know.
2 posts Page 1 of 1
Hi

I'm wondering if someone has some experience with the following functionality:

I would like to implement a live charcounter in or around every richtext field in the Adminpanel. (for SEO purposes)
Something like this: http://www.twitter-character-counter.com/

Thanks!
Hi Sam,

I think you could achieve this with the message field field to allow you to show the 'message' field below each input and use the script to show how many characters are used / remaining - this won;t restrict the field per say.

See this to see how you can use message fields and query etc, it might help:

viewtopic.php?f=2&t=7431

It would be nice if defining fields in couch we could specify the limit i.e.

Code: Select all
name='metadesc' type='text' limit='255'


I was, when I get some time, going to look at doing something like my google map example to produce a SEO SERP preview field like the Wordpress All in One SEO - it's finding the time, if I do and get it working I'll throw it in the forums for others.
2 posts Page 1 of 1