Home »
FUDforum »
How To »
Prevent updating alias.
Re: Prevent updating alias. [message #33177 is a reply to message #33095] |
Wed, 16 August 2006 03:55 |
mocara
Messages: 157 Registered: January 2004
Karma:
|
Senior Member |
|
|
In case anyone is interested I modified line 2165 in register.php
if (!__fud_real_user__) {
$reg_alias_t = $FUD_OPT_2 & 128 ? '<tr><td class="RowStyleA">Alias:'.$reg_alias_err.'<br /><font class="SmallText">If you want a nickname other than your logi n to be displayed on the forum, enter the nick name you want to be displayed here.</font></td><td class="RowStyleA"><input type="text" name="reg_alias" size=25 va lue="'.htmlspecialchars($reg_alias).'" maxLength='.$GLOBALS['MAX_LOGIN_SHOW'].'></td></tr>' : '';
else {
$reg_alias_t = $FUD_OPT_2 & 128 ? '<tr><td class="RowStyleA">Alias:'.$reg_alias_err.'<br /><font class="SmallText">Aliases are no longer allowed to be changed. .</font></td><td class="RowStyleA"><input type="hidden" name="reg_alias" size=25 value="'.htmlspecialchars($reg_alias).'" maxLength='.$GLOBALS['MAX_LOGIN_SHO W'].' ></td></tr>' : '';
}
I hope that makes sense. And thanks yet again Ilia.
Mocara.
[Updated on: Wed, 16 August 2006 03:58] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Fri Nov 22 16:56:56 GMT 2024
Total time taken to generate the page: 0.04769 seconds