Maintainers strive to actively monitor issues and respond in a timely manner.

MaxMind

Includes MaxMind JavaScript so that API functions are available to other modules.

Field all the Things

Field all the Things is a module to make things fieldable. What things? All the things. Have a thing you want to be fieldable? Open an issue and let's get it added to the module.

Form API

Objective

  • Form which demonstrates how information is stored in database table
  • Retrieval of information submitted by the form on a particular page

Project Files:-

  • employee_registration.info
  • Stores the Name,Description and Version of module
  • employee_registration.module
  • Demonstrate the process of Form generation
  • employee_registration.install
  • Database schema of the Form

Below are few important hooks and drupal functions i have used in my project:-

  • hook_permission
  • hook_menu
  • hook_form
  • hook_form_validate
  • hook_form_submit
  • hook_form_submissions
  • hook_schema
  • drupal_form_get
  • drupal_set_message
  • form_set_error

--------------------------------------------------------------------------------------------------------------------------
employee_registration.info

name = "employee_registration"
description = "Registration form"
version = 7.x
core = 7.x
--------------------------------------------------------------------------------------------------------------------------
employee_registration.install

<?php

function employee_registration_schema() {
$schema = array();

Feeds Delete

Feeds is good at handling "river of news" style feeds, but feeds such as product feeds are very much lacking. In the case of a product feed, unlike a "river of news" which will have x number of items in, it will have all the products in the feed. Feeds will allow you to purge items x number of days after it has been loaded onto the system, but in the case of product feeds we want all products to remain until an item has been removed from a feed.

Shared Content

The project Shared Content introduces technology to build a content sharing network.

Entity Backend Search

The file search page with the configured search result table

This module enables highly customizable search pages for any entity type on a site for the editorial staff. It does not require any modules outside Drupal Core and is very easy to configure.

Download, enable configure with a few clicks and you got a search page for what ever entity types you might have on your site.

The default search pages and filters for modules and entity types are often no where near what the users needs. If you have enabled a new module which provides new entity types, you can very quickly set up a basic search page which in most cases offers what the editorial staff needs.
Yes, you can set up views og use the Search Api module, but you rarely get around to this, to the loss of your client.

The configuration of the search pages can easily be done as an afterthought, perhaps even with the client testing the search result page while you set it up.

This module provides:

  • Simple and fast configuration of search pages for most entity types
  • Configurable filters on all fields and properties. Set up the filters you need, and not what others think you might need.
  • Set up the search result table with a few clicks or imlement your own detailed search result table with ease.
  • Adjustable number of search results per page.

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained