I am using this with 4.5. It works if you choose the email option from a node but the 'email this page' option that appears in the themes primary links fails to work. After filling the two fields properly and clicking send, the error appears as:
"You must supply your name and a valid email address"
It appears that this is derived from the link missing the nid# at end of string.
?q=emailpage&nid=
If you are using the email link that is in each node, then it properly adds the nid:
?q=emailpage&nid=9
Also, there should be the option to remove the 'email this page' primary link from appearing by editing the themes config, just like other links can be removed or displayed.
Comments
Comment #1
sulleleven commentedI am going to check it out the code now.
(that was my post above)
Comment #2
sulleleven commentedCorection:
"Also, there should be the option to remove the 'email this page' primary link from appearing by editing the themes config, just like other links can be removed or displayed."
I realized that drupal theme config does not offer that extra level of control.
---
Comment #3
darren ohDuplicate of issue 13451.