FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » How To » Prevent updating alias.
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Prevent updating alias. [message #33177 is a reply to message #33095] Wed, 16 August 2006 03:55 Go to previous message
mocara is currently offline  mocara   United Kingdom
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

[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: Wait, I only wanted the topics!
Next Topic: No Created Categories Showing
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Sep 27 21:22:37 GMT 2024

Total time taken to generate the page: 0.04619 seconds