I’ve been spending all day on this and have looked at the documentation and forums for hours to no avail, so I hope somebody will be able to help me.
I am trying to publish new posts with the Moblog Module.
Half of the functionality I am looking for I got finally working, the other half I haven’t.
This is the template I am using:
{entry_title}
{text}
{/entry_title}
{category} {text} {/category}
{field:url_title format="none"}
{text}
{/field:url_title}
{field:report_summary_email format="xhtml"}
{text}
{/field:report_summary_email}
{field:report_download_email format="none"}
{files} {file} {/files}
{/field:report_download_email}
Two questions:
1. The URL title field is ignored - does that mean I cannot choose one?
2. I am trying to pass the file URL into a field so that I can reference it on my report listings pages. First I tried to save it to a file field, but that didn’t work. Now I am trying to save the URL within a textarea field, but it just saves this: “{files} {file} {/files}” as text. What do I need to do to save the file URL in a channel field?
Thanks in advance for any tips.