Authored Blog

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module Use for authoring blog functionality. You can override blog author etc. For this you need two content type with cck user reference field with multi values

1. One Blog (with cck user reference + multi values)
2. One for Blog Post

In blog content type when you create a node that time you select author of this node after creating you go to blog post content type and select that author which you select in blog and post your contents on that selected authored blog node.

PHPMotion Video Integration

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This project allows you to integrate videos from your PHPMotion site to your Drupal site.
You can create several blocs and use gallery pages for your videos contained in your PHPMotion site.
You have a system to integrate the taxonomy of your PHPMotion site to your Drupal site yet.

View Mode Tooltip

Component type

module

Maintenance status

Development status

Downloads

379

Component created

Component changed

This module let's you use an entity view mode as a tooltip. By default it works with fields of type "text".

If you have the Display Suite module installed, you will see a "Title (View mode tooltip)" field as an example.

I want to use it in my module

The module also comes with a theme function you can use. Example :

Gallery Link

Component type

module

Maintenance status

Development status

Downloads

2499

Component created

Component changed

Gallery Link provides a field formatter for image fields. You can display images as gallery triggered by a link. You can also use a token for the trigger text.

Following introduction applies the new 2.x version:

Meetup Events

Component type

module

Categories

Maintenance status

Development status

Downloads

2671

Component created

Component changed

The Meetup Events module provides a way to automatically sync events created in your drupal site to meetup.com. This assumes your definitive data about your events lives in drupal, but you'd like to have the events also listed in meetup to get more publicity.

Expire Questions

Component type

module

Maintenance status

Development status

Downloads

1459

Component created

Component changed

"Expire Questions" extends the Answers module.

Answers provides a question & answer service. Users can post questions and other users can answer them.

Expire Questions enables questions to automatically "expire" after a preset amount of time has past. The goal is to focus attention on the most recent questions and for contributors to not be distracted by questions for which answers may no longer be needed. After a question expires, it is locked and answers can no longer be provided.

Smiley Slider

Component type

module

Maintenance status

Development status

Downloads

974

Component created

Component changed

This is an API module; it just provides a new form element type for use in
other modules. Just set '#type' => 'smileyslider' and optionally set the
#range to a positive integer (it defaults to 10) and the value of the
element when submitted will be an integer between 0 and the #range,
indicating the user's happiness. For example:

  $form['smiley'] = array(
    '#type' => 'smileyslider', // required
    '#range' => 100, // defaults to 10
    '#title' => t('Happiness'), // only shows for users with JS disabled
    '#required' => TRUE,
    '#default_value' => rand(0, 100), // random amount of happiness
  );

Because it only provides a new form element type, this module has no effect on
your site by itself. Another module has to use the form element type.

Views Slideshow Simple Pager

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Views Slideshow includes a pager, but this is only available when the view includes individual fields and not full nodes. This module provides a simple pager compatible with both fields and full node displays, which numbers each of the pages. This will probably require custom CSS to actually look good on most sites.

See also #1168658: Add simple numeric pager to Views Slideshow.