This answer has been asked several times it seems, and nobody has been able to provide an all around answer, so let me attempt to ask my question and see if I can get an answer for it.
I have a site I am working on. I have it a list of taxonomy terms called 'Sports', which is a list of sports. I created a new content type called 'school', which has a multi-value term reference field of sports. When a new school content type is created, a selection of sports is checked on the page.
I tried out Drupal 8 and there's a lot of modules missing or still in beta for years. 7 completely works except the login for mobile. I was wondering if there's a way to add this login / registration module for Drupal 8? https://www.drupal.org/project/nice_login
I am working on a client's website, and when I try to upload a new video via the Media Browser Module the preview of the video is so large that it covers the Submit button and I am not able to select that video to add to my page. Here is an example of what I mean: example 1.
Tengo un fichero con información HTML que quiero mostrar en mi sitio de drupal. En mi servidor tengo un fichero PHP que accede a una web. Copia el contenido de interés y lo estructura en un fichero HTML que quiero mostrarlo en mi sitio de Drupal. He creado una página en la que poner este contenido pero no se como enlazar mi fichero .html del servidor desde la página /contenido para que cuando el usuario pinche en ella se muestre el contenido que tengo en el fichero .html.
We have an external non-Drupal site which will be providing authentication for our Drupal 7 site, via OAuth2 JWT implementation.
The user case is that an existing site has a number of registered users that need to be able to login transparently between our site and theirs. At the moment there is no requirement to share data, just SSO. The external site will be hosting a login form, as well as registration form.