Offers a field that will place a link to the frontend in the publish pages
Using the brackets syntax, it permits to create frontend links related to the entry.
- Symphony CMS version 2.3.4 and up (as of the day of the last release of this extension)
git clone
/ download and unpack the tarball file- Put into the extension directory
- Enable/install just like any other extension
You can also install it using the extension downloader.
For more information, see http://getsymphony.com/learn/tasks/view/install-an-extension/
- Add a Link Preview field to your section.
- Set up the url format using values from other fields.
- Use "Anchor Label" to give your link a custom label.
- A simple link will be added next to the title of the entry.
- Use
{$fieldname}
to include the handle of a field - Use
{$fieldname:value}
to include the value instead of the handle - Use
{$fieldname:id}
to include the ID of an associated entry - Use qualifiers for php date_format to format date and datetime fields:
- i.e. /article/
{$date:Y}
/{$date:m}
/{$date:d}
/{$title}
/
- i.e. /article/
- Use qualifiers for php date_format to format the current system date:
- i.e. /today/
{$system:date:Y}
/{$system:date:m}
/{$system:date:d}
/
- i.e. /today/
- Available system values:
system:id
=> Entry IDsystem:time
=> 'H:i'system:date
=> 'Y-m-d'system:day
=> 'd'system:month
=> 'm',system:year
=> 'Y',system:root
=> URL,system:workspace
=> URL . '/workspace',system:http-host
=> HTTP_HOST,
MIT http://deuxhuithuit.mit-license.org
Voila !
Come say hi! -> https://deuxhuithuit.com/