How can I add a condition to the list of taxonomy a view is created from

I've created a view using a taxonomy term let's say (a,b,c,d,e)

A content type can have multiple selections of these taxonomy term.

The view returns the content-type based off the taxonomy term selected "Content: Has taxonomy term (exposed)"

From this, it also returns a select list of all the taxonomy terms.

Now in the taxonomy I have a custom field "hide from public".  Terms "d" and "e" in the above list have this selected.

Node menu link is inconsistent with active trail when multiple items point to the same node.

Node menu link is inconsistent with active trail when multiple items point to the same node.

When same node is applied to multiple menu items then inActiveTrail is coming true for the first one instead of the current menu clicked one.

SOLVED: Urls in the views with the wrong language

Hi all,

I have a problem with multilanguage and I dont know how to configure drupal to fix it.

1) I created a site in English, with users (created in English).
2) I downloaded the translation module in French. I activated. The whole interface is in French OK. 
3) When executing a view the object that I created in English provides a link to go to a page in English but I want to continue with French

Example: https://www.juanonlab.com/DrupalQuestion/InEnglish.png

Add image with Rest API

I want to add new images to a multiple image field using the /node/{id} endpoint of the restful webservices core module. If I do a Patch like

{
  "type": [{"target_id": "page"}],
  "field_images": [{ "target_id": 385}]
}

Drupal overrrides the existing image reference with the new one. But I just want to add a new image reference to the field. Isn't this possible without doing an other "Get" on /node/{id} to get the IDs of the existing images before the actual "Patch"?

Git & private modules

I may be confusing myself here. I've read countless articles on putting the Drupal 8 site configuration into Git and using this to feed changes form development through test to live and this is my plan, however, I'm trying to go a little further but can't seem to find any useful documentation.

Install.php is able to run hours after deploying & configuring site

Hi,

I have the below issue which I'm trying to understand & resolve.

When I copy my drupal core files and configure all the appropriate settings through Cpanel *exactly as you would* for manual installations, install.php will not run. The URL is not available and it will behave like something is wrong in configuration or installation. This is pretty bad as it throws me out in all weird directions, checking permissions, exploring files, reading documentation and generally, wasting lot's of time.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x