I would like to limit characters in BuddyPress posts to certain limit . Ex: Set it to the limit of 150 … just like twitter’s 140.
Googled about it and found nothing. Does any one have Idea on this?
Thanks
I would like to limit characters in BuddyPress posts to certain limit . Ex: Set it to the limit of 150 … just like twitter’s 140.
Googled about it and found nothing. Does any one have Idea on this?
Thanks
You must be logged in to post a comment.
Simple solution is to add a maxlength attribute to the textarea field. For example
Just Try With the following plugin.,
http://bavotasan.com/2009/excerpt-and-content-word-limit-wordpress-plugin/
Also try with this too.,
http://buddypress.org/community/groups/creating-extending/forum/topic/character-limit-and-counter-for-the-new-status-updates-component/
This question was answered 3 years ago on wordpress.org.
Here is the function, which you can easily modify to your needs.