how-to

12
Nov
2009
Grayside

Remove CCK Fields from the Node Form

There is a fine tutorial on drupal.org describing How to set the disabled attribute of a CCK field on your node add/edit form. All that does is deactivate the input widget without removing the clutter. Let’s get rid of the form elements entirely.

To actually remove the field from the input form, change the _mysnippet_fix_disabled() function to the following:

18
Aug
2009
Grayside

Zero Configuration Multisite

This is a straightforward walkthrough to installing Drupal in multi-site “mode” without needing to make any configuration changes to your webserver. This tutorial assumes your webserver will follow symlinks.

Download Drupal

Download the latest Drupal release from http://drupal.org. Put it inside a directory named, say drupal_multisite. It does not need to be in the webserver’s directories.

Create Your Sites Directories

Even if you are only going to start with one site, follow these steps.

Subscribe to RSS - how-to