ExpressionEngine - Silent Video Series 1
April 5th, 2009 in ExpressionEngine | 9 comments
Demo video using FF Matrix and nGen File Field in ExpressionEngine. Also showing the power of TinyBrowser in content area with TinyMCE.
Example Usage
Many people are asking how to use this technique in order to generate a proper code rather then serialized array output which is its raw format. So taking the example setup in the video, using below code in a template will create html meta tags for you.
{exp:weblog:entries weblog="weblog" limit="1"}
{meta}
<meta name="keywords" content="{meta_keywords}" />
<meta name="description" content="{meta_description}" />
{/meta}
{/exp:weblog:entries}
Next example will show you how to put those images in an unordered list form
{exp:weblog:entries weblog="weblog" limit="1"}
<ul>
{image}
<li>
<img src="{image_location}" alt="{image_description}" />
</li>
{/image}
</ul>
{/exp:weblog:entries}Hope those examples will give a kick start to understand how to apply FF Matrix and nGen File Field in ExpressionEngine.

Hey Cem, great screencast. Brilliant use of the Data Matrix fieldtype. I just had a quick question about the workflow you are demonstrating. I was wondering what the purpose of having the Data Matrix for uploading the images, versus say just using the tinybrowser file upload functionality?
said Ryan Blaind about 11 months, 1 week ago