field tracking configuration page

Description

The Taxonomy Field Tracking (taxonomy_field_tracking) is a module that allows the override of a view argument based on the preferences of a user. Each time a user visits a node page a counter is set for each tid of a certain field. This information is updated when the user continues navigating the website and is used to generate a ranking of tids. These tids are then passed to the first argument of a certain view allowing the contents of that view to adapt to the users navigation.

Requirements

This module requires no modules outside of Drupal core.

Installation

Install as you would normally install a contributed Drupal module. Visit https://www.drupal.org/docs/8/extending-drupal-8/installing-drupal-8-mod... for further information.

Configuration

First navigate to Configuration -> System -> Taxonomy Field Tracking and enable the tracking

Configure the bundle, the field and the view to use (only one field and view per bundle are supported);

Select how many tids from the ranking should be sent to the view. Eg: if you select 1 then only the most watched tid will be sent;

Click Save Configuration.

Please note this module was designed only for simples cases, which means a simple view with no exposed filters and only one contextual filter

Supporting organizations: 

Project information

Releases