Images aren't displayed in full content, although they're set to be displayed in Manage Display in the content type. Am I missing a switch somewhere?
Sun, 03/10/2013 - 16:06
No Universal solution fits all special business requirements. Our experienced team is ready with ideas and state-of-the-art technical solutions to consult the best solution within your budget.
it's a little bug, we hide field_image in full content. You can show this by edit md_thenews/templates/node--articles.php, find line 83:
hide($content['field_image']);
and remove this line
Note: you can find 2 line with hide($content['field_image']); code, remove the second line
I'll add this fix to next version.
OK, thanks. Glad I wasn't overlooking something stupid.