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.
Can anyone provide direction on Drupal's ability to manage a single site with thousands of users who create a profile and upload artwork for other users to see?
I have a 'html--node--1.html.twig' file to load a specific template file for this node. When I load the page, I can see this template is use, but no <html> <head> (including css and js links) are loaded while for 'page.html.twig this' is the case.
I am attempting to create a Base Theme. I have all the necessary files, I have managed to create Themes that use others as a base theme (Classy, et.al.), and have not had this issue; however, when I attempt to move my new theme into my Drupal 8 setup, I get the famous "The website encountered an unexpected error. Please try again later." Error message. Checking the logs, I find
I know its easy to insert an ad or any sort of code between view results using template. Is it possible to do it only for the first two pages? I've been looking on how to do this, but haven't found a way yet. Even more, using the load more button approach for pager. Basically I want to insert an ad each # of results, but only on the first two pages. Is it even doable?