By jbrown on
I threw this Drupal 6 site together for my dentist brother-in-law to be. It shows how Drupal is effective for even the simplest of sites.
Modules
img
global redirect
meta tags
path filter
The theme is, obviously, Zen Classic.
Criticism welcome.
Comments
I see you turned off the
I see you turned off the navigation block and login block. Good thinking for a site that only needs a handful of primary links.
So you tell the customer, go to http://geoffthedentist.com/user ?
and you remembered to set so others can not create accounts on the fly, good.
I often think that drupal should have two defaults... one typical (nominal) like the default install is now, where admin settings have typical security, users can create accounts pending confirmation...
THEN drupal could have another option during install to be "secure by default" and have settings similar to what you had to select,
i.e. accounts only by admin, maybe all but page module turned off... etc...
there may be module that does this, but would be nice to have this in the install options... amazing how much richer drupal6 install is over drupal5, love the menu weighting also....