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 |
Jump to:
Description
Use the name given by the sender in the headline of the personal message:
replace
<?php
t('Message from Sender')
?><?php
t("Message from @username", array('@username' => $yname ? $yname : 'Sender'))
?>| Attachment | Size |
|---|---|
| user_yname_in_personal_message_title.patch | 645 bytes |

#1
Fixed in CVS. Thanks.
#2
Automatically closed -- issue fixed for 2 weeks with no activity.