CSS Embedded Images

Component type

module

Maintenance status

Development status

Downloads

28528

Component created

Component changed

How does it work?

According to Wikipedia, "the data URI scheme is a URI scheme that provides a way to include data in line in web pages as if they were external resources." That means that rather than having a URL telling the browser where to find the image you actually have the image data right there on the page so the browser does not have to make an extra request to get it.

Views Fluid Grid - jQuery Masonry

Component type

module

Maintenance status

Development status

Downloads

14572

Component created

Component changed

This module uses the jQuery Masonry plugin to create a fluid grid views display style.

The module's sole purpose was to make the layout on http://rusoom.com/ easier for themers. Note that it plays well with views AJAX pagers and Views Display Tabs via AJAX.

Country Ban

Component type

module

Maintenance status

Development status

Downloads

4240

Component created

Component changed

Country Ban can be used to set entire countries to "read only" or to ban their access completely. Setting a country to "read only" disables all account access for that region, automatically logging out any user which resides there and preventing new accounts from being generated. Websites set to 'read only' will still be able to be viewed anonymously. The website admin may also set a "complete ban", which will block the website entirely for all users of the configured region.

Custom Search

Component type

module

Categories

Maintenance status

Development status

Downloads

323078

Component created

Component changed

This module alters the default search box in many ways. If you need to have options available like in advanced search, but directly in the search box, this module is for you.

D8.x notes

The 8.x-1.0-beta branch is usable, and instead of overriding the default search block like it did with D6/7, it provides its own block(s) (like the Custom Search Blocks submodule in previous versions, but easier to do now with D8 core). Settings for the results page are now set per search page, not global anymore. It still misses the upgrade path.

Support fields

Component type

module

Categories

Maintenance status

Development status

Downloads

4640

Component created

Component changed

This module is an add-on to the Support Ticketing system module.

It allows an administrator to define custom CCK-fields to the STS content type (support_ticket) and then control which fields to display for which Client.

You could for example have a Product support Client with fields for customer number and Product. In another client you might want to specify other fields that allows the user to enter information that you think is necessary to give the user the best possible support.

Paranoid Form Validator

Component type

module

Categories

Maintenance status

Development status

Downloads

603

Component created

Component changed

Paranoid Form Validator can be used to prevent security attacks (cross-site scripting, SQL injection) carried out by submitting forms with malicious data in some cases. It works by adding extra validation to forms and raising error if unsafe data were submitted in form fields.

Environment

Component type

module

Categories

Maintenance status

Development status

Downloads

13454

Component created

Component changed

Creates a drush command line interface for setting an environment for a site instance. Other modules may then change their logic depending upon the current active environment. The drush env-switch command also invokes a hook to allow each module to run additional required actions when switching environments.

Webform View Reference Component

Component type

module

Maintenance status

Development status

Downloads

4162

Component created

Component changed

This module adds a webform component where you could use a View as a datasource for your normal webform select component. Instead of hardcoding all the selectable values in the component values field you just select a reference to a View similar to the CCK nodereference. The selectlist/radiobuttons/checkbox then automatically gets filled with all the nodes from the View.

This module works only with Webform 6.3x

The modules is based on Webform Select Component and CCK Nodreference.