I activated the module. Set the permissions to administer the page. But when I went to:

administer >> settings >> emailpage

I got: "You do not have permission for this page" error message.

I assume this page is so you can set up the text in the email -- which I need to do...

I am using version 4.5.0 xtemplate theme.

Thanks

Keith Daniels

Comments

mikeryan’s picture

See http://drupal.org/node/16062 for a patch for this problem. Or, just edit emailpage.module and change the string "admin emailpage" in the emailpage_settings() function to "administer emailpage".

Anonymous’s picture