I have installed MAMP 7.2 and Drupal 11.1 on my Mac mini (OS 15).
I Followed the instructions from the MAMP website (straight installation, no modification of htaccess, etc.).
I had to uncheck js aggregation (?) otherwise the theme would not load.
I did not create any new content type; I only used the available Article and the default image styles.
I did create a file to store the images (created by Drupal with the upload of the first image).
I am trying to create a link to edit the current page, if the user is a content editor (as the bootstrap theme has removed the page "menu" bar that had view/edit/preview/revisions on it)
I have tokens and token_filter installed.
I added a new content block with [node:id] as a test
inserted the block in the layout
the node id is not showing.
[site:name] does work, however the node one doesn't.
To create content that will point to a location I thought it to be a good idea to create taxonomy vocabularies for continent, country and city. City then has a reference field to country and country has a reference field to continent.
I then add a city field to a content type and when creating content I can choose city.
I thought I could then easily create a view that allows me to show content with city, country and continent.
Hi, I've been stuck on this issue for days. I recently created a new install of opigno drupal 10 using acquia recipe alongside using lando. The issue that I am running into is whenever I navigate to my groups page ( admin/structure/groups ) it is recursively redirecting to itself which then causes it to throw a 'Too many redirects occurred' error. I didn't add any add any other modules other than the language module and I didn't add any modules that would redirect.