Creating a minimalist Login Screen
How it would look like!Requirements:Delta ModuleContextOmega tools ( optional for visual debugging)Steps:1. Create a new Delta for PM Vista Theme: Using Delta ui create a new delta for PM Vista theme....
View ArticlePolls
Polls are a popular form of content. Drupal 7 has the Poll module built in and the Advanced Poll gives to an expanded set of options. Webforms can be used for polls.The Drupal core Poll module is...
View ArticleAdvanced Poll
Advanced Poll adds on to, or replaces, the drupal core poll module to give you more options.Download Advanced Poll at http://drupal.org/project/advpoll. This page is in response to issue...
View Article"Entity parent" settings
With Crumbs, you can specify token patterns to define parent paths for nodes, users and taxonomy terms (and maybe more in the future).Admin page: Admin > Structure > Crumbs > Entity parent...
View Articlesetting local server on windows
You can also set local web server to install drupal on windows operating system. Installing Apache, PHP & sql might be tricky for you instead you can install XAMPP to create local web server.you...
View ArticleImporting KML file data into GeoField field instance
Configure a GeoField instance where the data is retrieved from a KML File.The example: import the city of Vienna waste collection centers into a GeoField and display them on a Leaflet map. Data Source:...
View ArticleBreadcrumb2
This the ducoment of breadcrumb2 module.Similar modules:1,Custom breadcrumbs : http://drupal.org/project/crumbs 2,Path breadcrumbs : http://drupal.org/project/path_breadcrumbs 3,Crumbs :...
View Articleinsert inline images using wysiwyg and ckeditor
The Picture module allows you to use picture groups created with inline image inserted in body field with WYSIWYG or CKEditor modules.ConfigurationPicture settingsNavigate to Picture settings...
View ArticleOptimizing Drupal on Rackspace Cloud Sites
With any shared hosting, there are trade offs that need to be made. Some shared hosts limit the amount of resources you can have while others are a little more flexible. Fortunately for us, Cloud Sites...
View ArticleEmpty Fields
The Empty fields modules provides a way to show empty fields that would otherwise be hidden.For example, you could have a list of checkboxes. If none are checked, normally the entire field would be...
View ArticleEmpty Field API 2.x
For specific use-cases, you can define a custom callback to generate dynamic content.Example One: Hello WorldFirstly, implement hook_empty_fields(). This returns an array indexed by the class name that...
View ArticleMass Taxonomy Merge
This module is still a Work In Progress! The functionality is rather limited at the moment. I strongly suggest looking at: Taxonomy Manager or Term Merge modules in the mean time.OverviewMass Taxonomy...
View ArticleConfiguring CRM Core Match and Matching Engines
CRM Core provides support for identifying duplicate contacts through CRM Core Match. It is designed to allow administrators to control the logical rules through which the system decides whether or not...
View ArticleConfiguring Primary Contact Fields in CRM Core
Module developers working with CRM Core often need to know what fields are being used to store the primary phone numbers and addresses for a specific contact. At the same time, it's impossible to...
View ArticleCreating Your Own Matching Engine
CRM Core was designed to be very flexible when it comes to identifying duplicate contacts. In terms of how a duplicate is defined, the designers of CRM Core concerned themselves with use cases having...
View ArticleRedHen
What is RedHen?RedHen is a lightweight, Drupal-native CRM framework. CRM stands for Customer Relationship Management*, and the initials "CRM" are often used to refer to a software tool designed to...
View ArticleRedHen Setup & Configuration
InstallationThe RedHen project contains most of the RedHen modules, but if you want the RedHen Membership module, it is a separate project. You can see a list of requirements broken down by module...
View ArticleFields
The redhen_fields module contains custom field types used in RedHen. As of version 1.3, this only includes one field type: RedHen Email (redhen_email). This multi-value field is used by the RedHen...
View ArticleContact
The redhen_contact module provides the central RedHen Contact entity.User Interface:redhen/contactConfiguration:admin/structure/redhen/contact_typesRecord Types Like a Drupal Content node, the entity's...
View ArticleSetup & Basic Tour
On this page: InstallationGetting StartedBasic TourSettingsStructurePermissionsRedHen CRM UIInstallationThe RedHen project contains most of the RedHen modules, but if you want the RedHen Membership...
View Article