MIME file validator

Component type

module

Maintenance status

Development status

Component created

Component changed

"MIME file validator" validates file type on server side. This is simple module. In drupal 7, files validate only on file name extension.
This module is dependent on "fileinfo" php library.
There is no setting related to this module. Automatically working after installation

MSSQL People Fix

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module fixes CONCAT_WS error in /admin/people form when trying to filter using Microsoft SQL Server database. This module is needed to make form working until views in core get's patched.

Panels Everywhere Not Everywhere (PENE)

Component type

module

Categories

Maintenance status

Development status

Downloads

121

Component created

Component changed

Panels Everywhere Not Everywhere (PENE)

Contrary to Panels Everywhere (which hijacks the whole screen with its page template), PENE only hijacks the content area. This allows to combine the Panels Everywhere page template with the well-known blocks and regions system.

Panels Content First

Component type

module

Categories

Maintenance status

Development status

Downloads

139

Component created

Component changed

This module contains content-first panels layouts with the following properties:

  • Apart from the main content region, all regions are adaptive, so they are not shown if they have no content
  • The content region adapts its size depending on the sidebars
  • The content region is rendered above the sidebars, so in responsive mobile layout content is on top (note: you need to add breakpoints and css for this)

Currently it contains

Styled Image

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module provides a new kind of image field with additional image style information.

In some cases it's necessary to select the image style while creating content.
In the field widget settings you can select if you want to support image styles or responsive image styles.
The field formatter is simple fork of the core image formatter except that it handles both image styles and responsive image styles.

theme auto

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Theme auto module switch theme according url path
responsive web design is a cheap solution for web page comatible to pc and mobile, however, mobile device become so important, it is worth to design an independent theme for mobile device.
for example, a typical site may have three theme, one for mobile, one for pc,one for manager, you can configuarate site to change theme following rules
path /pc/ will switch desktop theme
path /mobile/ will switch to mobile theme
path /console/ will switch to manage theme

Custom front

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

custom front module redirect front page according user role.
Image a B2C site, the guest(anonymous user) will guide to register as comsumer or provider,the comsumer and provider will guide to they own content.
Or, for a OA system ,each department require see it own content.
custom front module provide a setting form to configuate each role's front page.