Projet

Général

Profil

Paste
Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / link @ bad4e148

Nom Taille Révision Âge Auteur Commentaire
  css 8e7483ab plus de 4 ans Assos Assos Weekly update of contrib modules
  tests bad4e148 environ 3 ans Assos Assos Weekly update of contrib modules
  views 8e7483ab plus de 4 ans Assos Assos Weekly update of contrib modules
CHANGELOG.txt 24,1 ko bad4e148 environ 3 ans Assos Assos Weekly update of contrib modules
LICENSE.txt 17,7 ko f7a2490e environ 10 ans Assos Assos git mv htmltest drupal7
README.txt 3,39 ko 8e7483ab plus de 4 ans Assos Assos Weekly update of contrib modules
link.admin.inc 613 octets bad4e148 environ 3 ans Assos Assos Weekly update of contrib modules
link.devel_generate.inc 899 octets 8e7483ab plus de 4 ans Assos Assos Weekly update of contrib modules
link.diff.inc 482 octets 39a181a4 presque 6 ans Assos Assos Weekly update of contrib modules
link.info 1,12 ko bad4e148 environ 3 ans Assos Assos Weekly update of contrib modules
link.install 4,05 ko bad4e148 environ 3 ans Assos Assos Weekly update of contrib modules
link.migrate.inc 4,26 ko bad4e148 environ 3 ans Assos Assos Weekly update of contrib modules
link.module 70,5 ko bad4e148 environ 3 ans Assos Assos Weekly update of contrib modules

Dernières révisions

# Date Auteur Commentaire
bad4e148 21/04/2021 23:12 Assos Assos

Weekly update of contrib modules

8e7483ab 20/11/2019 23:24 Assos Assos

Weekly update of contrib modules

639c8fcb 20/02/2019 23:38 Assos Assos

Weekly update of contrib modules

39a181a4 17/05/2018 00:40 Assos Assos

Weekly update of contrib modules

7fe061e8 20/01/2016 22:52 Assos Assos

Weekly update of contrib modules

c8740e19 22/10/2014 22:49 Assos Assos

Weekly update of contrib modules

f7a2490e 13/02/2014 15:56 Assos Assos

git mv htmltest drupal7

Voir les révisions

README


CONTENTS OF THIS FILE

  • Introduction
  • Requirements
  • Installation
  • Configuration
  • Example
  • Theming and Output
  • Maintainers

INTRODUCTION

The link can be count to the top 50 projects in Drupal installations and
provides a standard custom content field for links. With this module links can
be added easily to any content types and profiles and include advanced
validating and different ways of storing internal or external links and URLs. It
also supports additional link text title, site wide tokens for titles and title
attributes, target attributes, css class attribution, static repeating values,
input conversion, and many more.

REQUIREMENTS

No special requirements

INSTALLATION

Install as you would normally install a contributed Drupal module. See:
https://drupal.org/documentation/install/modules-themes/modules-7 for further
information.

CONFIGURATION

  • Configuration is only slightly more complicated than a text field. Link text titles for URLs can be made required, set as instead of URL, optional (default), or left out entirely. If no link text title is provided, the trimmed version of the complete URL will be displayed. The target attribute should be set to "_blank", "top", or left out completely (checkboxes provide info). The rel=nofollow attribute prevents the link from being followed by certain search engines. More info at Wikipedia (http://en.wikipedia.org/wiki/Spam_in_blogs#rel.3D.22nofollow.22).

EXAMPLE

If you were to create a field named 'My New Link', the default display of the
link would be:

[Title] where items between [] characters would be customized
based on the user input.

The link project supports both, internal and external URLs. URLs are validated
on input. Here are some examples of data input and the default view of a link:
http://drupal.org results in http://drupal.org, but drupal.org results in
http://drupal.org, while will convert into http://drupal.org and
node/74971 into http://drupal.org/project/link

Anchors and query strings may also be used in any of these cases, including:
node/74971/edit?destination=node/74972#pager

THEMING AND OUTPUT

Since link module is mainly a data storage field in a modular framework, the
theming and output is up to the site builder and other additional modules. There
are many modules in the Drupal repository, which control the output of fields
perfectly and can handle rules, user actions, markup dependencies, and can vary
the output under many different conditions, with much more efficience and
flexibility for different scenarios. Please check out modules like views,
display suite, panels, etc for such needs

MAINTAINERS

Current maintainers:

Formats disponibles : Atom