My 'announcements' are actually job ads -- with a standard format that I need to use and feed to other apps.
I created a template in the fcktemplates.xml file. Rather than have the user re-type the title which they just entered as the announcement title [TITLE], I thought I'd just display the contents of the [TITLE] token in the job ad.
I figured I'd just put '[TITLE]' in the template. Result?: 'The text [TITLE]' displays. Not the content of the token.
Obviously, this requires some bit of programming expertise I don't have. Ideas? Solutions?
- <Template title="NAOBI DC Jobs" image="JobAd_template.gif">
<Description>Input form for Local DC Interpreting Jobs</Description>
- <![CDATA[
<table align="left" width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td>
<table class="Normal" cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td width="81">Category:</td>
<td>Job</td>
</tr>
<tr>
<td width="81">Title:</td>
<td>[TITLE]</td>
</tr>
<tr>
<td width="81">Date:</td>
<td>...type closing date or start date here...</td>
</tr>
<tr>
<td width="81">Location:</td>
<td>...type city & state here...</td>
</tr>
<tr><td> </td></tr>
<tr>
<td class="Normal" colspan="2">...type all other job info here... ...type all other job info here... ...type all other job info here... ...type all other job info here... ...type all other job info here...</td>
</tr>
</tbody>
</table>
</td></tr></table>
]]>
**filtered** type="text/javascript">f(clean);
</Html>
</Template>