I'm trying to make some changes to com_content component of Joomla 1.7 There are not many docs on specific topic for Joomla 1.7
Maybe you could help me out on this one.
I want to have a separate field for extra image in com_content, specifically to Featured view.
In the administrator's part I managed to add the field - just in html, then into xml file and finally to DB.
Now I'm trying to get that record displayed in my custom html view for Featured articles.
I just used simple code echo $this->item->addimage;
but unfortunately it's not displayed.
Any ideas how to achieve that?
Thanks!
And one more thing, as far as I have noticed, component development structure, DB registration and so on, has been changed in Joomla 1.7. Any helpful link(s) where everything is explained well?