Replace 'Sender' with @yname in forward.tpl.php

derjochenmeyer - September 20, 2009 - 19:32
Project:Forward
Version:6.x-1.9
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:closed
Description

Use the name given by the sender in the headline of the personal message:

replace

<?php
t
('Message from Sender')
?>
with
<?php
t
("Message from @username", array('@username' => $yname ? $yname : 'Sender'))
?>

AttachmentSize
user_yname_in_personal_message_title.patch645 bytes

#1

seanr - October 5, 2009 - 21:47
Status:needs review» fixed

Fixed in CVS. Thanks.

#2

System Message - October 19, 2009 - 21:50
Status:fixed» closed

Automatically closed -- issue fixed for 2 weeks with no activity.

 
 

Drupal is a registered trademark of Dries Buytaert.