Closed (works as designed)
Project:
Forward
Version:
7.x-1.4
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Oct 2012 at 05:39 UTC
Updated:
24 Nov 2015 at 03:21 UTC
Jump to comment: Most recent
Comments
Comment #1
brighteridea commentedComment #2
bradallenfisher commentedI was just looking for this feature myself. Is there a way to do it?
Comment #3
john.oltman commentedYes, create a function named MYTHEME_forward_page($variables) in your theme's template.php file. Look at the stub function theme_forward_page in forward.module as a guide - you will need to return the modified form. The node with the email address inside it is available within the variables array.
Comment #4
john.oltman commented