SlideShare a Scribd company logo
Template changes for Joomla 1.6
Chris Davenport
Web developer
Clickingmad Limited
www.clickingmad.com
Will it hurt?
Answer: It depends
Layout overrides
Layout overrides
Layout overrides
Layout overrides
Layout overrides
jos_components
jos_modules
jos_plugins
jos_extensions
Templates
Plugins
Modules
Components
Libraries
Joomla 1.5 Joomla 1.6
Joomla 1.6 unified installer
Template discovery
Changes to templateDetails.xml – 1
<!DOCTYPE install
PUBLIC "-//Joomla! 1.6//DTD template 1.0//EN"
"http://www.joomla.org/xml/dtd/1.6/template-install.dtd">
<!DOCTYPE install
PUBLIC "-//Joomla! 1.5//DTD template 1.0//EN"
"http://www.joomla.org/xml/dtd/1.5/template-install.dtd">
Joomla 1.5:
Joomla 1.6:
Only needed if you want to validate the XML
Joomla 1.5: <install version="1.5" type="template">
Joomla 1.6: <extension version="1.6" type="template" client="site">
Changes to templateDetails.xml – 2
The old “install” tag will work in 1.6 but it is deprecated, which
means that support for it will be removed in the next version.
<params>
<param name="colour" type="text" default="blue"
label="Colour" description="Choose your colour" />
</params>
<config>
<fields name="params">
<fieldset name="advanced">
<field name="colour" type="text" default="blue"
label="Colour" description="Choose your colour" />
</fieldset>
</fields>
</config>
Joomla 1.5 Joomla 1.6
params fields
param field
addPath addFormPath
Changes to templateDetails.xml – 3
Joomla 1.5:
Joomla 1.6:
Not to be confused with CSS styles
A 1.5 template installed in 1.6 will automatically be given a “default” style
Template “styles”
Access to template parameters should be backwards-compatible
jos_template_styles
Joomla 1.5:
Joomla 1.6:
params.ini
params.ini
params.ini
params.ini
params.ini
Changes to language definition files
http://docs.joomla.org/International_Enhancements_for_Version_1.6
Lots of changes have been made to language support in 1.6
ALL language INI files will need to be reformatted
Any language string can now be overridden
using site-wide language overrides
Reason:
Performance.
The native INI parser is much, much faster than the old parser
Joomla 1.5 Joomla 1.6
Templates in the Joomla distribution
Milky Way Milky Way
Beez Beez 2
Beez 5 (HTML 5 version of Beez)
JA_Purity
Atomic (new training template)
Khepri Bluestork (new default administrator template)
Hathor (new accessible administrator template)
(dropped)
Module position Milky Way Beez 2 Beez 5
position-0,1,2,3,4,5 Yes Yes Yes
position-6 Yes Yes
position-7,8,9,10 Yes Yes Yes
position-11,12,14 Yes Yes Yes
position-15 Yes
debug Yes Yes Yes
top Yes
breadcrumb Yes
left Yes
right Yes
user1,2,3,4 Yes
syndicate Yes
footer Yes
Module position Atomic
atomic-search Yes
atomic-topmenu Yes
atomic-topquote Yes
atomic-bottomleft Yes
atomic-bottommiddle Yes
atomic-sidebar Yes
Changes to naming of module positions
JavaScript changes
Joomla 1.5.0 to 1.5.18 shipped with MooTools 1.1
Joomla 1.5.19 onwards shipped with MooTools 1.2.4,
but the plugin is disabled by default
Joomla 1.6.0 will ship with MooTools 1.3
API changes
Joomla 1.5:
Joomla 1.6:
global $mainframe;
$mainframe = JFactory::getApplication();
Others? Please add to
http://docs.joomla.org/Upgrading_a_template_from_1.5_to_1.6
Questions?
http://clickingmad.com
This presentation is available for use under the
Joomla! Electronic Documentation License
http://docs.joomla.org/JEDL
Copyright © 2010 Chris Davenport

More Related Content

PPTX
What’s new in joomla 3.7
PPT
Joomla! 1.6 the highlights
PPTX
Joomla SEO basics 2016
PDF
Joomla ACL introduction, limit site access
PDF
Getting Started with the Joomla! Framework
PDF
Joomla 15 Quickstart
PDF
10 tips to improve Joomla’s usability
PPTX
Modules and Components Introduction in Joomla! 2.5
What’s new in joomla 3.7
Joomla! 1.6 the highlights
Joomla SEO basics 2016
Joomla ACL introduction, limit site access
Getting Started with the Joomla! Framework
Joomla 15 Quickstart
10 tips to improve Joomla’s usability
Modules and Components Introduction in Joomla! 2.5

What's hot (17)

PDF
WordPress Q&A
KEY
Developing Joomla! 1.5 Extensions, Explained
PPTX
Mautic landing page setup & case study
PPTX
Whats new in joomla 3.5 & whats coming in future
PDF
Joomla Tomorrow and Beyond
PDF
Joomla2 5-afirstlook-120214054019-phpapp01
PPTX
Joomla 4.0 what's coming in future
PPTX
Tips for site builders and administrators
PPT
Must-Have Joomla Extensions by Ken Lyle
PPTX
How to customise Joomla
PPTX
How to install joomla 2.5
PPT
Joomla Presentations
PPTX
FAQ's in Joomla 2.5
PPTX
Joomla Tutorial: Joomla 2.5 a first look
PPT
Joomla Introduction & Installation Tutorial
PPTX
Installing Extensions in Joomla! 2.5
PPTX
Extension developer secrets - How to make money with Joomla
WordPress Q&A
Developing Joomla! 1.5 Extensions, Explained
Mautic landing page setup & case study
Whats new in joomla 3.5 & whats coming in future
Joomla Tomorrow and Beyond
Joomla2 5-afirstlook-120214054019-phpapp01
Joomla 4.0 what's coming in future
Tips for site builders and administrators
Must-Have Joomla Extensions by Ken Lyle
How to customise Joomla
How to install joomla 2.5
Joomla Presentations
FAQ's in Joomla 2.5
Joomla Tutorial: Joomla 2.5 a first look
Joomla Introduction & Installation Tutorial
Installing Extensions in Joomla! 2.5
Extension developer secrets - How to make money with Joomla
Ad

Similar to Template changes for Joomla 1.6 (20)

ODP
Joomla 1.0X to 1.5X migration. A Guide
PPT
Joomla 2 5 - A Preview
DOCX
Creating a basic joomla
PPT
Joomladay Switzerland - Joomla! 1.5 and roadmap to future versions
PPT
Developing joomla 1.6 templates
PDF
Lifting The Lid On Joomla 1.6
PDF
Lifting The Lid On Joomla 1.6
PPTX
Developing joomla 1.6 templates - Joomla!Day NYC December 2010
PPT
Joomla Content Management Systems, Part 3
PPT
Joomla/Mambo CMS
PPT
http://www.slideshare.net/jgarifuna/elgg-presentation-ca-032109
ODP
Sh404sef, Urls, Seo And More
PPT
Алексей Колосов - Типичные ошибки разработчиков на Drupal (версии 5,6,7)
PPT
Joomla 1.6 - Joomla!Days NL 2009 #jd09nl
PPTX
Template overrides austin
PPT
Joomla Day1
ODP
Migrating from Joomla 1.5 to Joomla 2.5
PPTX
Joomla 1.7 development
PPTX
Joomla17development
PDF
Complex Joomla! Migrations
Joomla 1.0X to 1.5X migration. A Guide
Joomla 2 5 - A Preview
Creating a basic joomla
Joomladay Switzerland - Joomla! 1.5 and roadmap to future versions
Developing joomla 1.6 templates
Lifting The Lid On Joomla 1.6
Lifting The Lid On Joomla 1.6
Developing joomla 1.6 templates - Joomla!Day NYC December 2010
Joomla Content Management Systems, Part 3
Joomla/Mambo CMS
http://www.slideshare.net/jgarifuna/elgg-presentation-ca-032109
Sh404sef, Urls, Seo And More
Алексей Колосов - Типичные ошибки разработчиков на Drupal (версии 5,6,7)
Joomla 1.6 - Joomla!Days NL 2009 #jd09nl
Template overrides austin
Joomla Day1
Migrating from Joomla 1.5 to Joomla 2.5
Joomla 1.7 development
Joomla17development
Complex Joomla! Migrations
Ad

More from Chris Davenport (10)

ODP
JoomlaDay UK 2016 Presentation
ODP
Leave this to me. I'm British. I know how to queue.
ODP
Joomla in a world of ubiquitous computing
PDF
Taking a REST and being HAPI
PDF
JAB2012 Smart Search Presentation
PDF
Joomla PLT Summit Feedback
PDF
Template tuning for high performance
ODP
Joomla Day UK 2009 Template Design Presentation
ODP
Joomla Day UK 2009 Menus Presentation
ODP
Joomla Day UK 2009 Basic Templates
JoomlaDay UK 2016 Presentation
Leave this to me. I'm British. I know how to queue.
Joomla in a world of ubiquitous computing
Taking a REST and being HAPI
JAB2012 Smart Search Presentation
Joomla PLT Summit Feedback
Template tuning for high performance
Joomla Day UK 2009 Template Design Presentation
Joomla Day UK 2009 Menus Presentation
Joomla Day UK 2009 Basic Templates

Recently uploaded (20)

PPTX
A Presentation on Artificial Intelligence
PDF
Univ-Connecticut-ChatGPT-Presentaion.pdf
PDF
Encapsulation theory and applications.pdf
PDF
Hindi spoken digit analysis for native and non-native speakers
PDF
A comparative study of natural language inference in Swahili using monolingua...
PPTX
1. Introduction to Computer Programming.pptx
PDF
A comparative analysis of optical character recognition models for extracting...
PDF
gpt5_lecture_notes_comprehensive_20250812015547.pdf
PDF
NewMind AI Weekly Chronicles - August'25-Week II
PDF
Web App vs Mobile App What Should You Build First.pdf
PDF
ENT215_Completing-a-large-scale-migration-and-modernization-with-AWS.pdf
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
Mushroom cultivation and it's methods.pdf
PPTX
A Presentation on Touch Screen Technology
PPTX
Chapter 5: Probability Theory and Statistics
PPTX
Group 1 Presentation -Planning and Decision Making .pptx
PDF
Approach and Philosophy of On baking technology
PPTX
TechTalks-8-2019-Service-Management-ITIL-Refresh-ITIL-4-Framework-Supports-Ou...
PPTX
TLE Review Electricity (Electricity).pptx
A Presentation on Artificial Intelligence
Univ-Connecticut-ChatGPT-Presentaion.pdf
Encapsulation theory and applications.pdf
Hindi spoken digit analysis for native and non-native speakers
A comparative study of natural language inference in Swahili using monolingua...
1. Introduction to Computer Programming.pptx
A comparative analysis of optical character recognition models for extracting...
gpt5_lecture_notes_comprehensive_20250812015547.pdf
NewMind AI Weekly Chronicles - August'25-Week II
Web App vs Mobile App What Should You Build First.pdf
ENT215_Completing-a-large-scale-migration-and-modernization-with-AWS.pdf
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Programs and apps: productivity, graphics, security and other tools
Mushroom cultivation and it's methods.pdf
A Presentation on Touch Screen Technology
Chapter 5: Probability Theory and Statistics
Group 1 Presentation -Planning and Decision Making .pptx
Approach and Philosophy of On baking technology
TechTalks-8-2019-Service-Management-ITIL-Refresh-ITIL-4-Framework-Supports-Ou...
TLE Review Electricity (Electricity).pptx

Template changes for Joomla 1.6

  • 1. Template changes for Joomla 1.6 Chris Davenport Web developer Clickingmad Limited www.clickingmad.com
  • 10. Changes to templateDetails.xml – 1 <!DOCTYPE install PUBLIC "-//Joomla! 1.6//DTD template 1.0//EN" "http://www.joomla.org/xml/dtd/1.6/template-install.dtd"> <!DOCTYPE install PUBLIC "-//Joomla! 1.5//DTD template 1.0//EN" "http://www.joomla.org/xml/dtd/1.5/template-install.dtd"> Joomla 1.5: Joomla 1.6: Only needed if you want to validate the XML
  • 11. Joomla 1.5: <install version="1.5" type="template"> Joomla 1.6: <extension version="1.6" type="template" client="site"> Changes to templateDetails.xml – 2 The old “install” tag will work in 1.6 but it is deprecated, which means that support for it will be removed in the next version.
  • 12. <params> <param name="colour" type="text" default="blue" label="Colour" description="Choose your colour" /> </params> <config> <fields name="params"> <fieldset name="advanced"> <field name="colour" type="text" default="blue" label="Colour" description="Choose your colour" /> </fieldset> </fields> </config> Joomla 1.5 Joomla 1.6 params fields param field addPath addFormPath Changes to templateDetails.xml – 3 Joomla 1.5: Joomla 1.6:
  • 13. Not to be confused with CSS styles A 1.5 template installed in 1.6 will automatically be given a “default” style Template “styles” Access to template parameters should be backwards-compatible jos_template_styles Joomla 1.5: Joomla 1.6: params.ini params.ini params.ini params.ini params.ini
  • 14. Changes to language definition files http://docs.joomla.org/International_Enhancements_for_Version_1.6 Lots of changes have been made to language support in 1.6 ALL language INI files will need to be reformatted Any language string can now be overridden using site-wide language overrides Reason: Performance. The native INI parser is much, much faster than the old parser
  • 15. Joomla 1.5 Joomla 1.6 Templates in the Joomla distribution Milky Way Milky Way Beez Beez 2 Beez 5 (HTML 5 version of Beez) JA_Purity Atomic (new training template) Khepri Bluestork (new default administrator template) Hathor (new accessible administrator template) (dropped)
  • 16. Module position Milky Way Beez 2 Beez 5 position-0,1,2,3,4,5 Yes Yes Yes position-6 Yes Yes position-7,8,9,10 Yes Yes Yes position-11,12,14 Yes Yes Yes position-15 Yes debug Yes Yes Yes top Yes breadcrumb Yes left Yes right Yes user1,2,3,4 Yes syndicate Yes footer Yes Module position Atomic atomic-search Yes atomic-topmenu Yes atomic-topquote Yes atomic-bottomleft Yes atomic-bottommiddle Yes atomic-sidebar Yes Changes to naming of module positions
  • 17. JavaScript changes Joomla 1.5.0 to 1.5.18 shipped with MooTools 1.1 Joomla 1.5.19 onwards shipped with MooTools 1.2.4, but the plugin is disabled by default Joomla 1.6.0 will ship with MooTools 1.3
  • 18. API changes Joomla 1.5: Joomla 1.6: global $mainframe; $mainframe = JFactory::getApplication(); Others? Please add to http://docs.joomla.org/Upgrading_a_template_from_1.5_to_1.6
  • 21. This presentation is available for use under the Joomla! Electronic Documentation License http://docs.joomla.org/JEDL Copyright © 2010 Chris Davenport