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.
The University of Volda has one of the most prestigious programs for studies in Journalism in Norway. It’s location by the Norwegian fjords, makes it a popular place to study.
The web project came out of a public tender in Norway, won by Drupal agency Frontkom in 2017.
The initial wireframes and UX was done by Frontkom, while the profile and visual magic was done in collaboration with Kib & Morits. PM, development, consulting, hosting and support was handled by Frontkom. We are very proud of the result!
I've just done a fresh install of Drupal-8.6.3 and no CSS will load in the default Bartik theme. I've tried changing themes and get an error that "permission is denied' although I'm using the initial admin account and haven't created any others. I've fixed the permissions on sites/default/files to be writable and this still doesn't help. Any idea what the problem could be? Thanks in advance..
I need to do something that I know is antithetical to Drupal 8: insert inline JavaScript from a PHP function. If time allowed, I would restructure the site to avoid this situation, but I don't have time.
I need to have a PHP associative array, encoded as JSON, to be available to the whole page within script tags.
The PHP object is created within function THEME_preprocess_views_view__VIEWNAME. How can that associative array/JSON object be made available to JavaScript in the page?