Page 1 of 1

Really Long Text Problem -- Need Solution/Help

Posted: Sat Mar 03, 2007 7:44 pm
by mean2u
Script URL: http://mean2u.rfshq.com/spam/gbook.php
Version of script: GBook 1.5
Hosting company: Dreamhost (I think, I'm not sure myself)
URL of phpinfo.php: ?
URL of session_test.php: ?
What terms did you try when SEARCHING for a solution: gbook email, table, text limit

Write your message below: I am using GBook 1.5 and I want to make the thing remove the email field or limit your name/location/email from say.. "ahhhhhhhhhhhhhhhhhhhhhhhhhhh@hotmail.com" to "ahhhhhhhhh...", or even better if there's a way to make the table stay just as it is so that the text just breaks down into the next line instead of running all the way right. Thanks.

Posted: Mon Mar 05, 2007 10:53 am
by Klemen
The input is limited by maxlength attribute in the form (gbook.php line 800, 804, 808). By editing the number you can set the maximum allowed length of these fields, for example maxlength="30" will limit input to 30 chars.

Posted: Tue Mar 06, 2007 1:32 am
by mean2u
Thanks for that, but instead, is there a way to disable the email field all together? Once again, thank you. :D