SlideShare a Scribd company logo
Sydney JUG 14/02/2012
Presented by Tim Plummer – Tweet @bfsurvey
Joomla Release Dates

Joomla Version    Release Type   Release Date            End of Life


Joomla 1.0        Long Term                     Sep-05                  Jul-09

Joomla 1.5        Long Term                     Jan-08                 Apr-12

Joomla 1.6        Short Term                    Jan-11                 Aug-11

Joomla 1.7        Short Term                    Jul-11                 Feb-12

Joomla 2.5        Long Term                     Jan-12                 Aug-13

Joomla 3.0        Short Term                    Jul-12                 Feb-13

Joomla 3.1        Short Term                    Jan-13                 Aug-13

Joomla 3.5        Long Term                     Jul-13                 Feb-15
Let’s take a look at what’s new
• The base of the CMS is the Joomla Platform
  has been updated to version 11.3
• New image manipulation class JImage
• Generation of HTML tables with the JGrid
  class
• New version of MooTools (1.4)
Multi Database support
SQL Server
• Load driver in php.ini
  – actual dll will depend on php version and whether your server supports non-thread-safe
    or thread-safe

• extension=php_sqlsrv_53_ts_vc9.dll
• Need to restart PHP for change to take effect
• phpinfo should show sqlsrv section
Step 2 shows which databases are
     available on your server
Database Type
Set Site Offline during install
Set Site Offline Image
Smart Search (finder)
• Smart Search is destined to be the
  replacement for com_search
• Disabled by default
• Extensions->plugin manager
  – Enable Conent - Smart Search plugin
Smart Search (cont.)
• Assign a module position to your smart search
  module (extensions->module manager)
• And choose which pages it should appear on
Smart Search (cont.)
• It does smart things like suggest what you
  should be searching for if you do a typo
Joomla Update Notification
CAPTCHA in core
• Choose ReCaptcha in your global config
Setting up ReCAPTCHA
• Sign up (free) for your public and private key
Setting up ReCAPTCHA
• Extensions->plug-in manager
• Enter your public and private key in the
  Captcha – ReCaptcha plugin
Setting up ReCAPTCHA
• CAPTCHA will now appear on your contact
  forms
Add notes to menu item
• Allows you to write a short note to describe
  what this menu is for
Filter who’s online module
• Extensions->module manager
  – Who's Online
Subcategory filtering
Language overrides manager
Images and URL fields to create simple
        standardized layouts
Images and URL fields in articles
Intro image
Full article image
Native ZIP support checked during
              install
New user notification email sent to
               admin
• Users->user manager
User status module improved
User Notes
• Can now add notes to each user account
Example of using User Notes
User Notes
Custom Blacklist text filter
Text filters has moved from article
      options to global config
Database version check
• Check that your database schema version is
  up to date
Debug Plugin reloaded
Menu manager linked to module
             manager
• When you create a new menu, if there is no
  module to display it yet, there is now a link to
  create one.
New language code plugin to improve
               SEO
• Allows search engines to see the language and
  country code they expect in cases where the
  Joomla language pack uses a different code.
Where’s my version number?
Joomla Version shown in System
         Information
Joomla version module
Other improvements
• Beez core template comes with mobile
  enhancements
• Ability to indicate a default language for News
  Feeds
• Right to Left language direction setting for
  New Feeds
• Improvements for batch processing
Should I upgrade to 2.5?
• http://magazine.joomla.org/issues/issue-feb-
  2012/item/676-Help-With-1-7-Out-and-2-5-
  Just-In,-What-Should-I-Do-Upgrade-or-
  Upgrade-me-not
• http://magazine.joomla.org/issues/Issue-Aug-
  2011/item/530-Nine-Questions-When-
  Preparing-Clients-for-Joomla-1-8
Should I upgrade to 2.5?
• I’ll make it easy, here is my 2 cents

  I’m currently           Should I upgrade
      using
 Joomla 1.6                      YES
 Joomla 1.7                      YES
 Joomla 1.5           Eventually YES, but no rush
 Joomla 1.0               LOL, why bother?
So how do I upgrade?
Do a full site backup first!
• www.akeebabackup.com
How to upgrade from J1.7
Alternate upgrade method using
             Admin Tools
• Use Admin Tools instead
  – http://www.akeebabackup.com/
How do I upgrade from Joomla 1.5?
•   Get new versions of all your extensions
•   Get a new site template
•   Take a full backup
•   Use either JUpgrade (free) or SP Upgrade
    (commercial) or J2XML Importer (free)
How do I upgrade from Joomla 1.5?
• Tutorials
  – http://www.jomsocial.com/blog/migrating-
    joomla-15-to-joomla-25-a-guided-tutorial.html
  – http://www.ostraining.com/blog/joomla/upgrade-
    joomla-16-to-25/
Upgrade Problems
Upgrade problems – Admin icons
Clear your browser cache to fix
I’m missing the new modules and
                plugins
• Extensions->extension manager->discover
I’m missing new database tables


• Extensions->extension manager->database
Article into image not showing



• You probably have a template overrides that
  needs to be updated
•   /templates/yourtemplate/html/com_content/article/default.php

• Compare to
    /components/com_content/views/article/tmpl/default.php   and see
  what is missing
• Another one
    /templates/yourtemplate/html/com_content/category/blog_item.php
Disappearing articles after 2.5 upgrade
• articles that a specific user wrote are not
  being published. They still show up in the
  backend but not in the frontend.
• Cause: If you have a user linked to a contact
  that is unpublished, the articles written by this
  user don't show up in the front.
• The solution would be to publish the contact
  or to completely remove them, including
  empty the trash.
Questions?



• Follow Tim on twitter @bfsurvey
References
• http://www.joomla.org/announcements/release-
  news/5403-joomla-250-released.html
• http://www.joomla.org/announcements/release-
  news/5410-joomla-251-released.html
• http://www.joomla.org/announcements/release-
  news/5406-joomla-25-released.html
• http://magazine.joomla.org/issues/Issue-Jan-
  2012/item/654-What-s-new-in-Joomla-2-5
• http://www.ostraining.com/blog/joomla/joomla25/
• http://docs.joomla.org/Category:Version_2.5.0_FAQ
• http://brian.teeman.net/joomla-1.7/upgrading-to-joomla-
  2.5-some-warnings.html

More Related Content

PPTX
Mautic landing page setup & case study
PPTX
What’s new in joomla 3.7
PPTX
Whats new in joomla 3.5 & whats coming in future
PPTX
Social website
PPTX
Joomla SEO basics 2016
PPTX
TinyMCE for Joomla
PPTX
Joomla Tutorial: Joomla 2.5 a first look
PDF
Getting Started with the Joomla! Framework
Mautic landing page setup & case study
What’s new in joomla 3.7
Whats new in joomla 3.5 & whats coming in future
Social website
Joomla SEO basics 2016
TinyMCE for Joomla
Joomla Tutorial: Joomla 2.5 a first look
Getting Started with the Joomla! Framework

What's hot (20)

PDF
Moving from Wordpress to Joomla
PPTX
How to customise Joomla
PPT
Joomla Presentations
PDF
Joomla Tomorrow and Beyond
PPTX
Creating your own joomla templates April 2019
PPTX
Joomla 4 custom fields and workflow
PPTX
Extension developer secrets - How to make money with Joomla
PPTX
Joomla 4.0 what's coming in future
PPTX
Overview of CMS and Joomla!
PPTX
Introduction to Joomla
PPTX
Tips for site builders and administrators
PPTX
Custom fields in joomla
ODP
Joomla - CMS
PPTX
Modules and Components Introduction in Joomla! 2.5
PPTX
Custom fields in Joomla March 2019
PDF
Joomla ACL introduction, limit site access
PDF
Joomla 15 Quickstart
PPTX
How to install joomla 2.5
PPTX
CMS Joomla
PPTX
FAQ's in Joomla 2.5
Moving from Wordpress to Joomla
How to customise Joomla
Joomla Presentations
Joomla Tomorrow and Beyond
Creating your own joomla templates April 2019
Joomla 4 custom fields and workflow
Extension developer secrets - How to make money with Joomla
Joomla 4.0 what's coming in future
Overview of CMS and Joomla!
Introduction to Joomla
Tips for site builders and administrators
Custom fields in joomla
Joomla - CMS
Modules and Components Introduction in Joomla! 2.5
Custom fields in Joomla March 2019
Joomla ACL introduction, limit site access
Joomla 15 Quickstart
How to install joomla 2.5
CMS Joomla
FAQ's in Joomla 2.5
Ad

Viewers also liked (20)

PDF
Ddоs практическое руководство к выживанию А.Лямин
PPT
La Coerenza Comunicativa di Giancarlo Iliprandi
PPTX
B.munh erdene house price
PDF
2013 Neighborhood Profiles
DOCX
Rules of trading
PDF
Eo navigating the cloud
PDF
Fe fluid mechanics
PPT
Rich Philippines Product Presentation
PPT
1010515
PPTX
Financial Planning Day 2012
PPTX
Marketing & Branding Essentials I Washington Concepts, Inc.
PPTX
аллея доблести и славы редуктор
PPTX
Google+ & SEO Strategies | BossRocket.com | Doing Business in DC
PPTX
Branding & Marketing Essentials I Unison
PPT
ABRA | Registration & Licensing
PPT
Rich Philippines Official Presentation
PPTX
Кузнецова Татьяна
PPT
+654354
PPT
Starting a Nonprofit | OPGS | Doing Business 2.0
Ddоs практическое руководство к выживанию А.Лямин
La Coerenza Comunicativa di Giancarlo Iliprandi
B.munh erdene house price
2013 Neighborhood Profiles
Rules of trading
Eo navigating the cloud
Fe fluid mechanics
Rich Philippines Product Presentation
1010515
Financial Planning Day 2012
Marketing & Branding Essentials I Washington Concepts, Inc.
аллея доблести и славы редуктор
Google+ & SEO Strategies | BossRocket.com | Doing Business in DC
Branding & Marketing Essentials I Unison
ABRA | Registration & Licensing
Rich Philippines Official Presentation
Кузнецова Татьяна
+654354
Starting a Nonprofit | OPGS | Doing Business 2.0
Ad

Similar to Joomla2 5-afirstlook-120214054019-phpapp01 (20)

PPTX
Develop Basic joomla! MVC component for version 3
PPT
Joomla @ Barcamp4(Feb 08 Pune)
PPT
Joomla CMS SEMINAR PPT
PDF
Joomla Day Australia 2019
ODP
Joomla 1.0X to 1.5X migration. A Guide
PDF
Joomla! future #jd14fr keynote
PDF
Basics of Joomla!
KEY
Joomla 3 - An overview
PPTX
Joomla Workshop.pptx
PPTX
Joomla Website Development Company
PPTX
Techgig Webinar: Joomla Introduction and Module Development June 2012
PPT
Joomla Content Management Systems, Part 3
PPTX
Joomla 2019 Roadmap, Joomla 4 & Beyond by Robert Fairhead
PPT
Joomla/Mambo CMS
PPT
http://www.slideshare.net/jgarifuna/elgg-presentation-ca-032109
PDF
Up and Running with Joomla 2nd Edition R. Allen Wyke And Skip Matheny
PDF
LA Drupal Camp 2012- Maintaining a Drupal Site
PPTX
Wordpress vs joomla
PDF
Learning Joomla! in a weekend (for developers)
TXT
Develop Basic joomla! MVC component for version 3
Joomla @ Barcamp4(Feb 08 Pune)
Joomla CMS SEMINAR PPT
Joomla Day Australia 2019
Joomla 1.0X to 1.5X migration. A Guide
Joomla! future #jd14fr keynote
Basics of Joomla!
Joomla 3 - An overview
Joomla Workshop.pptx
Joomla Website Development Company
Techgig Webinar: Joomla Introduction and Module Development June 2012
Joomla Content Management Systems, Part 3
Joomla 2019 Roadmap, Joomla 4 & Beyond by Robert Fairhead
Joomla/Mambo CMS
http://www.slideshare.net/jgarifuna/elgg-presentation-ca-032109
Up and Running with Joomla 2nd Edition R. Allen Wyke And Skip Matheny
LA Drupal Camp 2012- Maintaining a Drupal Site
Wordpress vs joomla
Learning Joomla! in a weekend (for developers)

Joomla2 5-afirstlook-120214054019-phpapp01

  • 1. Sydney JUG 14/02/2012 Presented by Tim Plummer – Tweet @bfsurvey
  • 2. Joomla Release Dates Joomla Version Release Type Release Date End of Life Joomla 1.0 Long Term Sep-05 Jul-09 Joomla 1.5 Long Term Jan-08 Apr-12 Joomla 1.6 Short Term Jan-11 Aug-11 Joomla 1.7 Short Term Jul-11 Feb-12 Joomla 2.5 Long Term Jan-12 Aug-13 Joomla 3.0 Short Term Jul-12 Feb-13 Joomla 3.1 Short Term Jan-13 Aug-13 Joomla 3.5 Long Term Jul-13 Feb-15
  • 3. Let’s take a look at what’s new
  • 4. • The base of the CMS is the Joomla Platform has been updated to version 11.3 • New image manipulation class JImage • Generation of HTML tables with the JGrid class • New version of MooTools (1.4)
  • 6. SQL Server • Load driver in php.ini – actual dll will depend on php version and whether your server supports non-thread-safe or thread-safe • extension=php_sqlsrv_53_ts_vc9.dll • Need to restart PHP for change to take effect • phpinfo should show sqlsrv section
  • 7. Step 2 shows which databases are available on your server
  • 9. Set Site Offline during install
  • 11. Smart Search (finder) • Smart Search is destined to be the replacement for com_search • Disabled by default • Extensions->plugin manager – Enable Conent - Smart Search plugin
  • 12. Smart Search (cont.) • Assign a module position to your smart search module (extensions->module manager) • And choose which pages it should appear on
  • 13. Smart Search (cont.) • It does smart things like suggest what you should be searching for if you do a typo
  • 15. CAPTCHA in core • Choose ReCaptcha in your global config
  • 16. Setting up ReCAPTCHA • Sign up (free) for your public and private key
  • 17. Setting up ReCAPTCHA • Extensions->plug-in manager • Enter your public and private key in the Captcha – ReCaptcha plugin
  • 18. Setting up ReCAPTCHA • CAPTCHA will now appear on your contact forms
  • 19. Add notes to menu item • Allows you to write a short note to describe what this menu is for
  • 20. Filter who’s online module • Extensions->module manager – Who's Online
  • 23. Images and URL fields to create simple standardized layouts
  • 24. Images and URL fields in articles
  • 27. Native ZIP support checked during install
  • 28. New user notification email sent to admin • Users->user manager
  • 29. User status module improved
  • 30. User Notes • Can now add notes to each user account
  • 31. Example of using User Notes
  • 34. Text filters has moved from article options to global config
  • 35. Database version check • Check that your database schema version is up to date
  • 37. Menu manager linked to module manager • When you create a new menu, if there is no module to display it yet, there is now a link to create one.
  • 38. New language code plugin to improve SEO • Allows search engines to see the language and country code they expect in cases where the Joomla language pack uses a different code.
  • 40. Joomla Version shown in System Information
  • 42. Other improvements • Beez core template comes with mobile enhancements • Ability to indicate a default language for News Feeds • Right to Left language direction setting for New Feeds • Improvements for batch processing
  • 43. Should I upgrade to 2.5? • http://magazine.joomla.org/issues/issue-feb- 2012/item/676-Help-With-1-7-Out-and-2-5- Just-In,-What-Should-I-Do-Upgrade-or- Upgrade-me-not • http://magazine.joomla.org/issues/Issue-Aug- 2011/item/530-Nine-Questions-When- Preparing-Clients-for-Joomla-1-8
  • 44. Should I upgrade to 2.5? • I’ll make it easy, here is my 2 cents I’m currently Should I upgrade using Joomla 1.6 YES Joomla 1.7 YES Joomla 1.5 Eventually YES, but no rush Joomla 1.0 LOL, why bother?
  • 45. So how do I upgrade?
  • 46. Do a full site backup first! • www.akeebabackup.com
  • 47. How to upgrade from J1.7
  • 48. Alternate upgrade method using Admin Tools • Use Admin Tools instead – http://www.akeebabackup.com/
  • 49. How do I upgrade from Joomla 1.5? • Get new versions of all your extensions • Get a new site template • Take a full backup • Use either JUpgrade (free) or SP Upgrade (commercial) or J2XML Importer (free)
  • 50. How do I upgrade from Joomla 1.5? • Tutorials – http://www.jomsocial.com/blog/migrating- joomla-15-to-joomla-25-a-guided-tutorial.html – http://www.ostraining.com/blog/joomla/upgrade- joomla-16-to-25/
  • 52. Upgrade problems – Admin icons
  • 53. Clear your browser cache to fix
  • 54. I’m missing the new modules and plugins • Extensions->extension manager->discover
  • 55. I’m missing new database tables • Extensions->extension manager->database
  • 56. Article into image not showing • You probably have a template overrides that needs to be updated • /templates/yourtemplate/html/com_content/article/default.php • Compare to /components/com_content/views/article/tmpl/default.php and see what is missing • Another one /templates/yourtemplate/html/com_content/category/blog_item.php
  • 57. Disappearing articles after 2.5 upgrade • articles that a specific user wrote are not being published. They still show up in the backend but not in the frontend. • Cause: If you have a user linked to a contact that is unpublished, the articles written by this user don't show up in the front. • The solution would be to publish the contact or to completely remove them, including empty the trash.
  • 58. Questions? • Follow Tim on twitter @bfsurvey
  • 59. References • http://www.joomla.org/announcements/release- news/5403-joomla-250-released.html • http://www.joomla.org/announcements/release- news/5410-joomla-251-released.html • http://www.joomla.org/announcements/release- news/5406-joomla-25-released.html • http://magazine.joomla.org/issues/Issue-Jan- 2012/item/654-What-s-new-in-Joomla-2-5 • http://www.ostraining.com/blog/joomla/joomla25/ • http://docs.joomla.org/Category:Version_2.5.0_FAQ • http://brian.teeman.net/joomla-1.7/upgrading-to-joomla- 2.5-some-warnings.html