There are so many drupal modules that I can't find the one I want. Is there a module that allows users to email posts to other people?

This would be for 4.7.x.

thanks for any help

Comments

Anonymous’s picture

There are a few mods that do this. One of them that does it rather well, IMHO, is http://drupal.org/project/forward

txcrew

--------
http://3to1studios.com

lasarletter’s picture

I tried to install the forward module, but it doesn't include a script in the instructions. See

"Step 1)
Create the 'forward' database table. If using MySQL, this can be done using
the included 'forward.mysql' script. From the command line, enter:"

I can't find the "forward.mysql" script in the download. It isn't there. . . .

bill18’s picture

I cannot find the script either. Can someone help?

vm’s picture

Modules on Drupal 4.7.x install the sql tables themselves when the module is enabled., The developer may have forgotten to update the documentation. There is a .install file located in the module download which will take care of installing the necessary MySQL table
_____________________________________________________________________________________________
give a person a fish and you feed them for a day but ... teach a person to fish and you feed them for a lifetime

bill18’s picture

Thank you!

But I have another problem now.

I am running Drupal 4.7 and installed forward module. I enable the module and adjust the settings. I login as administrater on my site. When I click "email this story", I have the following message,
"Access denied
You are not authorized to access this page."

In the access control, I had given everybody the right to access forward

demian’s picture