You are here

README.txt in Advanced Link 7

Same filename and directory in other branches
  1. 6 README.txt
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.

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

Install
-------

1) Copy the advanced_link folder to the modules folder in your installation.

2) Enable the module using Administer -> Modules
   (/admin/modules).

3) 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.

4) Customize Advanced field settings through field settings form.

Contact
-------

Developed by: www.druplaldriven.com
Email: pr@drupaldriven.com

File

README.txt
View source
  1. Provides autocomplete widget for CCK Link field and additional functionality
  2. over standard field:
  3. * Variants of URL filtering (external or internal).
  4. * Additional filter options by using URL patterns.
  5. * Autocomplete link field for internal mode.
  6. Use cases
  7. ---------
  8. * You want allow users specify link only to several sites
  9. (i.e. specify link only to facebook or twitter)
  10. * You want restrict users to specify only internal or external links
  11. * You want to use autocomplete suggestion when specifying internal links
  12. Dependencies
  13. ------------
  14. * Link
  15. Install
  16. -------
  17. 1) Copy the advanced_link folder to the modules folder in your installation.
  18. 2) Enable the module using Administer -> Modules
  19. (/admin/modules).
  20. 3) Create a new link field using Field interface. Visit Administer ->
  21. Structure -> Content types (dmin/structure/types), then click
  22. Manage fields on the type you want to add an advanced link field. Select
  23. "Link" as the field type and "Advanced Link" as the widget type to
  24. create a new field.
  25. 4) Customize Advanced field settings through field settings form.
  26. Contact
  27. -------
  28. Developed by: www.druplaldriven.com
  29. Email: pr@drupaldriven.com