Quote:
Originally posted by neo
Ummm..... that may be kind of hard... since the post count is increased when you post... but I guess you could have the text in the post counted first then if it is over XX amount the post count is raised.
|
That's actually very simple...
In newreply.php, replace this:
Code:
".iif ($foruminfo[countposts],"posts=posts+1,","")."
with this:
Code:
".iif ($foruminfo['countposts'] and strlen($message)>[high]10[/high],"posts=posts+1,","")."
Change 10 to the number of characters.