After installing WAMP server i copied the files of drupal to run.Then i got a login window ,since i don't have an account i created a new account .After that when i tried to create a second account i got a message "access denied". Since i am developing a scrapbook module i need at least 2 users to check the working of the module .So can u help me to create a second account ?
I am working on a special cck field type, "See Map" links for content types that have mappable addresses, and saving the value of a checkbox widget does not work.
The field configuration allows you to specify the names of the other fields that represent the street address, the city etc. The widget that is shown when the content is edited is a simple checkbox, to enable or disable these "See Map" links for this particular node. The value of this checkbox is not saved to the database, and I have no clue why.
I want to send an email to a configurable address when an event node is added.. Obviously, I don't want to maintain a patch for node. The Notify module can send an email when a node is added, but can't filter by type - and is a lot more than what I need anyway.
Is the correct/best practice to just write a tiny little module that uses hook_cron to check for new events, and fire off an email if so, or am I missing something obvious?