Views AJAX Form

Component type

module

Maintenance status

Development status

Downloads

226

Component created

Component changed

In some cases, a view's exposed filters can take a significant time to construct and render. In such cases, it can be beneficial to send the view's results back to the user right away, and then load the exposed filters form asynchronously via AJAX.

This is implemented, via a new "Exposed form style" option, in this module.

Text Rotator Filter

Component type

module

Maintenance status

Development status

Downloads

130

Component created

Component changed

Introduction

Text Rotator Filter is a very simple and lightweight module giving node author a filter to create a 'text rotator' effect.
It does so by integrating Simple Text Rotator jQuery plugin with text format filters.

You can see it in action on this page: http://freelance-drupal.com

Edit Own Unpublished

Component type

module

Maintenance status

Development status

Downloads

198

Component created

Component changed

This module will grant edit access to a node owner that has the "[nodetype] node: Edit own unpublished content" permission only when that node is not published.

The intended use is for the user to also lose edit access after the node has been published.

Login Custom Field

Component type

module

Maintenance status

Development status

Downloads

290

Component created

Component changed

This a lightweight module will allow you to login to Drupal with a custom user field and password instead of username and password.
So, you can create a mobile field and allow users to login with their mobile number along with their passwords instead of username and password.

Important Note: You should make sure this field is unique field.

Recommended modules

Image Field Permissions

Component type

module

Maintenance status

Development status

Downloads

186

Component created

Component changed

The Image Field Permissions allows you to set permissions to view, create and edit the image file, title and alt attributes. As example you can allow users to edit (and translate) the title and alt attribute without allowing them to change the image file.

Requirements

Elements Numberfield

Component type

module

Categories

Maintenance status

Development status

Downloads

5

Component created

Component changed

Elements numberfield extends Elements module.

By using Elements, you can use HTML5 elements on your forms, but in order to do that, you need to write your own custom code to build or alter your form. Our module removes the need to write custom code for Fields, as it provides an HTML5 number widget for all Integer and Decimal fields. Just select “HTML5 numberfield” as controller widget in those fields you want to use it.

It also provides support for minimum, maximum and step attributes.