Questions tagged [grid]
A fieldtype for ExpressionEngine.
224 questions
0
votes
1
answer
46
views
Grid Field - Put "Add Row" button at top of grid and also add new row at top of grid not Botton
Currently the default is that when you add a new row it is added to the bottom of existing rows. I want to add it to the top of existing rows.
Id also like the "Add Row" Botton to display at ...
1
vote
1
answer
62
views
Search in Grid Fieldtype
I would like it to check all the rows of the grid {imagenes} to see if there are any {imagenes:video} column containing a video and return a single result.
Is there any chance of doing this?
Thnx in ...
0
votes
2
answers
58
views
Incrementing Grid Rows or Channel Entries inside of EEHarbor Polls loop?
For reference, I'm on ExpressionEngine 7 using EEHarbor's Polls add-on: https://eeharbor.com/polls/documentation
Currently, the page displaying the Poll also has a Grid field holding an image, second ...
0
votes
1
answer
42
views
Collapsed grid fields have no labels
I have a situation where our client is going to be adding dozens of grid rows in their entries. They need to be able to collapsed and re-order these grid rows. However, once collapsed, there is no way ...
0
votes
1
answer
79
views
Grid within Fluid fieldtype
would someone be willing to explain to me quickly how to use Grid inside Fluid fieldtype... I can't get the syntax right... on a simple example...
{fluid_field}
{grid_field}
{grid_field:custom_field}
{...
0
votes
3
answers
74
views
Migrating Matrix and Wygwam to native grid and rich text in version 6
Is it at all possible to Migrate Matrix and Wygwam fields to native Grid and Rich Text fields in version 6?
0
votes
1
answer
146
views
Update Grid Fields data Programmatically
I have a channel entry with the "images" field.
The field type is Grid.
What I'm trying to do is add a few pictures in the field through PHP.
I'm using this query to fetch the entry:
$entry =...
0
votes
2
answers
91
views
Possible to 'build' a field tag with a var?
is there a way - possibly with php - to 'build' a field tag from a 'variable'?
i currently have this:
{exp:stash:get_list name="rf_columns" prefix="rf"}{!--
--}{if rf:col_value ...
0
votes
2
answers
138
views
Datagrab import, relationshipfield inside grid
I'm trying to achieve an import with datagrab with the following field construction:
A grid, and inside a grid I have a column with a relationship field (and some other normal text field inputs in the ...
0
votes
1
answer
62
views
Re-importing live EE2 Playa/Matrix data into local EE3 upgrade using native Grid/Relationship fields
I’m currently updating an EE2 to EE3 which has a lot of playa / matrix custom fields. On my local ee2 dev site I am about to run the Playa/Matrix importer addon to get duplicate field data into the ...
0
votes
0
answers
98
views
How to use {exp:query} results in {exp:channel} parameter?
Since i can not retrieve {parents} from grid field, i am trying to find simplest workaround.
This works great:
{exp:channel:entries channel='channel-one' entry_id='
<?php
$...
0
votes
1
answer
71
views
low_search Field Grid and a relationship inside a column of the grid
I saw a similar question from 5 years ago, but I stumble upon the same question concerning low_search and combination with grid field and inside a column with a relationshipship.
Does low_search allow ...
0
votes
2
answers
246
views
odd even columns in expressionengine with bootstrap
I have an issue with looping output for a channel with Bootstrap. What I want to archive is this:
row
col 8 col 4
row
col 4 col 4 col 4
row
col 8 col 4
row
col 4 col 4 col 4
and so on. This ...
0
votes
1
answer
63
views
How to create form when second dropdown depends on the first dropdown selection
How to create form that options on second dropdown depends on the selection of the option on first dropdown? The problem is that I have 3 dropdowns and every dropdown depends on the previous one.
For ...
0
votes
1
answer
71
views
Entries tag search:fieldtype=""
According to the EE doc, within a channel entries tag you can search a grid field as long as the field color is set to "yes" for Include in search.
I have bot he Grid field and the individual column ...