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

Anonymous’s picture

I too want to know how to do it.

FranCarstens’s picture

Sorry, I can't fix your problem, but thank you for your D6 code... it's what I was looking for.

manuel garcia’s picture

Try print render($content['field_EXAMPLE']);

Roulion’s picture

i tried it, but it doesn't work

astonvictor’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

I'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