Hi there
I can’t get the moblog to work. What am I doing wrong? The entries are created but the content is not. Either it’s all put into the default field (incl. {field:etc}) or nowhere at all. Only title is being accepted (not taken from email subject). Have tried overriding format but no.
EE 2.1.3 build 20110411. I can’t do upgrade to ee 2.2 as of now, and I need the moblog to work by Wednesday…
Moblog template
{entry_title}
{text}
{/entry_title}
{field name="map_intro"}
{text}
{/field}
{field name="map_lati"}
{text}
{/field}
{field name="map_lng"}
{text}
{/field}{entry_title}
A title
{/entry_title}
{field:map_intro}
summary
{/field:map_intro}
{field:map_lati}
55.90
{/field:map_lati}
{field:map_lng}
3.45
{/field:map_lng}All fields are normal textarea fields as required. Content from them are being displayed on this map. (The position you see now is a channel entry created directly in CP.)
Please help me out,
Thanks!
Kath