If you are not registered or logged in, you may still use these forums but with limited features. Show recent topics
  [Search] Search   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [FAQ]  FAQ 
[Register] Register / 
[Login] Login 
advanced guest book  XML
Forum Index » Support Forum
Author Message
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
[WWW]
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..
[WWW]
 
Forum Index » Support Forum
Go to:   
Based on the open source JForum