By electronicmonkey on
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
Hi
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.
The link occurs on the EMAIL
The link occurs on the EMAIL not on site . I want to get rid of the back link in the EMAIL , thanks
Have a look at the
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
Gee it works !! thanks I owe
Gee it works !! thanks I owe you a beer .