When you view a user comment on a guestbook message that has an avatar,
the comment text line dissapears on the the right side of the fom. It looks like the maximum length that has been set at the admin form options is
being ignored.
Can anyone help me on this? Thanks for your support.....
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'.
I visited your guestbook, and click on one of the messages, and tried to
enter a comment. Did you know, that I could enter the whole Britannica
Encyclopedia in this comment form? Unlike the message form, there's no limit on the text being entered here.