Patterns Server

Component type

module

Maintenance status

Development status

Downloads

958

Component created

Component changed

Patterns Server is a module that extends Patterns allowing you to set up a "hub" for sharing pattern files.
Drupal sites willing to push/pull patterns files to a server should install Patterns Client.
It relies on D2D to exchange the information in a distributed and secure way.

Webform Submission Reference

Component type

module

Maintenance status

Development status

Downloads

2398

Component created

Component changed

Webform Submission Reference creates a webform component that points at submissions from a target webform.

Example

  1. You have a webform that allows teachers to register ;
  2. You have a webform that allows students to restister ;
  3. You need students to be linked with a teacher ;

Then this module allows you to achieve this.

Node "Authored by" select

Component type

module

Maintenance status

Development status

Downloads

2020

Component created

Component changed

Change "Authored by" autocomplete field to select (filtered by role)

For Drupal 6, check out https://drupal.org/project/author_select.

Very easy module which allow change autocomplete field "Authored by" for selected node types to select field.
Select field filled by users of specific role, which can be changed here: admin/config/node_authored_select/settings

Commerce Yotpo

Component type

module

Maintenance status

Development status

Downloads

18125

Component created

Component changed

Commerce Yotpo is Drupal Commerce module that integrates the Yotpo free plug-and-play product reviews solution for eCommerce sites into your Drupal Commerce shop.

Yotpo is a free plug-and-play product reviews solution for eCommerce sites. It helps store owners generate tons of product reviews and makes it easy for them to leverage these reviews to increase traffic and sales. Yotpo is serving over 20,000 store owners across 15 different eCommerce platforms in 35 different languages.

Universal Data Storage

Component type

module

Categories

Maintenance status

Development status

Downloads

240

Component created

Component changed

This module provides an ability to store any objects or arrays with any nesting level in one database table.
Module provides entity called data_storage. Each entity has it's own entity_id so it could be loaded, saved or deleted using Entity API functions. Also each entity could be bind to another entity by id and special key. Each saving operation creates new revision so we won't lose your data. Your objects and arrays are stored in database as flat records so it's quite easy to join this data in your queries.

Webform Ajax Select

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Description
-----------
This module adds ability for webform to load select(
) element with ajax and then render it to your form.

Requirements
------------
PHP 5.3
Drupal 7.x
Webform 4.x

Installation
------------
1. Copy the entire webform directory the Drupal sites/all/modules directory.

2. Login as an administrator. Enable the module in the "Administer" -> "Modules"

3. Edit webform and check `Load with ajax` option

Create Custom Content type Module with User access and content permission

Component type

module

Maintenance status

Development status

Component created

Component changed

Create Module info file " job_post.info " :

name = Job post
description = Create custom content type.
core = 7.x
package = Cutom content type(Gajendra Sharma)
files[] = job_post.install
files[] = job_post.module

And, Create Module file " job_post.module " :