I have spent some time reviewing the documentation on moblog and I can now successfully submit moblog entries and they show up in the moblog module window but I am missing something on how to display the entries as part of my website.
I am using two simple fields in the weblog: video and video_description. In the moblog control panel I entered the following code in the moblog template field:
{movie}
Watch our new <a href="http://{file}">movie</a> now.
{/movie}
{text}I would like the entries to display in a page and used the following code to bring it in:
{exp:weblog:entries weblog="mobile"}
{exp:flvplugin playerpath="player.swf" file="{video}" playernumber="{entry_id}" width="400" height="302"}
{video_description}
<div id="player{entry_id}"></div>
{/exp:weblog:entries}Unfortunately, the page doesn’t render either the text or the video.
I would appreciate any assistance getting this to work correctly.
Thanks.