Hello, I want to know how to "merge" 2 attachments. I have 1 attachment doing 1 filter, the second is also doing 1 filter.
Both attachment are attached to my page, but the pagination isn't working, this makes 2 paginations (1 for the first attachment, 1 for the second). I want to "merge" theses two attachments to have one and only one pagination.
Currently, Drupal is using jQuery 3.2.1. But I need to downgrade it to 2.2.4. So I have followed the guidelines from here and from Drupal answers here. My bartik.info.yml file currently looks like this:
Hello, I want to add my current user data "Privilège" (which is a checkbox list containing "Gold" and "Silver" values) as a filter criteria of my view "List articles".
In "liste articles", I've already added some criteria (such as the date).
In my user data, I have a select where I can choose "Gold" or "Silver".
If the user is Gold, I want to show only Gold article (same for Silver). If the user has no Privilege, show all articles.
I want this to be done as much as possible in backend, how can I do that ?