Why is an empty field on translated taxonomy term showing default language value?

Why is an empty field on translated taxonomy term showing default language value?

I have a list of translated taxonomy terms (title, description, link, image). Only some of the translated terms have a value in the link field. Set up as Entity translation My view pulls all fields and displays the default language link when no value is present on the... read more
Multiple relationships in Views Contextual Filters

Multiple relationships in Views Contextual Filters

I use Views in every project, and its not that often that I run into a use case like this any more. In the set up below, I have a Content type with two field collection fields (day guest and evening guest). I want to display the results of both field collection fields... read more
Users can’t cancel their own order

Users can’t cancel their own order

I’m using Drupal Commerce Kickstart to create an E-commerce website. How can customers cancel their own order if they accidentally ordered some wrong product? read more
Why is an empty field on translated taxonomy term showing default language value?

How can I load CSS files located outside the web root from within a custom module?

I need to store my css files at a location outside Drupal’s path (e.g. /srv/assets/css/my_site/general.css). I attempt to achieve this using drupal_add_css but the browser loads them from: http://www.my-site.com/srv/assets/css/my_site/general.css which results... read more
Why is an empty field on translated taxonomy term showing default language value?

How do I get the node ID for a node associated with my taxonomy term?

How do I get the node ID for a node associated with my taxonomy term with the Devel module? read more
Why is an empty field on translated taxonomy term showing default language value?

Create an expiration date field that auto expires

We are currently migrating a Drupal 6 site to Drupal 8. We have a view that shows a table of files uploaded through the file depot. One of the columns on the table was an Expiration Date. In Drupal 6 we had a module called Auto Expire to set a date for a node to... read more