Skip to main content
Back to top

Drupal—Articles

Related content sorted by Relevance

Many websites are tagging their content with more than one category term. Listing other content marked with the same term is a very common task in Drupal. But with a multi-valued field storing more than one Category on a single article things are a bit more complicated.

Complexity increases with the request to sort the list by relevancy, showing the most relevant related content on top of the list (the articles that share more of the same tags).

This article lists the steps in Drupal 8 Views to create a list of related content titles sorted by the number of tags shared with the content currently viewed.

Published in Drupal on .

Bookmark content–Flag module in Drupal 8

Flags are as useful as ever in Drupal 8. This article lists the most common configuration steps to get the complete Bookmarks Flags feature set in your Drupal site.

Published in Drupal on .

Drupal messages–Status, Warning and Error

Not every Drupal project will have all the Drupal-specific elements, but it's good to go through the check-list and make sure you haven't missed any elements to style when creating a new Drupal theme.

Published in Drupal on .

Entity reference is a Drupal 7 module that provides a field through which another entity can be referenced. Usually one node of a certain type makes a reference to a node of another type through an Entity reference field. For example the node "iPhone 4" of the type "Product" makes a reference to the node "Apple" of the type "Company" through the Entity reference field "Company name".

Choose Views display to format Entity reference field display

Published in Drupal on .

The goal of this tutorial is to create an OpenLayers map that displays geo-tagged nodes of different content types, and style each content type with a different marker.

OpenLayers map with different icon for each content type

Published in Drupal on .
RSS feed: Drupal