You are here

README.txt in Advanced Link 6

Same filename and directory in other branches
  1. 7 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
 * CCK

Install
-------

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

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

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

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. * CCK
  16. Install
  17. -------
  18. 1) Copy the advanced_link folder to the modules folder in your installation.
  19. 2) Enable the module using Administer -> Site building -> Modules
  20. (/admin/build/modules).
  21. 3) Create a new link field using CCK's interface. Visit Administer ->
  22. Content management -> Content types (admin/content/types), then click
  23. Manage fields on the type you want to add an advanced link field. Select
  24. "Link" as the field type and "Advanced Link" as the widget type to
  25. create a new field.
  26. 4) Customize Advanced field settings through field settings form.
  27. Contact
  28. -------
  29. Developed by: www.druplaldriven.com
  30. Email: pr@drupaldriven.com