View Full Version : Post minimum lengh 4 words
Skierpetros
05-02-2009, 11:54 AM
Hello i want to make my board reject post that has less than 4 words or smilies
how can i do that?
Admin CP -> vB Options -> Message Posting and Editing Options -> Minimum Characters Per Post
Also, make sure ignore quoted words is set to yes. As far as smilies, I don't think you can set it to do that, however a smiley does count as two characters, so they would have to enter two smilies.
Lynne
05-02-2009, 03:58 PM
The only option in vb is to count the number of characters per post (as brought up in post 2). If you want it to count words, you are going to have to modify the code a bit.
Skierpetros
05-02-2009, 04:33 PM
xmm how can i do that?(modify the code)
Lynne
05-02-2009, 04:53 PM
You'd have to go look into dealing with strings in php and then maybe you can find a hook to use to perform the action on the message string and count the words. I'm really not sure exactly how to do it, but that should get you started. http://us.php.net/manual/en/ref.strings.php
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.