Closed (works as designed)
Project:
Guestbook
Version:
6.x-1.1
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Sep 2009 at 18:44 UTC
Updated:
16 Jan 2011 at 04:18 UTC
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
Comment #1
sunTo remove those features, you need a custom module that implements hook_form_alter() to set #access => FALSE on the form elements.