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 client just asked me to get the menus as full pages, like the ones you see on the admin pages like /admin/structure . Never thought about how that is done and google was of no help this time. It is for a D8 site, but the answer is probably about the same for other versions as well. Anyone that can guide me in the right direction?
I want to show map near articles at sidebar with openstreetmap html-share method (inframe). So i create a field_map which contains a html code. How can i render this code in the block a sidebar. D8
I tried the following with Drupal 8.0.5 and with 8.0.6. I also tried deleting the website's root directory, dropping all database, and doing the following from scratch to ensure I can repeat this problem:
Hello all. About a year ago I spearheaded the addition of assert() to Drupal 8. Currently its used in a couple of optimizations, but the real point of its placement is to stop Drupal 8 from crashing in a hard to understand way as part of the Well Formed Errors initiative.