module
Downloads: 6026
created - / changed -

album photos privacy control module, can also be applied to other types of content. Provided the following access control nodes:

module
Categories: (нет)
Maintenance status: Actively maintained
Development status: Under active development
Downloads: 19579
created - / changed -

This module provides an API and views integration for using the flot graphing library. It is designed to make it simple to add flot graphs or charts, it supports line, bar and pie charts.

module
Categories: (нет)
Maintenance status: Actively maintained
Development status: Under active development
Downloads: 32157
created - / changed -

Overview

This module is inspired by core Number module and inherits some of it's features. It provides numeric range field.

module
Categories: Statistics
Downloads: 2689
created - / changed -

About

The Bugzilla Dashboard module is useful for setting up queries that will be generated automatically at cron runs.
Why use it

module
Categories: (нет)
Maintenance status: Actively maintained
Development status: Under active development
Downloads: 1731
created - / changed -

Roadblock allows you to create a one time landing page that is cookie controlled. It displays a chosen node once to all users, regardless of their point of entry to the site.

When the module is enabled, a database table will be auto-populated with user agents fetched from http://www.user-agents.org. This hides the roadblock from robots and crawlers to optimize SEO.

module
Maintenance status: Seeking co-maintainer(s)
Development status: Maintenance fixes only
Downloads: 29124
created - / changed -

Since I have maintenance some modules then I need anyone to handle the next version of this module, please Contact me, I will grant you a CVS access , so we can manage this module, thanks


OpenWYSIWYG
Free cross-browser WYSIWYG editor by www.openwebware.com. The ultimate WYSIWYG editor for your web-based applications and forms.

The original code of openWYSIWYG conflicts with jQuery and not like Drupal Filtered HTML, so I have changed the source-code to make OpenWYSIWYG works with Drupal, therefore this module including a modified source-code.

HOW TO USE THIS MODULE
1. extract this module to sites/all/modules/openwysiwyg/
2. enable this module at: administer-modules
3. configurations available at: Administer-Site Building-OpenWYSIWYG

WHY OPENWYSIWYG

  1. Free and cross-browser support
  2. Loads extremely fast and light-weight
  3. Support tables and Image Browser!
  4. Professional and sleek user interface
  5. Built in File Browser: File Browse, File Upload, File Delete, Folder Create, Image Resize, Predefine User Folder, etc.
  6. Enable disable editor for Comment
  7. Customize Toolbar buttons
  8. Performance: use single icon for toolbar to remove unnecessary icons
  9. No modules dependencies!

TIPS

  1. How to enable TEASER (or how to insert < !--break-- >)?

    Install Excerpt module

Enjoy this Drupal oriented Editor!

module
Categories: File Management
Downloads: 667
created - / changed -

The S3 Saver module works with the CDN module and its patches to provide a means to push files to Amazon S3 as they're uploaded to the site.

module
Categories: User Management
Downloads: 622
created - / changed -

This module provides user to add another user in favorite list.

module
Categories: Taxonomy
Maintenance status: Actively maintained
Development status: Maintenance fixes only
Downloads: 17652
created - / changed -

Users cannot be trusted to categorise things themselves, and it's too much work for administrators.

module
Categories: Content
Maintenance status: Actively maintained
Development status: No further development
Downloads: 10343
created - / changed -

The Draft module provides the ability too create drafts of existing nodes as well as new nodes before you have saved them.

module
Categories: (нет)
Maintenance status: Actively maintained
Development status: Under active development
Downloads: 13527
created - / changed -

Run a sports pickem league using Drupal. Currently it is setup for the NFL, but it could be used for NHL, College Bowl season, March Madness, MLS, etc... Includes pick the winner style along with point spread and confidence points.

module
Downloads: 759
created - / changed -

OpenID Simple Registation (SREG) is an extension to the OpenID Authentication protocol that allows for very light-weight profile exchange. It is designed to pass eight commonly requested pieces of information when an End User goes to register a new account with a web service.

This module implements the complete specifications. For this purpose it extends the Drupal core openid.module for the Consumer part and the openid_provider.module [1] for the Provider part of the specification.

Using OpenID Simple Registration Extension 1.1 - Draft 1 [2]

module
Categories: Multilingual
Downloads: 378
created - / changed -

Shared Values" allows you to syncronize fields bewteen translations.
A typical use case of this module is the product content type in a multilanguage website.

module
Categories: (нет)
Maintenance status: Actively maintained
Development status: Under active development
Downloads: 17350
created - / changed -

Autocreate Node Reference adds a node reference field and automatically creates the referred node by cloning a template node.

module
Maintenance status: Unsupported
Development status: No further development
Downloads: 8043
created - / changed -

Provides activity streams like those seen on Facebook, Yammer, and Google+ where users can keep track of recent, interesting activity on the site. It is designed to be easy to use, yet extremely flexible, extensible, and standards-compliant.

module
Maintenance status: Unsupported
Development status: Obsolete
Downloads: 4127
created - / changed -

This module is abandoned, users are encouraged to use the Hide Submit module.

module
Categories: Theme Enhancements
Downloads: 1697
created - / changed -

The module adds settings to force the frontend theme for certain content-types and certain roles.

module
Categories: User Management
Downloads: 0
created - / changed -

Show user availability, my calender and more...

Please post feature request for this module.

module
Categories: Theme Enhancements
Downloads: 16985
created - / changed -

Slide Show CS is a module which provides a block with a fancy slide show effect.

module
Categories: Theme Enhancements
Maintenance status: Actively maintained
Development status: Under active development
Downloads: 308262
created - / changed -

Internet Explorer implements a proprietary technology called Conditional Comments. While web developers frown upon technologies that aren't cross-browser supported, many CSS developers have found Conditional Comments very useful. They can have cleaner CSS in their normal stylesheets and can fix the broken rendering in IE by placing IE-only CSS inside conditional comments; this technique is even recommended by Microsoft.

Without this module, the only way to have IE conditional stylesheets was to add 37 lines of code (more if you want to add more than one stylesheet) in four horribly-difficult-to-remember function calls to your theme's template.php. Blech. Who wants that?

This module allows Drupal 7 themes to easily add conditional stylesheets to the theme's .info file.

; Set the conditional stylesheets that are processed by IE.
stylesheets-conditional[lt IE 7][all][] = ie6-and-below.css
stylesheets-conditional[IE 9][all][] = ie9.css
stylesheets-conditional[IE][print][] = ie-print.css
stylesheets-conditional[(gte IE 9)|(gt IEMobile 7)|(!IE)][all][] = modern-browsers.css