Talk:Upgrading a Joomla 1.5 template to Joomla 2.5
From Joomla! Documentation
(Difference between revisions)
m (Tutorial talk:Upgrade Joomla 1.5 Template to Joomla 1.6 moved to Talk:Upgrading a Joomla 1.5 template to Joomla 1.6: Moved page to main namespace because the Tutorial namespace is deprecated) |
(→typo?: new section) |
||
| Line 8: | Line 8: | ||
Hope someone reads this. I see it as a minor bug. But i could be nice, if it could be corrected before final release in five days :) | Hope someone reads this. I see it as a minor bug. But i could be nice, if it could be corrected before final release in five days :) | ||
| + | |||
| + | == typo? == | ||
| + | |||
| + | It looks like a line in the XML has a typo: | ||
| + | <field name="" type=" default="" label="" description=""> | ||
| + | |||
| + | The attribute type has only one double quote. Shouldn't it be like the other attributes, 2 double quotes to denote a null string as the value. | ||
Revision as of 16:02, 29 March 2011
Hello!
I'm currently converting my joomla 1.5 template to 1.6... And i use Imagelist as a param, for copyright image!
Unfortunatly, it somehow puts: images/stories, infront of my urls. So default or any other image won't work.
And stories folder is removed in joomla 1.6
Hope someone reads this. I see it as a minor bug. But i could be nice, if it could be corrected before final release in five days :)
typo?
It looks like a line in the XML has a typo: <field name="" type=" default="" label="" description="">
The attribute type has only one double quote. Shouldn't it be like the other attributes, 2 double quotes to denote a null string as the value.