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.
My first project on drupal 8 and my problem is that i cant make custom code to the bartik theme nothing changes. Clear cache not working not doing anything
Is there a hook or event I can tie into before a page gets cached. I need a hook/event that I can call so that I can run some logic on the page that is about to be cached to tell Drupal if I want a particular page to actually get cached. This is a very specific use case to the website I'm working on.
I'm upgrading a site from Drupal 6 to 8.4.5. In 6 we used Privatemsg for site wide messaging. Privatemsg is not ported to 8 so I've looked at other modules.
Currently trying Private Conversations. But it doesn't do attachments, at least I can't figure it out. In my searching it seems that I could do email to external sites, but that is not what they want. They want to be able to message staff just on the site and not outside of the site.
St. Mary’s College of Maryland at Historic St. Mary’s City is accepting résumés for the position of Web Developer. The Web Developer will work in a team environment to develop and maintain the comprehensive structure of the St. Mary’s College public website. The Web Developer must have appropriate technical skills for developing custom, often complex Drupal-based solutions along with general PHP framework-based solutions. Aids other developers with system design and implementation, and manages content for all sites within the SMCM Drupal and Wordpress sites.
I am trying to move my system to https, but Drupal doesn't seem to recognize my existing installation when using https instead of http. So I end up at install.php.
I have two entries for VirtualHost in the apache config.
<VirtualHost *:80>
<VirtualHost *:443>
They are identical besides the SSL directives. Especially ServerName and ServerAlias are the same.