Author Topic: Show Email by Default  (Read 2303 times)

0 Members and 1 Guest are viewing this topic.

Offline steveeyes

  • Full Member
  • ***
  • Posts: 177
    • View Profile
Show Email by Default
« on: March 02, 2007, 05:45:02 PM »
Hello

I want the show email as the default when a member registers (I use 4images for a dating site). Some where I read or was told to do this:



Quote
open register.php
Find
Code:

$user_showemail = (isset($HTTP_POST_VARS['user_showemail'])) ? intval($HTTP_POST_VARS['user_showemail']) : 0;


You can edit 0 to 1. Now the default is show email when new people register.



After the member is registered, his email shows by default. But when he updates his profile through the control panel, the email no longer shows.

How can I prevent the email from not showing after updating their profile?




Thanks
Steve
« Last Edit: March 02, 2007, 07:23:58 PM by steveeyes »