I would love for there to be an option to exclude the opt-out box from the registration page.

Comments

eidolon night’s picture

Is there a way to accomplish this now? Some line of code I can comment out?

oadaeh’s picture

Change line 174 from:

if ($type == 'register' || ($type == 'form' && $category == 'account')) {

to:

if ($type == 'form' && $category == 'account') {

I have not tested it, but that should give you what you want.

Adding this as a feature to the regular module, while not complicated, would require more work. Unfortunately for all my modules, I've been swamped with other things and have not had the time to devote to them. I hope that will change soon.

oadaeh’s picture

Status: Active » Fixed

I've added this an administrative option: http://drupal.org/cvs?commit=361772

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.