Related Content
LocalGov Drupal Camp 2025
LocalGov Drupal Camp 2025 was held in The Abbey Community Centre (near Westminster Abbey in London) on July 3rd 2025. I travelled down (despite the English rail network's attempts to the contrary) for the day as an attendee.
LocalGov Drupal Camp 2024
April 23rd, 2024 saw the first LocalGov Drupal Camp, held at the Birmingham Council buildings in Birmingham city center.
DrupalCon Lille 2023
This year's DrupalCon Europe was hosted between the 17th and 20th of October, in the French city of Lille. My DrupalCon adventure began early on Monday morning when Chris Maiden picked me up to drive to France via the EuroStar train. We arrived in Lille a little after 4pm, which was really good going for a nearly 400+ mile trip.
Drupal 9: Loading Configuration Entities Using Entity Query
Whilst working on a module I found that I needed to do something that was difficult to find information for. I think part of that is because the solution is simpler than I was thinking, but it did cause me to get lost in source code and internet issues for a while.
DrupalCon Prague 2022
Last week I visited the city of Prague to attend the European DrupalCon 2022. The event was held between September 20th and 23rd, and was attended by over 1,200 people.
Drupal Testing Strategies
Creating a Drupal site can be a complex process. Some people put together Drupal sites using a collection of different modules whilst others use Drupal as a framework and build the site using code.
Comments
Submitted by Ben Leivian on Thu, 05/20/2010 - 00:38
PermalinkSubmitted by Adam Fairhead on Sat, 09/25/2010 - 16:17
PermalinkThanks dude!!
I have been dealing with this problem for so long!
Submitted by Raúl on Wed, 03/23/2011 - 11:56
PermalinkHi
Exactly what I was looking for, but is not working on my site: Drupal 6.19, acquia marina theme 3.1
I actually tested both with function acquia_marina_preprocess_page and function acquia_preprocess_page, cache cleared and so on.
Any ideas?
Thanks anyway!
Submitted by Mauri on Fri, 04/08/2011 - 13:54
PermalinkIt might be being overridden by the parent theme fusion_core? Other than that I'm not sure. You could always try putting a die('test'); in the preprocess_page hook to see that it is being called.
Submitted by philipnorton42 on Fri, 04/08/2011 - 14:14
PermalinkProbably you are right, but can be too long to test. I fixed with a
Submitted by Mauri on Thu, 04/14/2011 - 09:37
PermalinkI tried this in D7 using a sub-theme of Zentropy & saw no change (yes, I flushed the cache). What I really need to change is the default page title display (e.g., the H1 title) & the corresponding breadcrumb on /blog and /blog/1 (but not /blog/1/*). Tried changing the variable to just plain "title"; also looked at the blog module to see if there was anything there I could override in template.php, but no joy. Any suggestions?
Submitted by seezee on Thu, 10/13/2011 - 17:21
PermalinkThis tutorial is for Drupal 6, which is why things are probably not working. There also might be an issue with the sub theme you are using.
Try using drupal_set_title() to change the title. You just need to correctly detect the right page before setting it.
http://api.drupal.org/api/drupal/includes--bootstrap.inc/function/drupal_set_title/7
Submitted by philipnorton42 on Thu, 10/13/2011 - 17:28
PermalinkSubmitted by shreelatha on Mon, 05/22/2017 - 07:19
PermalinkI actually tested both with function acquia_marina_preprocess_page and function acquia_preprocess_page in my site this is working properly.
Thank you for this post. A very helpful one.
Submitted by Cloudi5 on Fri, 07/10/2020 - 10:09
PermalinkI really appreciate your work and very amazing and important information about the drupal which have share in this blog.
Submitted by Cloudi5 on Wed, 12/16/2020 - 12:23
PermalinkThanks!! Exactly what i was looking for..
Submitted by aqsa on Thu, 06/03/2021 - 10:55
PermalinkAdd new comment