Chi Kien Uong
Geranienstraße 30
71034 Böblingen
Deutschland / Germany
|
If you are not registered or logged in, you may still use these forums but with limited features.
Show recent topics
|
|
|
Author |
Message |
11/11/2002 06:09:18
|
bambi
Beginner
Joined: 12/10/2002 20:46:06
Messages: 5
Location: Buenos Aires, Argentina
Offline
|
An address like 01234567890123456789@yahoo.com.es is impossible, because the length is bounded to 30 characters.
Similarly, it is impossible, for example, to write "Florida, Buenos Aires, Argentina".
How to remove this restriction?
Thanks
Bambi http://www.rinconmatematico.com
|
|
12/11/2002 02:35:17
|
bambi
Beginner
Joined: 12/10/2002 20:46:06
Messages: 5
Location: Buenos Aires, Argentina
Offline
|
Go to ghpbook/templates/form.php and modify form.php in this way:
<input type="text" name="gb_email" size="42" maxlength="30">
to
<input type="text" name="gb_email" size="42" maxlength="50">
<input type="text" name="gb_location" size="42" maxlength="30">
to
<input type="text" name="gb_location" size="42" maxlength="50">
etc., etc..
|
|
|
|
|
|
Based on the open source JForum
|