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 installed php driver and php library for mongodb connection. I followed the instructions for configurations and into the Reports session of drupal I have the following message
Valid configuration
extension version 1.6.1 found
databases and clients are consistent
But I do not receive connection into mongoDB server
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