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.
Hi, I was running Drupal 7 with the PDF module to display PDF files. It worked very well with any size of PDF file.
No I have moved to Drupal 8 and Im working with Embedded Google Docs Viewer module. I am having trouble displaying large PDF files. I get an error message saying that the file is too large to generate a preview. PDF files in question are larger than 20Mb.
Any inputs on how to tackle this are really appreciated.
Is there an openID 2.0 (not to be mistaken with openID connect) equivalent module for drupal 8? it used to be part of core for drupal 7. i was wondering why it didn't make it to drupal 8 core?
I have a quick question around the global: custom text in views
I have a global: custom text in views that I'm using to rewrite some values and I want to hide one of my fields only if the value matches the {{ raw_arguments.nid }} (This is my contextual filter criteria too)
Is this kind of thing possible in views, or is the only way to do this through a custom theme/module