There's an option in the edit profile for each user to disable or enable their own guestbook status. I want to get rid of this as I want it to be enabled for each and every user. I don't want the 'intro text' feature either. Advice would be appreciated. Thanks.

Comments

sun’s picture

Status: Active » Closed (works as designed)

To remove those features, you need a custom module that implements hook_form_alter() to set #access => FALSE on the form elements.