Podcast

Component type

module

Maintenance status

Development status

Component created

Component changed

This module is a Features export manipulating views and content types needed for my approach to creating a podcast in Drupal 7. This is, currently, a sensible starting point... not an out of the box solution. This feature is dependent on the iTunes_Feed_Formatter module in my sandbox.

Improved Text Trim

Component type

module

Maintenance status

Development status

Component created

Component changed

The text_summary() function used for displaying text fields with the "Trimmed" or "Summary or trimmed" formatters (i.e., within teasers) has some shortcomings as discussed in #221257: text_summary() should output valid HTML and Unicode text, and not count markup characters as part of the text length.

Image Preview

Component type

module

Maintenance status

Development status

Downloads

2762

Component created

Component changed

Overview

When you hover over an image, it loads a bigger version of that image next to it. You can also enable a "zoom" feature that lets you replace the bigger image on keypress of "z" with for example a crop image style.

Devlopment infos

The script uses hoverIntent
The basic jquery replacement script is written for the module and easy readable if you know basic jquery.

Comment Face

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module allow user add face into comment, and show comment face.


Usage:

1.Replace comment content in comment.tpl.php

//print render($content);
print comment_face_replace($comment->comment_body['und'][0]['safe_value']);

2.Replace comment subject in comment.tpl.php

Textualizer - Awesome Text Transitions

Component type

module

Maintenance status

Development status

Downloads

3149

Component created

Component changed

Textualizer is a jQuery module which offers awesome text transitions.

The module accepts any number of sentences (or words) and can rotate them smartly and beautifully.

Once a sentence is about to rotate with the other one, the letters that will be re-used are kept and move to their new locations with several effects.

Textualizer currently has the following effects

  • fadeIn
  • slideLeft
  • slideTop
  • Random

It is possible to define the duration that each item will be displayed and also the duration of the transitions.