Développeur Drupal & intégrateur CSS

Romain Trenet

Indépendant

36 ans, France

Contact : romain.trenet@gmail.com | Mon C.V.

Modules utilisés avec Drupal 7

Admin

  • Administrative links are displayed in a CSS/JS-based menu at the top on all pages of your site.

  • The features module enables the capture and management of features in Drupal. A feature is a collection of Drupal entities which taken together satisfy a certain use-case.

    Features provides a UI and API for taking different site building components from modules with exportables and bundling them together in a single feature module. A feature module is like any other Drupal module except that it declares its components (e.g. views, contexts, CCK fields, etc.) in its .info file so that it can be checked, updated, or reverted programmatically.

Autres

  • By default, Drupal requires that you enter a path for each menu link you add/edit from the Menu administration page.
    There are cases you may want to create a parent item, without any path, that simply links to its first viewable child item.
    Menu Firstchild provides this functionality.

Field

  • Provides a field type that can reference arbitrary entities:

    A generic entity reference field
    Four widgets:
    Two implemented on top of the Options module (Select and Radios/Checkboxes),
    Two autocomplete widgets (one with one text field per entry, one tag-style with comma-separated entries in the same text field)
    Two formatters:
    A "Label" formatter, with optional link that displays the label of the referenced entity (the node title, the user name, etc.)
    A "Rendered entity" formatter, that renders the references entity using a configurable view mode
    Integration with Views (for both forward and backward references)
    Integration with Entity Metadata (and as a consequence with Search API and the like)
    Integration with Devel generate
    Integration with Feeds and Migrate (>= 2.3) for painless data import

    This modules depends on Entity API and CTools.

    Modules extending Entity reference functionality:

    Entityreference view widget
    Entityreference prepopulate
    Inline Entity Form

Node

  • Nodequeue me permet de générer des listes de contenu et de les lier à la création de vues via le module view en jouant sur les relations.

    Ainsi, je peux créer une sélection ordonnée de produits dans un tableau via un système de glisser-déposer.

    C'est très pratique pour les gérants de site novice en développement web.

User

  • LoginToboggan permet aux utilisateurs de se logger ou de s'enregistrer avec son adresse mail.
    Ce module permet aussi :

    - la redirection après enregistrement

    - la vérification de l'adresse mail

    - la possibilité de passer par une vérification par mail pour la demande d'enregistrement

    - la possibilité de limiter le mot de passe à un minimum de caractères

    - la possibilité d'avoir un formulaire d'enregistrement dans la page 403