Chronic Cramps New Member
 member is offline
![[avatar] [avatar]](http://www.lg3.com/images/supermushroom.jpg)
Love thy Fizzy Bubbly!
![[homepage] [homepage]](http://images.proboards.com/buttons/www_sm.gif) Joined: May 2007 Gender: Male  Posts: 14 Location: Los Angeles Karma: 0 |  | Character limit in author homepage field « Thread Started on May 4, 2009, 2:19pm » | |
There's a 30 character limit in the homepage field when editing authors. This bug appeared a few version releases ago, not sure exactly when.
| |
|
coldstone Global Moderator
     member is offline
![[avatar] [avatar]](http://xergs.doubtfulguest.net/images/avatar.png)
![[homepage] [homepage]](http://images.proboards.com/buttons/www_sm.gif) Joined: Aug 2006 Posts: 816 Karma: 18 |  | Re: Character limit in author homepage field « Reply #1 on May 11, 2009, 5:00pm » | |
Good catch. It was probably a copy and paste error on my part when I tried to put some limits on the field lengths.
| |
|
scottlindberg New Member
 member is offline
Joined: Aug 2006 Gender: Male  Posts: 34 Karma: 1 |  | Re: Character limit in author homepage field « Reply #2 on Aug 11, 2009, 8:54am » | |
This is a pretty easy fix. Just make the following two changes in the gm.cgi file ...
On line 963, change ...
maxlength="30" name="newauthorhomepage" ... to ... maxlength="300" name="newauthorhomepage"
On line 1229, change ...
maxlength="30" name="editedhomepage" ... to ... maxlength="300" name="editedhomepage"
I opted for a 300 character limit, but you can change this to whatever you want.
| |
|
Carlos Phelps Global Moderator
     member is offline
Joined: Jan 2007 Gender: Male  Posts: 177 Karma: 30 |  | Re: Character limit in author homepage field « Reply #3 on Aug 12, 2009, 11:09pm » | |
Scott,
Good find.
| |
|