Please provide me steps to update Joomla 1.5 component to Joomla 2.5 component.
Thank you in advance.
|
Please provide me steps to update Joomla 1.5 component to Joomla 2.5 component. Thank you in advance. |
|||
|
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
There is much to be learned at Adapting from 1.5 to 1.6, and from this DVLancer blog: Global variables $mainframe and $option Joomla 1.5
Joomla 2.5 replaced with
or
Get page title within a template* Joomla 1.5
in Joomla 2.5 replaced with
Template Path **Joomla 1.5
Joomla 2.5
or
How to find out if you are on the homepage Joomla 1.5
Joomla 2.5
Accessing Error Variables Joomla 1.5
In Joomla 2.5 those variable are now private and have to be accessed via getter methods to avoid the following error:
|
|||
|
|