Etsy widgets

Component type

module

Maintenance status

Development status

Component created

Component changed

This module is intended to be the home of many Etsy widgets. If you're looking for a deeper integration with Etsy, try the Etsy API module: drupal.org/project/etsy
If you want to contribute a widget - open an issue and attach your code.

friend proposal

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module gets your nodes marked as "content profile" and compare with the nodes of other users in your site. As a result, it shows you a proposal list of new friends with similar profiles to yours.

Relation Unique

Component type

module

Maintenance status

Development status

Downloads

1902

Component created

Component changed

The Relation Unique module extends the Relation module with a "property" that constrains relations of a given type, much like the built-in properties "unique" and "transitive".

Relation Unique adds "endpoint uniqueness" to the provided properties:

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

Menu Subtitle

Component type

module

Maintenance status

Development status

Downloads

2846

Component created

Component changed

This module adds a new field to menu items to set a subtitle to show on menu links!

Actualy it should work on primary/secondary menu and normal menu items.

TODO:
#show the subtitle above the menu link as option
#generate the subtitle with custom php code
#integration with views
#integration with token

KNOW BUGS:
1. This module breaks Context module UI configruation
2. This module stops theme_menu_link() hooks from being run at the theme layer

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.