Send mail to all users action in Drupal 6?

Hello!

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.

Any ideas?

trouble using relative path to files from menu

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.

XMLRPC from flex

Hi,

I enable XMLRPC server and node.load service.

in flex I try the following:

url="http://localhost:8888/Drupal-6.0/services/xmlrpc"
resultFormat="text" result="result(event)" fault="fault(event)"/>
...
var o:Object = new Object();
o.methodName = "node.load";
o.nid = 1;
test.send(o);

and I get a:

live support mod

Is anyone aware of a mod to allow live support for my customers that visit my site? It can be free or paid.

Customizing the Contact Form

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!

News Module

Do you want to put the latest news/blogs from all over the world on your site? On a sidebar? On a search page? On any other page?

I have written a very basic (starter) drupal module that gets you news from all over the world using the Daylife News APIs. You can download the drupal module here: http://develop.daylife.com/demos/samples/download/daylife_drupal_module.zip

Pages

Subscribe with RSS Subscribe to RSS - Drupal 6.x