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.
Just a shot in the dark here but I've been fighting with an issue trying to set up an anchor link from a link field that brings you down to a section of the page. The problem is it cuts off everything above it and you can't scroll up anymore. This is probably more of a CSS/markup issue rather than Drupal but I wanted to ask in case someone knows of an issue doing this in Drupal. Thx
I am new in D8, I just installed drupal and created on custom module, worked fine till now!
than I added first_module.links.menu.yml file in my module(seeing code from net), following is code:
first_module.my_page:
title: 'My First menu D8'
description: 'Example how to make admin setting page menu link, I am writting this i module_name.links.menu.yml file'
parent: system.admin_config_development
route: first_module.my_page
weight: 100
Hello,
I created a module that performs a REST call to a server but I don't know how to make the module public therefore usable in a public page.
Currently the module only works as an administrator but I need the result of the call to be visible to everyone.
Could anyone point me to a tutorial?
Thanks for collaboration
Andrea
I have a custom block in drupal 8 which I want to render using a twig file. The twig file is in my templates folder. Is there a way to do so without using Twig Tweak module?