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

Home » FUDforum » How To » Defaults in new Profiles
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Defaults in new Profiles [message #10759 is a reply to message #10722] Mon, 09 June 2003 16:27 Go to previous messageGo to previous message
Victor_M is currently offline  Victor_M   United States
Messages: 51
Registered: January 2003
Location: NJ, USA
Karma:
Member
Forum version 2.3.8

I changed this in register.php.t

Quote:

*
* If this is users first vist to the registration form setup the
* default values
*/
if ( empty($usr->id) && empty($error) ) {
$reg_display_email = 'Y';
$reg_ignore_admin = 'N';
$reg_email_messages = 'Y';
$reg_pm_messages = 'Y';
$reg_append_sig = 'Y';
$reg_show_sigs = 'Y';
$reg_show_avatars = 'Y';
$reg_show_im = 'Y';
$reg_invisible_mode = 'N';
$reg_notify = 'N';
$default_view = $GLOBALS['DEFAULT_THREAD_VIEW'];
}


But when I tried a new registration, the notify was still set to "Y". Is there something else I need to do?

(The only change I made was $reg_notify = 'N'. While testing I tried changing $reg_ignore_admin to 'Y' but that didnt take either.)

[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Problems with PATH_INFO temlate set
Next Topic: Fatal errors, broken PM's and general chaos
Goto Forum:
  

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

Current Time: Sun Nov 24 15:37:34 GMT 2024

Total time taken to generate the page: 0.04227 seconds