Hi
I have a gallery field in my node type and i want to display it with this very nice mudole.
Id D6, i used the following snippet to display a gellery formatted output
for ($i=0;$i<count($node->myfield);$i++) {
print $node->my-field[$i]['view'];
}
But in D7, this fiel field don't a 'view' argument.
How can i display my gallery without calling a view or overrinding de gallery-formatter tpl in my custom-node template?
thank you for your help
Comments
Comment #1
Anonymous (not verified) commentedI too want to know how to do it.
Comment #2
FranCarstens commentedSorry, I can't fix your problem, but thank you for your D6 code... it's what I was looking for.
Comment #3
manuel garcia commentedTry
print render($content['field_EXAMPLE']);Comment #4
Roulion commentedi tried it, but it doesn't work
Comment #5
astonvictor commentedI'm closing it because the issue was created a long time ago without any further steps.
if you still need it then raise a new one.
thanks