Advanced Link
Categories
Component ID
1393602
Component name
Advanced Link
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
34797
Component created
Component changed
Component body
About Advanced Link
Provides autocomplete widget for CCK Link field and additional functionality over standard field:
- Variants of URL filtering (external or internal).
- Additional filter options by using URL patterns.
- Autocomplete link field for internal mode - displays suggestions from existing url aliases and menu items
- Option to allow users select url title from predefined list of values
Use cases
- You want allow users specify link only to several sites (i.e. specify link only to facebook or twitter)
- You want restrict users to specify only internal or external links
- You want to use autocomplete suggestion when specifying internal links
Dependencies
- Link module
Installation for Drupal 6
- Copy the advanced_link folder to the modules folder in your installation.
- Enable the module using Administer -> Site building -> Modules (/admin/build/modules).
- Create a new link field using CCK's interface. Visit Administer -> Content management -> Content types (admin/content/types), then click Manage fields on the type you want to add an advanced link field. Select "Link" as the field type and "Advanced Link" as the widget type to create a new field.
- If you already have some Link fields - you can easily change their widget to Advanced Link.
- Customize Advanced field settings through field settings form.
Installation for Drupal 7
- Copy the advanced_link folder to the modules folder in your installation.
- Enable the module using Administer -> Modules (/admin/modules).
- Create a new link field using Field interface. Visit Administer -> Structure -> Content types (dmin/structure/types), then click Manage fields on the type you want to add an advanced link field. Select "Link" as the field type and "Advanced Link" as the widget type to create a new field.
- If you already have some Link fields - you can easily change their widget to Advanced Link.
- Customize Advanced field settings through field settings form.
Acknowledgements
Releases 7.x-1.1, 7.x-1.2 and 6.x-1.3, 6.x-1.4 are developed during Code Sprint DrupalNight UA 2012.
