I just installed drupal and enabled the core search module...It is only visible when I am signed in. I have played with all the settings in the "Show Block For Specific Roles" section and tried every setting. Anyone know what I can do to make the search box visible no matter if a person is signed in or not?
I'm the author of the biblio module (http://drupal.org/project/biblio), and recently I have been getting a lot of issue reports stemming from other modules use of the form_alter hook.
It seems that many other modules are using form_alter and setting the $form[#theme] to their own theme function and the obvious problem with this is that the original node form's theme function no longer gets called rendering my node form useless.
I have a Drupal-based website where I only use Page type nodes. But there is a few options (fields) in the posting page I never use, like the "gsitemap settings", the "log message" and the authoring information (it's always the same). So I would like to know if it's possible to remove some of those fields to make a posting page as much as possible clean.
I've installed the FormFilter module but it doesn't apply the "filters" permanently, it just shows a link to "view a filtered version".
After adding a custom field using the profile.module and making it visible during registration, the values are entered into the data field of the user table. However, after the user submits profile edits (even w/o changes) the values are entered into the profile_values table. The problem is when a value is clicked to view a user list of similar values--as only the profile_values table is queried. How can I either tell the user module to save custom profile values to the profile_values table, or have the user list also check the data field of the users table?
I remember hearing some Drupal developers were using the IDE, and it is great. I'm just evalutaing it for 21 days and wondered if there was any Drupal integration yet.
Hi everybody, I'm new to Drupal community and working on this great CMS just from a few months.
I need to write some php to let registered users access external services with the same username and password.
Is there a couple of variables i can use for this purpose?