Search Exclude

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

About

A module to exclude individual nodes from the search system. Nodes are excluded from the search results at search / query time, so excluded nodes are still indexed. This allows for instant inclusion / exclusion of the nodes from the search results.

Deputy

Component type

module

Maintenance status

Development status

Downloads

728

Component created

Component changed

The Deputy module helps developers and site-builders "deputize" users of their application with a limited set of configuration control. It is not a permissions management module.

Deputy's primary focus is on two things

  • Helping developers encapsulate functionality in such a way that it can be easily enabled or disabled via a simple operation.
  • Building a clean, centralized UI for those bits of functionality so someone with limited site privileges can still find a central administrative page to control those pieces.

Multi Value Textarea

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The module provides simple textarea field with only one difference: each line of text saves to database as separate value.

The field may be used for a simple tagging, etc. And when you're working with database, you'll get benefits like getting unique values or filtering. Of course you may use taxonomy for this purpose. The goals of this module is simplicity and comfort you're getting when working in textarea.

Sponsored by CounselKit.

vocabulary matrix

Component type

module

Maintenance status

Development status

Component created

Component changed

As a first step this module attempts to support a content field as a matrix. The matrix field supports management of the labels of the matrix on the x and y axes i.e. first row column headers and first column row headers using predefined vocabularies with support for nesting. The first version is expected to be fairly rudimentary with future versions i will attempt to support online merge of rows and columns using AJAX. The grand plan is to try and take the implementation in the direction of a spreadsheet style pivot table.

friends

Component type

module

Maintenance status

Development status

Component created

Component changed

Friends

This module adds a field to other users profile enabling you to add or remove this user to your list of friends. An overview page of all your friends is reachable via the link "My friends" from the user menu.

This module is intended to use with other access control modules. It doesn't do any access control on users, nodes or fields by itself. It only defines your list of friends.

To use a defined list of friends by other modules, there is a simple API call of

module_invoke('friends', 'check', $account->uid);

(custom) Feeds tamper term hierarchy

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is a Feeds tamper module plug in to process hierarchical terms.
In your CSV, separate your terms by ">>" to describe a nested term.
For instance :
product>>book>>novel will assign the product to
-product
--book
---novel

If the terms tree doesn't exist, it will be created on the fly.

You can also combine this tamper with the existing "explode" action in feeds tamper, if you have multiple taxonomy terms to assign.

Post issue in the queue if you have problems.

CiviCRM private report

Component type

module

Maintenance status

Development status

Downloads

4428

Component created

Component changed

This module allows users to create their own private copies of CiviCRM reports, which they can modify and save to meet their needs, without relying on an administrative user to create the report, and without having access to administer reports themselves. This way users can easily have the data they need, without affecting reports that are relied upon by other users.