|
|
 |
 | Members Login Field!! |  |
Posted: Sat Jan 28, 2006 5:10 am |
|
|
| sheriff |
| Visitor |
|
 |
| Joined: 22 May 2005 |
| Posts: 13 |
| Location: India |
|
|
 |
 |
 |
|
Hello Manish,
website url: http://go4dollar.com
My member signed up with 16 chr user name "myinvestmentemai" , which length is 16 chr, but our login field does not accept more than 15 chr. So the member could not login to his members area. also we can not change the user name. because he has give the current affiliate link to many advertising sites.
Sp Please kindly help me to change to get 16 chr field in members login area.
This is urgent.
Thankx
Sheriff |
|
|
|
|
 | I will put this in for Manish immediately.... |  |
Posted: Sat Jan 28, 2006 5:25 am |
|
|
| Chris |
| Site Admin |
|
 |
| Joined: 05 Feb 2005 |
| Posts: 304 |
|
|
|
 |
 |
 |
|
Hi Sheriff,
My name is Chris, and I am a forum moderator here, all you need to do to correct the issue is navagate into /templates/php/ and look for the file rpm.php in that file you will see: <td align="right" class=text>
<?=$TEXT["Username"];?> :
</td>
<td>
<input type="text" name="username" size="10" maxlength="15" class="input">
You can change the value of maxlength to whatever you wish, save the file, and reupload to your server into the /templates/php folder, overwrite the old one and you are good to go!
Chris |
|
|
|
|
|
|