F2C Template Parameters
There are several template parameters which can be used in creating the content of your F2C Articles. Some are based on Joomla information, others on the Fields you have created for the Article submission form.
The template parameters can be used in combination with almost any plugin to get the desired effect for your content without the person submitting the information needing any html/plugin knowledge.
Joomla based F2C Template Parameters
| Value | Template Parameter | Example for use |
| Title | {JOOMLA_TITLE} | place the tite in the alt text for an image for SEO |
| Article ID | {JOOMLA_ID} | ID of the article. |
| Section title | {JOOMLA_SECTION_TITLE} | Section Title |
| Section ID | {JOOMLA_SECTION_ID} | Create URLS |
| Section title alias | {JOOMLA_SECTION_ALIAS} | Section Title Alias |
| Category title | {JOOMLA_CATEGORY_TITLE} | Section Title |
| Category ID | {JOOMLA_CATEGORY_ID} | Create URLS |
| Category title alias | {JOOMLA_CATEGORY_ALIAS} | Section Title Alias |
| Start publish date | {JOOMLA_PUBLISH_UP} | Start publish date |
| Stop publish date | {JOOMLA_PUBLISH_DOWN} | Stoppublish date |
| Article Link | {JOOMLA_ARTICLE_LINK} | To create your own read more .... |
| Meta keywords | {JOOMLA_META_KEYWORDS} | for plugins which use the keywords as tags |
| Meta description | {JOOMLA_META_DESCRIPTION} | If you want to show it ... |
| Author Full Name |
{JOOMLA_AUTHOR} | Use the name anywhere |
| Author Username |
{JOOMLA_AUTHOR_USERNAME} | just so you can :) |
|
Author Email |
{JOOMLA_AUTHOR_EMAIL} | Use the email anywhere |
F2C based Template Parameters
| Value | Template Parameter | Explanation for use |
| Fieldname | {<fieldname>} | Displays the value of the field |
| Select List value | {<fieldname>} | Displays the selected value from a list (NO UTF-8) |
| Select List Display text | {<fieldname>_TEXT} | Displays the text of a selected value (With UTF-8) |
| Image URL absolute |
{<fieldname>} | includes the domain name in the url of the image |
| Image URL relative |
{<fieldname>_PATH_RELATIVE} | the path to the image relative to imagaes/stories/ (COMING in version 2.2.0) |
| Image thumb URL absolute |
{<fieldname>_THUMB_URL_ABSOLUTE} | includes the domain name in the url of the thumb |
| Image thumb URL relative |
{<fieldname>_THUMB_URL_RELATIVE} | the path to the thumb relative to imagaes/stories/ |
| Thumbs directory absolute | {F2C_IMAGES_PATH_THUMBS_ABSOLUTE} | Absolute path to the thumbs directory of the F2C article |
| Thumbs directory relative | {F2C_IMAGES_PATH_THUMBS_RELATIVE} | Relative path (in images/stories/) to the thumbs directory |
| Image directory relative | {F2C_IMAGES_PATH_ABSOLUTE} | Absolute path to the image directory of the F2C Article |
| Image directory relative | {F2C_IMAGES_PATH_RELATIVE} | Relative path (in images/stories/) to the image directory |
| File Upload | {<fieldname>} | Raw url of hyperlink to file |
| File name |
{<fieldname>_FILENAME} | The name of the file |
| Relative file URL |
{<fieldname>_URL_RELATIVE} | Relative path (in media/com_form2content/documents/...) to the file |
| Database Lookup |
{<fieldname>} | Value of the choice made |
| Database Lookup Text |
{<fieldname>_TEXT} | Text of the choice made |

