Closed (fixed)
Project:
Forward
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 Jul 2008 at 18:40 UTC
Updated:
25 Jun 2009 at 20:10 UTC
How about forward_instructions and forward_thankyou have the same flexibility as the email messages of using !site. This allows forward to work seamlessly with domain_access which operates multiple websites through one database install. It looks like forward instructions would simply need to have ", array('!site' => variable_get('site_name', 'drupal'))" added to the t() that encloses the message and forward_thankyou would just need to add a t() with the same array. !name might also be useful with thankyou. It just seems like a quick fix that adds flexibility without adding undue overhead or weight.
Comments
Comment #1
seanrThanks. Committed to CVS; will be in a release shortly.