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.
I have got a lot of things working, with some errors, but right now I am working on adding an entity reference to the poll from the poll node type.
Once created I have the yaml that will populate the field working, but I cannot seem to find any examples or guides which show how to create a new field on an existing node type.
I need to create a sales order report from an external database that have two tables (order header and order itens). I this page I need to print the order header at top in all pages and itens from this order (second table) below header, but some orders have many itens that fills a lot of pages.
How can I do this in drupal ?
I've tried to use module Views Database Connector without success.
I am new to the drupal module development and trying to set up my first custom field type.
The user input for this field should be modified before stored in the database and therefore also be modified before retrieving.
I don't want to use the viewElements() method of the FieldFormatter as the field data should be used for other database queries (outside of drupal) and therefore the database entry should be modified.