Search Results

1
vote

What is a good barebones CMS or framework?

Drupal's include system should keep everything relatively lightweight as long as you only include what you need. Despite the fact that it comes with a smattering of modules, what you choose to enab …
2
votes

How do you remove the default title and body fields in a CCK generated Drupal content-type?

If you're not a developer (or you want to shortcut the development process), another possible solution is to utilize the auto_nodetitle module. Auto nodetitle will let you create rules for generat …