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.
since german its a complex language i have a problem in USER'S
when I name a field : short description of the person
i would need different naming on (1) manage form display and the view display level.
i.e. for
(1) give a short summary on your person
(2) summary on user/person
but as far as i have understood only the fieldname is used for this two default displays in users.
would i have to make new view displays
can i make one for the manage form display ?
I am new in Drupal 8. I want to create a new theme to according to my HTML. What is the best practice to integrating a custom build theme to drupal engine.
I'm currently developing a module that adds a link in the system.admin menu. When a user clicks on that link, he gets redirected to a page that shows the URI of the page of where he clicked on the link.
for example: when the user is on page: /node/13 en clicks on the button, he gets redirected to /mycustompage and that shows the message 'URL: /node/13'.
I've installed Drupal 8 on my NAS running at home using a dynamic DNS URL. My domain registrar allows me to redirect a purchased URL to the dynamic DNS URL. I want to change the base installation URL of my Drupal 8 installation to the purchased URL so that links in Drupal 8 reflect the purchased URL.
How do I go about doing this without re-installing Drupal 8?