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 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?
However when I try to run update.php I get the pink message:
+++++++++++++++++++++
MISSING OR INVALID MODULE
The following module is marked as installed in the core.extension configuration, but it is missing:
evergreen
Review the suggestions for resolving this incompatibility to repair your installation, and then re-run update.php.+++++++++++++++++++++++
I am trying to add the same Stylesheet for all my Subdomains / Sub-sites....
All my Sub-sites (should) have the same CSS, and I am tired to run & update each of my 14 Sub-domains whenever I want to make a small change; and if I forget to run around them all, a big Chaos ensues, and I don't remember what I have updated and what not....
In Drupal 7 - I can do it only putting my stylesheet in a root folder and adding my Stylesheet as External Stylesheet, with Absolute URL - into Template.php file, as far as I understand?!