Extend the structure of the site by way of content models, data storage, field types, and navigation, so it is more understandable to users.

Field Languages

This module enables language selector for fields.

Field Access Alter

Target audience:

Before you read on, please understand this is an API only module. In other words, it provides extra features for module developers. It does nothing by itself. If you're a module developer, read on.

Overview

Drupal's core Field API defines a hook for field access, hook_field_access, that is restrictive as all module developers are aware. In other words, given field F, if a single module implementing hook_field_access returns a Boolean false, thus denying access to the field, Drupal will deny access to the field even if there is another module that absolutely requires access to the field.

Normally, this is acceptable but sometimes a module might want to override the grants for a field denied access by another module. Or, a module might contain logic to grant access to a field but another completely independent module has denied access. Because of the restrictive nature of the field_access function, which internally invokes hook_field_access, access will be denied.

There are numerous scenarios that are similar in nature to hook_file_download_access and hook_file_download_access_alter. For a possible scenario, read on.

Possible scenario:

Field Timepicker

Simple Time field type with a jQuery UI Timepicker widget, based on examples/field_example and <

Taxonomy Nav

Navigation block with facets functionality usin taxonomy terms.

Used on drupal-tv.ru

RecommenderGhost

"Other users also viewed..." provided by RecommenderGhost

RecommenderGhost is discontinued as of May, 1st 2014

This module provides integration with RecommenderGhost.

RecommenderGhost is a free hosted Recommender System that makes integration into websites as simple as integrating Google Analytics. There is no need to setup, run and maintain a Java based server - all complex computations are done on the infrastructure of RecommenderGhost. While tools for recommendations running on your own server, like Recommender API, are great, they lack the sophistication and ease of use of hosted recommendation system providers like RecommenderGhost.

RecommenderGhost provides the following personalization services:

  • unpersonalized recommendations of the form "other users also bought/viewed/..."
  • personalized recommendation depending on individual preferences
  • rankings such as "most bought items", "most viewed..."
  • manual clustering of the items (e.g. XMAS SALE 2012)
  • using item types (e.g. BOOK, DVD, MP3) for in type-specific recommendations

This package contains 3 modules:

  • RecommenderGhost - Core: Tracking page views and providing 2 ready-to-use blocks for recommendations like "Users also viewed..."

Taxonomy Extends

This module provides some extends for taxonomy module.

Pages

Subscribe with RSS Subscribe to RSS - Site structure