Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I am working with workflow want to hide the Drafted status content from a specific role. The content view listing view also how can i hide the content based on role.
I have a content listing view default one. Where i list down a content type. For a particular user i want to hide the all content who state are Draft from that view so draft content will view by that person from a role.
I have installed the feeds module for importing CSV files. It ran fine on several tables, but on one it fails to pass the value for an integer field. I don't get any errors back. I made several tests by moving the import value also on a text field but the result does not change.
What should I do to use another module (which one?) Or write a procedure (module) to perform the import?
I'm using the "Views data export" module to export my view in XLS format and I have a problem: The user have to filter the date (or any field of the filter) before export the data. For do this, my view have 2 sections:
Hello, may someone please care to assist with the output of my Drupal AB Test setup.
I wanted to follow a simple AB Test UI setup for which I:
- Created an AB test UI on Drupal 8
- Created a custom dimension on Google Analytics, copied the JS code and pasted it on Drupal under Config>>System>>Google Analytics under Advanced settings
var dimension14Value = getTestDataForUser();
ga('set', 'dimension14', dimension14Value);