I'm new to Drupal and I'm trying to understand the best approach for this. I need to have a few custom content types, each of which needs to have a few basic fields.
I have a grid that shows list of attachments from comment. The attachments are not published sutomatically after they are uploaded, rather i collect them in a view and display as a grid in a page. Is there a way to have a check box or button to publish attachments in a grid? Is it possible?
In one view I have chosen an entity reference field as a filter.
The filter works only by typing the node number.
To allow the user to choose the Registry, I modified the field transforming it into an autocomplete text field and wrote a query to filter the data but it doesn't work and I didn't understand why.
The name of the filter field is
field_request_target_id
Hello, like my subject states I was trying to set a field with unlimited number of values down to a limit of 2. I get:
1 error has been found: Limit
There is data for this field in the database. The field settings can no longer be changed.
and
"There are 11 entities with 3 or more values in this field"
I was able to find two entities that I could remove the extra field items but it still says 11. I've gone through every single one and can't find any with more than 2 items.
This is my attempt to create a compund field with number field. I have created a compound field with fields(two text fields, two link fields) and finally added one number field.
The problem is that, all the fields are stored properly in the database, but the the number field is not pulled when in re-edit node. But all other fields are pulled.