Stoppt die Vorratsdatenspeicherung! Jetzt klicken &handeln! Willst du auch an der Aktion teilnehmen? Hier findest du alle relevanten Infos und Materialien:

Archived entries for cck

Field formatters in Drupal 7

ComputerMinds erklärt custom Formatters in Drupal 7:

Creating extra field formatters in Drupal 7 is fairly simple, but it can take some poking around in the new Fields code. So here is some sample code to make it easier for you! You can add formats to your own fields — or existing fields that are defined by other Drupal modules. This is the case for the following example - a formatter for a link field to display the URL as an absolute URL.

daily links

  • Advanced Form | drupal.org
    A UI tweak to hide certain features or the form interface from normal use, but still have them available on the page for validation and quick access.
    This slims down the UI to make things seem simpler, without overloading the maintenance tasks with layers of permissions, or removing any control from the user.
  • Browser - die TYPO3-Frontend-Engine: TYPO3 Browser
    TYPO3-User entscheiden mit der Maus, ob ein Suchformular, ein A-Z-Browser oder etwa ein Datensatz-Browser angezeigt werden sollen oder nicht. Viele weitere Fragen werden ebenfalls mit einem Klick entschieden wie etwa die Darstellung der Daten mit AJAX.
    Für Experten steht darüberhinaus ein mächtiges TypoScript-Gerüst – die Konfigurationssprache von TYPO3 – zur Verfügung, die viele weitere Gestaltungsmöglichkeiten eröffnet.
    Enwickler, die den Browser verwenden, brauchen kein eigenes Plugin – sie brauchen keine Zeile PHP zu programmieren.
  • WYSIWYG Force Linebreaks | drupal.org
    WYSIWYG Linebreaks allows users of WYSIWYG editors (such as TinyMCE or CKEditor) to save and open markup from their website with linebreaks instead of <p> and <br /> tags.
  • Create Event-Websites
    We are making it incredibly easy to create, find or attend an event. We help you manage the hard stuff—such as registrations and selling tickets—and we set you up with the tools to help your event spread virally through social networks. It's event management, search, and promotion all coming together for the first time. We call it social commerce.
  • jEditable inline content editing | drupal.org
    The jEditable module provides integration between Drupal's CCK module and the excellent jQuery plugin, jEditable. It is implemented as a CCK formatter, which makes inline editing possible through regular node displays, Panels, Views, or anywhere else you can place a CCK field.

Drupal: Field injector

Das Modul Field injector klingt extrem hilfreich. Notiz an mich: testen!

Provides a display settings for fields to inject themselves into text fields at specific locations. For example, you can have an image field inject itself below the first paragraph of the body field.

Drupal 7: Custom Field Formater

Drupal 7 steht vor der Tür und da kommt die dreiteilige Serie über Custom Field Formater für CCK sehr gelegen.

In this article I will look at creating a simple field formatter. A field formatter is what you choose on a content type’s “Manage Display” tab to format the content of a field when a node is displayed. I am starting with the field formatter because it is the easiest of the three components of a field (field type, field widget, field formatter) to implement correctly, and because you may wish to build a formatter for an existing field without building a widget.

Drupal: Create CCK Formaters

Von der Design4Drupal How to Create CCK Formatters:

The best way to template out your node content and views fields is to not have to! By creating your own CCK formatters you can take control of your field output. CCK formatters are the options you see when you go the ‘Display Fields’ tab for a content type, or choose the output of a views field, or as an option in Panels.



Copyright © 2004–2009. All rights reserved. – Impressum

RSS Feed. This blog is proudly powered by Wordpress and uses Modern Clix, a theme by Rodrigo Galindez.