https://github.com/ericpugh/drupal-relevant-content
Drupal 8 port of the "Relevant Content" module https://www.drupal.org/project/relevant_content
https://github.com/ericpugh/drupal-relevant-content
Last synced: 3 months ago
JSON representation
Drupal 8 port of the "Relevant Content" module https://www.drupal.org/project/relevant_content
- Host: GitHub
- URL: https://github.com/ericpugh/drupal-relevant-content
- Owner: ericpugh
- Created: 2016-12-17T22:24:35.000Z (over 9 years ago)
- Default Branch: 8.x-1.x
- Last Pushed: 2017-01-30T19:12:23.000Z (over 9 years ago)
- Last Synced: 2026-03-28T11:59:37.689Z (4 months ago)
- Language: PHP
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Relevant Content
============
Overview
------------
A Drupal 8 module that creates a block of other relevant content based on the number of like taxonomy terms the content
references.[The project page on Drupal.org](https://www.drupal.org/project/relevant_content)
Dependencies
-----------
* Taxonomy
* Block
Installation
-----------
1. Place the module files in your modules directory.
2. Enable the Relevant Content module at (/admin/modules).
3. Place a Relevant Content block on the "Block Layout" admin page (/admin/structure/block).
4. Set the block settings:
* Relevant Content serach criteria, the Vocabularies to use to calculate relevant content.
* Number of items, the maximum number of relevant nodes to output.
* Allowed results types, the content types to output.
* View mode, the view mode of the output. (i.e. Teaser)
5. Set the remaining block settings as usually, including region and block visibility. Note: The Relevant Content block
should be restricted to a Content Type or full node page, Relevant Content blocks output on other pages with return no
results.