Using Drupal has left me with hating it. However, that hatred is waining. Buy the book, "Pro Drupal Development". I've only ready a few chapters and I began to realize that my hatred for Drupal only stems from my misunderstanding of it. Although I am still not impressed by the name space Drupal uses (i.e, Taxonomy, nodes, blocks...).
I need to create a simple custom form that sends the submission to an email address. Any way to do this in Drupal 5?
I could just create a PHP form, but I can't get the form to submit to a .php file on the same server since Drupal remaps all URLs. The following modules do part of this, but none of them let you both create a custom form and have the results emailed to an address:
I have a curious problem in Drupal 5. I have installed the Events module as the basis of my new site www.virtualchapel.org.uk . However Drupal now treats all content (including static and story) as an event and is including start date which I do not want. I have tried to remove this via Administer>Themes>Configure ....to no avail. Anyone with more experience on this than me?
I was a relative latecomer to Drupal; my first site was 4.6 powered, and my drupal.org uid is in the 37,000s.
On this site, Drupal 3.0 is the earliest release I can find references to. Is the core for Drupals 1,2,3 & 4 still available anywhere?
I'd be interested in having a look at them, just for fun. Drupal is developing so quickly at the moment, I'd be interested to look at the changes over the last few years.
Under this area "/admin/user/configure/permission", I have set anonymous users to be able to create and view a specific node type by checking the appropriate checkboxes. I am not using a contrib module.