WYSIWYG CodeSnippet

Component type

module

Maintenance status

Development status

Downloads

1874

Component created

Component changed

This module enables the CodeSnippet plugin from CKEditor.com in your WYSIWYG. It includes the highlightjs library and all available styles for it. If you've ever wanted to drop code examples in your Drupal content and have it highlighted in a pretty format, this is for you.

Installing

WYSIWYG (dev version), Libraries API, and CKEditor library version 4.x+ are required.

Rules block visibility

Component type

module

Maintenance status

Development status

Downloads

1745

Component created

Component changed

The Rules block visibility module allows Rules components to be used to control block visibility. This provides Drupal administrators and developers extreme flexibility in controlling when blocks should be displayed on their websites, in addition to the default visibility options provided by Drupal.

Uploadify Jcrop -- 猎人上传神器

Component type

module

Maintenance status

Development status

Downloads

990

Component created

Component changed

This is a multi-function upload plugin, it can solve many problems...

Road map:

1. Form API support
2. user avata support
3. Entity and Field API

How to use

1> only uploadify, it support multi images upload.

  $form['product']['images'] = array(
    '#type' => 'uploadify',
    '#title' => t('Upload Images'),
  );

2> uploadify with jcrop, it can use to change user avata.

Views Photo Grid

Component type

module

Maintenance status

Development status

Downloads

6428

Component created

Component changed

This module adds a responsive photo grid display style to Views. The photo grid style arranges photos such that the height in each row is consistent, and the photos always fill up all the available width.

The photo grid adopts the arranging algorithm of jQuery Sortable Photos. Try a demo here:
http://glekli.github.io/jQuery-Sortable-Photos/

Sirv

Component type

module

Maintenance status

Development status

Downloads

355

Component created

Component changed

The Sirv module provides support within Drupal for the image services provided by Sirv, including dynamic images and Sirv Zoom. It does not yet support Sirv Spin.

Dependencies

This module requires Drupal 7.36 or later.

To use Sirv’s image services within Drupal, you will need either a free or paid Sirv account. For more information or to create an account, visit sirv.com.

List value alter

Component type

module

Maintenance status

Development status

Component created

Component changed

Description:

This module is used to change the list field values even if entities are created using it.

By mapping the list fields to new key|value pair, all the entities field values are updated and the allowed list value is changed.

Git clone URL:
git clone --branch 7.x-1.0 http://git.drupal.org/sandbox/immanuel.paul/2549577.git

Paginate

Component type

module

Maintenance status

Development status

Downloads

708

Component created

Component changed

This module allow to override Drupal's core pager with defined preset as link or input for any single page. It is very useful when there are over 100 pages.

Paginate uses standard Drupal pager classes to render the pagers, so styling is preserved.

Features:
- Control whether to display links to pages.
- Direct input of the page to go on particular page.

Themes:
paginate_standard - alike standard Drupal pager theme.
paginate_istandard - alike standard Drupal pager and direct page entry by input box.