Convert Joomla 2.5 template to 3.0

淺唱寂寞╮ 提交于 2020-01-11 02:06:10

问题


I have a custom joomla 2.5 template and I wish to convert it to Joomla 3.0. Currently the only method I found is how to convert a Joomla 1.5 to 2.5. Please guide me here because I have spent almost a month on this. I found a method http://docs.joomla.org/J3.1:Converting_A_Previous_Joomla!_Version_Template but I do not understand how to go about it. If you could also give a clear procedure on how to implement the steps in the link I have posted this would help me alot.


回答1:


This answer may not be in a detail manner but here you go with some steps:

  1. Identify plain HTML from Joomla 2.5 template. Keep it in separate file for a moment.
  2. There are many functions, constants that are deprecated in Joomla 3.x e.g. DS constant which is used to provide "/" in Joomla 2.5. You need to replace it with "/".
  3. Common functions like getting sitename, logo etc. will need a code change. You can take a reference from Protostar template. You can see how they have retrieved value of sitename from the code. It seems to be hard at first but when you go ahead gradually, you will get familiar with Joomla 3 template engine.
  4. Once everything is done, you can go ahead and edit XML file. You can copy and paste templateDetails.xml from Protostar template. Make sure to change important elements like filename, folder etc.

Zip the whole template folder and install it on your website make it default. If you find any errors then go ahead and turn on error reporting in PHP. Resolve those errors and make your template work on Joomla 3




回答2:


This is not the absolute guide I can offer you, but here are the basic steps:

  • it really depends if it's a basic template or if it's based on a template framework like RocketTheme or YOOtheme

  • check the default template in Joomla, it's called Protostar. Have a close look at it and understand what is he doing

  • check you manifest file (compare it to Protostar)

  • maybe not so important, but check also the Potential backward compatibility issues in Joomla 3.0 and Joomla Platform 12.1

  • if you have issues at installing the template / using it, please post specific problems



来源:https://stackoverflow.com/questions/16055707/convert-joomla-2-5-template-to-3-0

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!