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.
I made a project on a local xampp server, the project was located in a folder called 'project3'. After finishing the project I uploaded it to my server and added a $base_url in the settings.php. However the main admin navigation and all images point towards the 'project3' folder. For example configuration should go to "www.mysite.com/en/admin" but it goes to "www.mysite.com/project3/en/admin".
I need to be able the change the site logo when the user chooses a different language from the language switcher on a multilingual site.
The logo has a tagline incorporated into the design and so a different version of the logo (with the tagline in the necessary language) is required.
I can't find out how to do this in Drupal 8.
I realise I could create a custom block and translate that, but that would be stepping away from the way Drupal has incorporated the logo into Appearance.
hello i am looking for possible and best solutions to move one website settings to others like Modules, Content type and its fields, settings etc)
Real Example: I have one global website in Canada Drupal 8 based. where i have create some content types and some modules installed now i have other global websites which are separate drupal instances. Now around 10+ sites i have. so problem is if i need to change in our website configuration like adding new field in content type i have to repeat 10 time each activity.
so looking for a sync or auto or minimal efforts solution
So I have a content type of "blog articles" and want to drive it using taxonomy lists as the filters/menus. In a page view I can set up a filter for blog type and set the path like /blogs/% where the type is either /blogs/blog1 or /blogs/blog2 and that filters the articles easily.
My question is can I expand on that and set up a path like "/blogs/%/category/%" also using taxonomy lists for type and the category which would make the url /blogs/nameofblog/category/categoryname