Improvements in Drupal 8 are really amazing both philosophy and architecture. With this new version I'm very happy to have opted exclusively for this platform. Congratulations to all the people that have developed over the years. Your work is fantastic!!
Surely I will be wrong, but in a first contact, I was surprised a decision I think is a step back in user experience from the point of view of site builders.
Hi
in a multilingual site (de:default and fr, it) i want to get the language selected by the user (language switcher or language part in url)
Variable for Twig, f.i. to use different includes in page.htm.twig according to language (cannot use blocks, since we use fontwawsom and ckedit is a pita with that). And want to be able to do that anyway.
Also get this info in a preprocess hook. And if available Drupal variables in Twig does not provide that, create that, so that in Twig available (s. my other question). And also of course to create theme - suggestions.
Hi,
I am working on a website which has two languages English (default) and Urdu (Second), using language module with option of content translation. I can change English font family through CSS, and it will apply site wide. I just want to change/apply my Urdu content in different font family like "Jameel Noori Nastaleeq". I don't know, how to make it happen, So please help me here.
I have a durpal webcite with the Xamp package on my main windows computer and it's the first time transferring one but it's still running as local host, so when I decided to tranfure to an Ubuntu server with no GUI I ran into multiple problems 1, how do I make my website public. 2, how do I start / manage Xamp aps with Ubuntu server? 3 when I export the data base It goes into the download section of the browser I can't do anything with it and I can't find it anywhere on my computer. And has anyone got any other tipes to help me?
On a fresh install of Drupal 8, I can only get the site to load if I turn RewriteEngine off. Leaving it on and commenting out all of the rules inside of <IfModule mod_rewrite.c> still leaves the site dead.
My Drupal install is in /srv/www/htdocs/drupal8 and I do setRewriteBase /drupal8.
Where can my apache install have gone astray? Do I need to change /etc/apache/conf.d?