+ All Categories
Home > Technology > Chris Rault - Content construction with ZOO

Chris Rault - Content construction with ZOO

Date post: 18-May-2015
Category:
Upload: joomla-day-south-africa
View: 2,753 times
Download: 1 times
Share this document with a friend
Popular Tags:
32
Content Construction with Zoo Chris Rault, Prothemer JoomlaDay Malaysia - June 11 Monday 05 September 2011
Transcript
Page 1: Chris Rault - Content construction with ZOO

Content Construction with Zoo

Chris Rault, ProthemerJoomlaDay Malaysia - June 11

Monday 05 September 2011

Page 2: Chris Rault - Content construction with ZOO

Every website on the web has one

thing in common..

Monday 05 September 2011

Page 3: Chris Rault - Content construction with ZOO

What is a CCK?

Monday 05 September 2011

Page 4: Chris Rault - Content construction with ZOO

K2, Flexicontent, Zoo, Sobi, Mosets Tree, seBlod,

CCK’s in Joomla!

Monday 05 September 2011

Page 5: Chris Rault - Content construction with ZOO

Today, I’ll be talking about Zoo..

Monday 05 September 2011

Page 6: Chris Rault - Content construction with ZOO

Intro to Zoo

Monday 05 September 2011

Page 7: Chris Rault - Content construction with ZOO

Getting StartedStep 1: Duplicate an appStep 2: Rename the appStep 3: Create new app instanceStep 4: Create content typesStep 5: Assign elements to layout templates

Monday 05 September 2011

Page 8: Chris Rault - Content construction with ZOO

Duplicate the blog app

media > zoo > applications > blogmedia > zoo > applications > myblog

Monday 05 September 2011

Page 9: Chris Rault - Content construction with ZOO

Zoo App Architecturemedia > zoo > applications > app-name

application.phpapplication.xmlapplication_info.pngapplication.png/config//elements//language//templates//types/

Monday 05 September 2011

Page 10: Chris Rault - Content construction with ZOO

Rename the app

class gmBlogApplication extends Application {}

application.php

<name>Blog</name><group>gm-blog</group>

application.xml

Monday 05 September 2011

Page 11: Chris Rault - Content construction with ZOO

Introduction to Zoo templating

mediazoo

applicationsblog

templatesdefault

Monday 05 September 2011

Page 12: Chris Rault - Content construction with ZOO

Introduction to Zoo templating

mediazoo

applicationsblog

templatesdefault

Monday 05 September 2011

Page 13: Chris Rault - Content construction with ZOO

Zoo Template Architecture

Monday 05 September 2011

Page 14: Chris Rault - Content construction with ZOO

Zoo Template Architecture

Monday 05 September 2011

Page 15: Chris Rault - Content construction with ZOO

Zoo Template Architecture

Monday 05 September 2011

Page 16: Chris Rault - Content construction with ZOO

Zoo Template Architecture

Monday 05 September 2011

Page 17: Chris Rault - Content construction with ZOO

Zoo Template Architecture

Monday 05 September 2011

Page 18: Chris Rault - Content construction with ZOO

Zoo Template Architecture

Monday 05 September 2011

Page 19: Chris Rault - Content construction with ZOO

Zoo Template Architecture

Monday 05 September 2011

Page 20: Chris Rault - Content construction with ZOO

Zoo Template Architecture

Monday 05 September 2011

Page 21: Chris Rault - Content construction with ZOO

Zoo Template Architecture

mediazoo

applicationsblog

templatesdefault

rendereritem

Monday 05 September 2011

Page 22: Chris Rault - Content construction with ZOO

Zoo Template Architecture

mediazoo

applicationsblog

templatesdefault

rendereritem

Monday 05 September 2011

Page 23: Chris Rault - Content construction with ZOO

Define your positions(.xml)

Monday 05 September 2011

Page 24: Chris Rault - Content construction with ZOO

Item Teaser

Monday 05 September 2011

Page 25: Chris Rault - Content construction with ZOO

Item Full

Monday 05 September 2011

Page 26: Chris Rault - Content construction with ZOO

Custom Module LayoutsDisplay Zoo items in custom module layouts

Monday 05 September 2011

Page 27: Chris Rault - Content construction with ZOO

Custom Module Layouts

modules / mod_zooitem / tmpl / layout-name.php

modules / mod_zooitem / renderer / item / positions.xml

modules / mod_zooitem / renderer / item / layout-name.php

Monday 05 September 2011

Page 28: Chris Rault - Content construction with ZOO

Custom Module Layoutsmodules / mod_zooitem / tmpl / layout-name.php

Monday 05 September 2011

Page 29: Chris Rault - Content construction with ZOO

Custom Module Layoutsmodules / mod_zooitem / renderer / item / layout-name.php

Monday 05 September 2011

Page 30: Chris Rault - Content construction with ZOO

Custom Module Layoutsmodules / mod_zooitem / renderer / item / layouts.xml

Monday 05 September 2011

Page 31: Chris Rault - Content construction with ZOO

Extend ZooZooLingualZooFilter

SharePro

Related Items ProZooOrder

AceSEF Zoo PluginJCE Advanced Link Zoo Plugin

Monday 05 September 2011

Page 32: Chris Rault - Content construction with ZOO

Questions?

Monday 05 September 2011


Recommended