Is there anyway, without editing the module code, to disable the user's ability to add/edit "Intro Text" when on the "Edit Account" screen?

I'd do it with CSS, but unfortunately I cannot display:none the label for the intro text...

Comments

sun’s picture

Status: Active » Fixed

No, but you can implement hook_form_alter() in a custom module to set #access = FALSE for this field.

trevorleenc’s picture

unfortunately...this is kind of beyond me at this point...not even really sure where to start...

so, "thanks" anyway...

Anonymous’s picture

Status: Fixed » Closed (fixed)

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

trevorleenc’s picture

I did find this module, which managed to do exactly what I wanted:
http://drupal.org/project/formdefaults