v2.5.5, Build Date: 20121220
In a blank template, using the Channels Entries Module:
A single field declaration {img} works.
If I try this…
{exp:channel:entries channel="images"}
{img}
This file is a {extension} and was uploaded on {upload_date format="%Y %m %d"}
<a href="http://{url}">View it now</a>
{/img}
{/exp:channel:entries}...nothing appears inside the tag pairs. Nothing.
If I call {img} in isolation, I get the URL of the file.
If I pair them, as per http://ellislab.com/expressionengine/user-guide/modules/channel/custom_fields.html#file-field , nothing parses. Wrap parameter doesn’t work. Image manipulation parameter doesn’t work. Nothing will appear inside the tag pairs.
Different channels, same thing.
In debugging mode, I am told: “Unable to find parse type for custom field”
Running Playa and Matrix, latest versions.
I am stumped.