Actions
Feature proposal #4850
closedImprove default footer and header
Start date:
10 November 2014
Due date:
% Done:
0%
Estimated time:
Description
Improve the footer and header to have nice HTML by default and have language keys for footer, header, and subject.
Updated by nant over 10 years ago
I am not sure on how and what to put into language strings, but the code I got from Jacob that I used for the demo screenshot for article is:
Body Header:
<table width="450" border="0" cellpadding="10" cellspacing="0" align="center" bgcolor="#e7e7e7" style="font-family:Arial, Helvetica, sans-serif; font-size:13px;"> <tr> <td colspan="2" align="center" bgcolor="#d7d7d7"> You have been invited by<strong> [username]</strong> to join <a href="[site]" title="" target="_blank">[sitename]</a> ! </td> </tr> <tr> <td colspan="2" bgcolor="#fff" style="line-height:100%; height:1px; margin:0; padding:0;"></td> </tr> <tr> <td width="20%"><img src="[avatar]" alt="[username]'s picture" width="100 px" style="border:solid 1px #fff;"></td> <td> <strong>Personal message from [username] :</strong><br /> <br />
Body Footer:
<br /> </td> </tr> <tr> <td colspan="2" bgcolor="#fff" style="line-height:100%; height:1px; margin:0; padding:0;"></td> </tr> <tr> <td colspan="2" align="center" bgcolor="#d7d7d7">Invite code: [code]</td> </tr> <tr> <td colspan="2" bgcolor="#fff" style="line-height:100%; height:1px; margin:0; padding:0;"></td> </tr> <tr> <td colspan="2" align="left"> <table width="100%" border="0" cellpadding="0" style="font-family:Arial, Helvetica, sans-serif; font-size:13px;"> <tr> <td>» <a href="[profile]" title="" target="_blank">[username]'s profile</a></td> <td align="right"> » <a href="[register]" title="" target="_blank">Click here to register</a></td> </tr> </table> <a href="[register]" title="" target="_blank"></a> </td> </tr> </table>
Updated by krileon about 10 years ago
- Status changed from Assigned to Rejected
- Target version deleted (
4.0.3)
It's too much to be putting into the XML. Recommend a tutorial with this information so users can use it if they want.
Actions