Hi, every body !
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
What I have :
- a content type (grid)
- a search/list (grids) with list/item (simple simon)
- a content type (grid group) for the group X which contain an image field and a text field
- I added the group x field (grid_group_x) into my search/list (grids)
- a position override for the item list
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
Problem :
- Only the group x field is not showing, the other fields are ok
- If I disable my position override of the list/item the group X is working correctly... which means that the problem is really in the position override of my search/list
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
The syntaxe to call the group x in my position override of simplesimon:
<?php $cck->renderField( 'grid_group_x' );?>
Maybe is the syntaxe incorrect?
an idea?
Thanks a lot seblod forum!