Bricks 8.x-1.3 just released!
Bricks 8.x-1.3 just released!
Draggable Entity tree, Inline Entity Form, Revisions and Paragraphs support!
Bootstrap 4 (!) support as a separate module!
https://www.drupal.org/project/bricks




Imágenes en Entity Reference View?
Buenas,
A la hora de referenciar un nodo, uso un widget de autocompletado de Entity Reference View, el problema es que me gustaría sacar una imagen del contenido referenciado.
He visto que me deja pintar cualquier campo de texto del nodo, pero las imágenes no.
En caso de que no se pueda, ¿podría pintar una vista en el formulario de crear nodo para referenciar los nodos listados en dicha vista?
A ser posible, la vista con filtros expuestos ....
Una solución quiero :)
Read moreHow to auto populate content type fields from an entity reference?
Is there anyone who knows how to auto populate data from an entity reference into another content type fields.
Say i have two content types. school and registration form.
So how can i pull data from the schools content type(such as name, location, headmaster etc) into the registration form when a user selects a school in the form as a reference?
I have used entity reference and auto fill modules but i cant get them t work.
Anyone with ideas?
create new content types and interlink them
Hi,
I am new to Drupal and OpenScholar. I am using OpenScholar to build an academic website for our research lab. I created new content types such as People, Projects, Funding. I want them to function in the same way as existing content types such as Publications, News etc i.e., it allows us to create new content of that particular type by using "Add New" link.
1) How can this be done for my custom content types?
Read moreTermos de taxonomia como argumentos para uma reference View
Boa noite,
Estou a desenvolver um projeto que numa das suas funcionalidades, relaciona notícias com eventos.
A Notícia e o Evento (tipo de conteúdo) são obrigatoriamente classificados por um ou mais termos de um determinado vocabulário de taxonomia chamado de Categoria.
As Notícias podem ou não estar relacionados com os Eventos.
O que pretendia saber é se mais alguém teve este requisito e como resolveu:
Read moreBroward Drupal Meeting Minutes - October 9, 2013
We held our Broward Drupal monthly meetup on Wednesday, October 9th from 7:00pm to 9:00pm.
In Person (Greater Fort Lauderdale, Broward County Florida):
Jay Epstein @jeppy64, Ben Groenevelt @dropfoundry, Michael Barton @TheBarton_ and me @hectoriribarne
Linking Entity Reference to Entity in "Manage Display"
Hi Drupal Ireland,
Being driven made by this - presume I'm missing something simple:
https://drupal.org/node/2056435
Any thoughts?
Read moreEntity Reference y Views con Contextual Filters
Hola a todos,
Me encuentro detenido con un tema que considero debe ser básico y agradeceré cualquier ayuda que me puedan brindar.
Tengo un content type llamado "Contacto" con 2 campos, uno llamado "Nombre de Contacto" y otro llamado "Direcciones de Contacto" este último campo es un (field collection") para que cada contacto pueda tener una o más direcciones, por ejemplo, domicilio laboral, particular, de fin de semana, etc.
Read moreProblem setting data value for a user field with entity reference
Hi!
I have a content type called "membership" with field "number_of_days" (int).
I have a entity reference field on users account called "membership_reference" along with a "start_date" (date) and a "stop_date" (date) field.
Now I want to use the value of "number_of_days" to set a new value for "stop date", something like: now +[number_of_days] days
This is my setup:
Event:
After updating an existing user account
Condition:
User has roles: Parameter: Användare: [account], Roller: membership
Using the REST service to create a node that includes an 'entity reference' field.
I'm using cURL in PHP to import data with a one-to-many relationship: One "Place" can be related to Many "Documents" (using the "Entity Reference" module).
The syntax I'm looking for is for the last key/value pair in this array:
$node_data = array(
'title' => $title,
'type' => 'place',
'body[und][0][value]' => $body,
'field_place_country[und][0][value]' => $field_place_country,
'field_legacy_id[und][0][value]' => $field_legacy_id,
'field_place_alt_name[und][0][value]' => 'test a',
'field_place_related_document[und][0][target_id]' => $field_place_related_document_id,
);





