Closed (fixed)
Project:
Ubercart Auction
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 Dec 2010 at 17:48 UTC
Updated:
11 Jul 2011 at 19:36 UTC
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
Comment #1
winnie80 commentedTry to use hook_form_alter to hide the whole fieldset of uc_auction.
Don't forget to set the default value to true.
Comment #2
yosisays commentedyeah...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.
Comment #3
winnie80 commenteddo you still need my assitant on this matter?
Comment #4
yosisays commentedyes please
Comment #5
jepster_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. :]