Wysiwyg Linebreaks

Component type

module

Categories

Maintenance status

Development status

Downloads

29982

Component created

Component changed

Wysiwyg Linebreaks allows users of wysiwyg editors to save and open markup from their website with linebreaks instead of <p> and <br /> tags.

You can choose between two different methods:

  • Force linebreaks: Your content will always preserve whitespace/linebreaks around blocks of text, rather than paragraph and break tags.
  • Convert linebreaks: Your legacy content will appear correctly in your WYSIWYG editor, then the content will be saved with the markup added by the editor).

The 'force' option is useful for sites where you would like to edit content both with and without wysiwyg editors (so you don't have to manually enter paragraph and linebreak tags everywhere).

Basically, you can edit content that was originally created without a wysiwyg editor (for instance, simply using Drupal's Filtered HTML format, a user may hit enter twice to create a new paragraph—no <p> tag wraps the block of text in this case), without having to deal with the headache of reformatting everything inside the wysiwyg editor.

CCK Word/Character Count

Component type

module

Maintenance status

Development status

Downloads

2575

Component created

Component changed

The CCK Word/Character Count module allows an administrator to define a word or character count for a CCK field. When the content creator is adding content in that field, it will display a current count of the number or words/characters and how many are left. Once it reaches the limit, the color changes and the user is no longer able to submit the form until the number or words/characters are reduced to the limit.

Text Mining API

Component type

module

Categories

Maintenance status

Development status

Downloads

873

Component created

Component changed

Part of Ouch project.

Text Mining API is a simple pluggable framework module that handle node/taxonomy terms/text fields association process for tagging/metadata services.

It bundles 2 plugin modules providing OpenCalais and Tagthe.net support.

It is build on top of Generic Process API and uses Entity API.

CSS Browser Selector

Component type

module

Categories

Maintenance status

Development status

Downloads

9151

Component created

Component changed

CSS Browser Selector automatically includes browser/OS-specific CSS selectors in your HTML.

Known Issues:
If everything is enabled and you're still not seeing the browser/OS classnames in your body HTML tag, this is most likely because you are using the Garland or similar theme where it does not output this variable.

The simple solution: modify your page.tpl.php file so that the tag now outputs this variable, like so:
<html class="<?php print $body_classes; ?>">

Channels

Component type

module

Maintenance status

Development status

Downloads

984

Component created

Component changed

The Channels module provides a way to publish content on some other third-party applications as Drupal instances.

The publication of nodes is organized in "channels" which define the type of content wich can be published and where (platform, protocole...).

After the configuration, this module will add publication options on the node 's formulary where the author can select the channels on which the content will be published.

Pavatar

Component type

module

Development status

Component created

Component changed

The Personal Avatar (aka Pavatar) is a personal picture hosted on your webspace which is then used by websites to display whenever referring to content provided by YOU, the user.

Micro

Component type

module

Maintenance status

Development status

Downloads

1511

Component created

Component changed

Update: Micro 7.x-1.0-alpha1 is out! It has a useful set of features, but is still quite rough round the edges. Testing/feedback appreciated. See #1477882: Roadmap to 1.0 for development status updates.

Field Slideshow

Component type

module

Categories

Maintenance status

Development status

Downloads

161658

Component created

Component changed

Overview

Provides a Slideshow formatter for Image fields, using JQuery Cycle plugin.

Compared to Views slideshows, building the slideshow from multiple nodes, this module builds it from a single node, with a multi-valued Image/Media/Field Collection field.