I offer consultings on my website and I would that the client can book their dates on the internet. Therefore the dates should be synchronized with the outlook calendar and only shows the free dates.
Does someone knows a module for that or have some tipps?
I was running a personal website on a temporary URL and everything was fine. I then bought a new domain name yesterday for it and pointed the nameservers and everything seemed OK. I don't think it has fully propagated yet but I now find I can't login in to the site. I know I haven't changed the login details and also when I request a new password it accepts both the username and the email address but I am not getting an email.
I wrote a custom template with a customtemplate_preprocess_image function.
In this function I have only $variables['uri'] at my disposal to load the same image but with a different image style. The uri is of this format: '/sites/default/files/styles/image_xs/public/2019-02/IMG_20181219_135712499_0.jpg?itok=1faUCioy'
I installed a brand new Drupal 8 instance on a subdomain as a www.subdomain/maindomain.com. The site admin is giving trusted host settings problem. I know what changes to make in settings.php in the case of the main domain. However, am not sure what to do in case of a subdomain. Could anyone please let me know how to solve this problem?
I have a map created in Views pulling multiple map points from nodes. Using the Leaflet Map formatter, I am able to set up a custom icon with a static relative url like: /sites/default/files/map_markers/custom_icon.png. I would like to have a different png for different content types. It seems possible, but I haven't found any documentation on how to configure the url with replacement patterns.