When mail is sent using the Forward module the recipient gets the mail with a "Click here to read more on our site" link at the bottom . I want to remove this link and I am sure I will need to edit the forward module file . Can someone tell me what line(s) to edit/remove ?

Comments

teyser’s picture

Hi,
Just install the firefox browser and firebug addons for that browser.If you mouse over the "readmore" lin,you get the id or class of the link.

with help of this you can do it..

or otherwise Just remove the $links in page.tpl.php file in your theme.

Regards,
-Raj.

electronicmonkey’s picture

The link occurs on the EMAIL not on site . I want to get rid of the back link in the EMAIL , thanks

vivianspencer’s picture

Have a look at the 'forward.theme' file in the forward modules folder (sites/all/modules/forward/forward.theme). You'll find the line you need to edit on line 54, but rather than edit there, copy the entire theme function into your template.php file and make the modification there. This will make sure that the modification stays after any updates you install for the forward module.

- Vivian

electronicmonkey’s picture

Gee it works !! thanks I owe you a beer .