I am trying to figure out how I can make the newly embedded in Drupal 6 Actions module to send e-mails to all users. I see I can type %author or a specific e-mail address in the recipient field. But how about all users or a specific role? I actually want to make it work similarly to the Notify module in Drupal 5. It should send e-mails to all users when a new content on the site is created.
why can't I just enter
sites/default/files/myfile.txt
It works if I put my full path http.... but I'd rather use relative paths and even better if I could alias the files directory and have something like this
files/myfile.txt
I'm thinking that I'm missing something simple here
I am using taxonomy menu with the category for my files being links>files. can't see that being an issue as it's a regular menu item that I am trying to create.
I am running Druapal 6 and I was wondering if there is a way to add more forms on the contact form, such as name, address, state, etc. I can't seem to find a way to customize it. If that is not possible does anyone know of any mods that would allow this? Thanks!