Secure files using Encrypted Files
The Encrypted Files module for Drupal 7 allows Drupal to encrypt files that users upload and decrypt files for download, keeping the unencrypted versions of files from being stored on disk. It does...
View ArticleLightbox for image asset
By default asset submodule asset_gallery provides feature for displaying gallery images in popup. This feature implemented by module lightbox2 That's how it looks like for gallery image asset:If you'd...
View ArticleRunning imports and rollbacks from the UI via drush
NOTE: this applies to Migrate 2.6 or later, not yet released at the time of this writing. This documentation is in place now so that the UI can link to it from day one.As explained at Why you should...
View ArticleAdd picture styles to views
Instructions to add a style in views, will incluide some screenshots and link to main documentaion.
View ArticleDrupal 7 Views Module
Tutorial #1: Getting Started with ViewsTutorial #2: How to Create and Customize a ViewTutorial #3: View Menus, Permissions, Headers, Footers and PagersTutorial #4: Views Blocks, Attachments and Exposed...
View ArticleComparison of file portability solutions
This page lists a number of known issues around the Drupal file storage mechanism, and a number of ways people have addressed it.In brief, if you have a dev site, upload images or files using that site...
View ArticleTelvue Block configuration
Install the Telvue module, you only need to enable Telvue API and Telvue Blocks.In the configuration, the URI should be http:// IP of your server :3000Cache results from API when possible should be...
View ArticleDocumentation of Workbench Menus
The Workbench Menu module provides a menu system using a different design concept than the traditional Drupal menu. Instead of building menus to represent a given path, this module uses a path to...
View ArticleDisplaying maps within other content
Once you have configured a map in Cartaro you surely want to display it in appropriately. You could use the frontmap module if your site is very map-centric but integrating maps within other content is...
View ArticleInstalling the RedHen modules and themes
ModulesYou will need to download and enable the following modules:Entity APIMessage - You will only need this module if you plan to use the RedHen Activity module.Relation - Note: Enable both the...
View ArticleFrequently Asked Questions
Is RedHen a CRM system?Yes.Why build a CRM system in Drupal?Drupal is a content management system. Traditionally, if you wanted to manage contact information collected through your site, your best...
View ArticleHow to configure the RedHen modules
This document is under development.This document will explain in what sequence the different modules and sub-modules and entities to be setup and installed.
View ArticleUtilizing the Feeds module to import data into RedHen
I am in the process of importing data into RedHen using the Feeds modules. I will document the process as I proceed.
View ArticleSettings
This section contains a list of all the options possible to configure AutoSlave with.The most bare-bone AutoSlave configuration will assume default values for all...
View ArticleFailover
If the slave fails it is possible to fall back to the master db. This is done simply by including the master in the slave pools (see the extreme configuration example below). Likewise, if the master...
View Articleblock print
<?php<br/> $block = module_invoke('module_name', 'block_view', 'block_delta');<br/> print $block['content'];<br/>?>'module_name' = The machine name of the module (i.e. the...
View ArticleSoundslides Module : Tutorial
SummarySoundslides project allows users to upload a valid soundslides project via media browser(provided by media module) in the form of a zip file and provides media formatters to render them.
View ArticleHands-on: Hook up with an GIT repository
For git you need the "GIT backend" module.Here is an example of using GIT backend:Step 1: create an bare GIT repository (skip this if you already have one)mkdir bare.gitcd bare.gitgit init --bareStep...
View ArticleOverriding Modules included in a Kit
From time to time, you may want to use a newer or even older version of a module than what is included in a kit. That is expected and supported by utilizing the order Drupal allows overriding modules....
View ArticleExtending PM Vista
Using Delta and Context modules you can extend PM Vista to suite various use cases / needs.
View Article