The "Notify me by e-mail when I’m outbid on an auction" option is asked to new members upon filling out the "Create new account" form. I would like turn this off. I would like to configure this so that only after the user is an actual member can he go in and edit this setting from his user account edit page.

Comments

winnie80’s picture

Try to use hook_form_alter to hide the whole fieldset of uc_auction.
Don't forget to set the default value to true.

yosisays’s picture

yeah...I wish I knew what you were talking about. I unfortunately do not have the know-how to do this without a little hand holding.

winnie80’s picture

do you still need my assitant on this matter?

yosisays’s picture

yes please

jepster_’s picture

Status: Active » Closed (fixed)

please read the documentation about hook_form_alter. that should fix your problem. just use the search function on drupal.org - there's a lot of info for you. :]