Facet API Bonus

Component type

module

Maintenance status

Development status

Downloads

118399

Component created

Component changed

Facet API Bonus for Drupal 7 is a collection of additional Facet API plugins and functionality, foremost filter and dependency plugins – And a place to collect more additional Facet API extensions.

Currently Facet API Bonus includes:

Context URL

Component type

module

Maintenance status

Development status

Downloads

1647

Component created

Component changed

Context URL is a very little and fast module. It gives you the opportunity to use the complete page url as Context condition: you can check if the URL string matches a given shell wildcard pattern, also described in one of these PHP function: fnmatch and preg_match. The URL string is intended as full Domain and Request Path.

Variable Email

Component type

module

Maintenance status

Development status

Downloads

33827

Component created

Component changed

Send emails using Rules, taking a defined variable as an email template.

This module allows you to send emails with Rules, using a variable defined with the Variable module. It also defines a "mail_html" variable type, which will allow you to create variables that can be used as HTML emails.

Development was realized by GVJ web sites & consulting

Field lock

Component type

module

Maintenance status

Development status

Downloads

3128

Component created

Component changed

Field lock adds additional level of permissions so certain users can lock a field, preventing others from editing or deleting it.

This is a helper module especially focused on installation profiles, allowing a developer to prevent fields which are required for some functionality elsewhere in the site from being altered by administrators who should be able to manage/add fields, but should not remove certain fields without things breaking.

Drush moduleinfo

Component type

module

Categories

Maintenance status

Development status

Downloads

714

Component created

Component changed

With the Drush modueinfo you will be able to see some information about the selected module.

Normally if you want so see some info about an installed modules version, you would do something like

cat sites/all/modules/contrib/views/*info

With Drush moduleinfo, you can do a

drush mi views

And you will get something like

SimpleTopics

Component type

module

Maintenance status

Development status

Downloads

573

Component created

Component changed

Overview

This module allows nodes to be mirrored into an existing instance of SMF Forum. You can map content types with SMF boards, so that each time nodes (of the choosen types) are inserted, a new topic in the selected boards will be created.

Features

  • Map every single content type to one or more SMF Boards
  • Themable node title, so that you can customize the way it's rendered inside SMF
  • Themable node body

Multilevel Select

Component type

module

Maintenance status

Development status

Component created

Component changed

Multilevel Select adds a form element that uses ajax and multiple select element to allow quick and easy selection of values in large trees, by expanding them only one level at a time. This makes for a much friendlier user interface when dealing with large, deeply nested taxonomy trees on term reference fields.

Taxonomy Index Lineage

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module adds an option to term reference fields in node content types so the entire lineage of a term selected in a node is stored into the taxonomy_index table. This allows for simpler deep taxonomy database queries.

This module does not change the actual contents of the term reference fields. They will continue to contain only the actual selected values. If you are using EntityFieldQuery and term reference fields it will not check against the full lineage. If you want EntityFieldQuery to check against the full lineage check this modules README file for more information.