1.0.2releasedField: URL

Specialized field for URL.

Clone URLhttps://github.com/vlad-ghita/url_field.git

Add as a submodulegit submodule add https://github.com/vlad-ghita/url_field.git extensions/url_field --recursive

Compatibility

2.x.x2.1.x2.2.x2.3.x2.4.x2.5.x2.6.x2.7.02.7.12.7.22.7.32.7.42.7.52.7.62.7.72.7.82.7.92.7.10
NoNoNo1.0.2NoNoNoNoNoNoNoNoNoNoNoNoNoNo. Soon?

Readme

URL Field

Specialized field for attaching internal cool links or external links in Symphony CMS.

1 About

This field depends on Entry URL field. Install it before continuing.

It allows the cool linking between Symphony entries so you will never have dead links any longer.

2 Installation

  1. Install Entry URL field.
  2. Upload the url_field folder in this archive to your Symphony extensions folder.
  3. On System -> Extensions page install it by selecting the Field: URL, choose Enable/Install from the With selected ... menu, then click Apply.
  4. The URL field will be available in the list when creating a Section.

3 Usage

1_ Add an Entry URL field named View on site to a Section A (I assume you have a Text box with name = Title):

Set a slick value for Anchor Label: Link of "{entry/title}"
Set a slick value for Anchor URL: /entries/{entry/title/@handle}

2_ Create some entries in Section A.

3_ Go to Section B and add URL Field to it. Select View on site from Section A in Values selectbox.

4_ Create an entry in Section B. You can swtich between Internal and External links. Internal select will be populated with all entries from Section A.

For External links, the value must be a valid URI.

If you don't select any sections in field settings, the field will accept only External links.

Version history

Requires Symphony 2.3.x

  • Supported fields allows more values now. Currently only Entry URL.

Requires Symphony 2.3.x

  • Remove static access for table variable so it can be extended.

Requires Symphony 2.3.x

  • Initial release.