Author |
Message |
03/03/2004 23:51:36
|
rolando
Newbie
Joined: 03/03/2004 19:48:51
Messages: 3
Offline
|
Does any one know how to put a limit on the number of text entered on the comment box?
On the message box, this can be done in Admin., but I could not find a place to do the same thing for the comment box?
help.....
|
|
04/03/2004 22:51:48
|
Anonymous
|
I thought the Comments box & the Message box where the same thing?
|
|
04/03/2004 23:15:45
|
vintar
Newbie
Joined: 03/03/2004 19:45:15
Messages: 3
Offline
|
Nope. They are not the same. The comment box/form has its own PHP
script, (comment.php) and the message box/form has its own PHP
script (addentry.php). If I know PHP, I would go and modify the
comment.php and put a limit on the text being entered. The addentry.php
takes its limit number from the admin setup. 'max message length'.
|
|
|