How To Convert Joomla 1
How To Convert Joomla 1
How To Convert Joomla 1
5 template to
Joomla 2.5 template
Level of Difficulty:Intermediate In this tutorial, we will show how to convert a Joomla 1.5
template to Joomla 2.5 template. We will take default Joomla 1.5 template "rhuk_milkyway" as
an example and convert it to Joomla 2.5 native compatible template.
Note:
This tutorial covers only the template conversion process, so it's assumed that you already have
a Joomla 2.5 website installed, or converted from version 1.5.
In version 1.5 this file used to store values of template parameters. But in version 2.5, all
template parameters are stored in the database. So there is no need for file "params.ini".
Joomla 2.5 introduces new file "error.php" to contain layout of error pages. This file is
simple and we can reuse the file from default theme "atomic".
Joomla 2.5 introduces new file "template_preview.png" to present a big preview image of
the theme. You need to make a 640x480 screenshot of your theme and name it
"template_preview.png".
This is very cool feature of Joomla 2.5. Now you don't need to declare all the files in
some folder, you just need to declare that folder.
a. <filename>error.php</filename>
b. <filename>template_preview.png</filename>
Joomla 2.5 allows you to get the theme name directly from file "templateDetails.xml"
file, so there is no need to declare the theme name as plain text.
Select the item "rhuk_milkyway25" in the list and click button "Install"
3. Now, the Joomla 2.5 template is installed and you can go to "Template Manager" to
set it as default.
We finished the Joomla template migration with template "rhuk_milkyway" for today. Do you
have any other ways to convert your template from version 1.5 to version 2.5 ? Please share
using comment form belows. Feel free to leave questions if you get trouble with this migration
process.