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 already have a Drupal website and I wanted to create a new one, so I installed Drupal latest version 8.3.5 (with installatron) and now I wanted to install a theme but heck, where is the button to install it? I tried re-installing Drupal but the button is still gone... What went wrong? Or is this normal? Where can I install a theme? And please don't say I have to do it with drush or composer because I am not a computer wizard.
I have a content type "reunion" with a reference to an other content type "lieu". In "lieu" i have a "field_geofield" which i want to print into my "reunion" node.
Actually, I tried this : {{ node.field_lieu.0.entity.field_geofield.0.value }}
Which works, but not as I would like. Indeed it shows me this: POINT(1.080064 49.428707).
I would like to have a map display (leaflet), as in my "lieu" content.
Is there any way for updating drupal 7 custom modules to drupal 8 ?? converting the process of tpl.php files to twig files.
How many possible ways do i have , to make that process more simple. whether migration or update is possible ?
My site will be in English and Arabic. English reads from left to right and Arabic from right to left. Drupal 8 works great with this if you enable all 4 multilingual extentions.
The only problem I have is that I translated the main menu, but I can't find how I can add a different weight to the separate menu items, this since I want the menu to be mirrored on Arabic.
If you go to the separate menu items you can add a weight but above it it is written: Weight (all languages)
How can I adjust the weight per language per item?