Describe your issue or idea
In many places in Backdrop we use title callbacks in hook_menu() to set the page titles, while in others we use backdrop_set_title()
. The title callback approach has some advantages: it affects breadcrumbs and menu links for example. While the backdrop_set_title() approach is convenient it only affects the current page.
While attempting to use title callbacks instead of backdrop_set_title()
, I found that it was not possible to use the t() function and return text that used the placeholder replacement (i.e. t('Edit %title')
). Instead you end up with a title that displays with the HTML escaped, such as this:
It would be a good thing if we could make it so that title callbacks could provide already-escaped text, so that we could include HTML in the page titles, as is possible with backdrop_set_title()
.
Recent comments
Tried and successfully applied DrAlbany's method with the form https://www.drupal.org/sandbox/grobot/2105379stickman hook. I also encountered the same situation. Thanks DrAlbany
Ubercart - Auto increment SKU
Since before migration you need to prepare the Drupal site - disabling and removing all modules, disabling themes, as part of the preparation you can clear the cache and logs, delete the search...
Trimming the size of my database for D2B_migrate not to error out (Request Entity Too Large / 504 Gateway Time-out)
QuickTabs is now available!!! But does not work as expected, already reported (https://github.com/backdrop-contrib/quicktabs/issues/14). Maybe an alternative solution using Views...
Quick Tabs (or method to simulate)