I'm trying to make some changes to the com_content component of Joomla 1.7. There are not many documents on a specific topic for Joomla 1.7
Maybe you could help me with this.
I want to have a separate field for an additional image in com_content, in particular for Featured view.
As part of the administrator, I managed to add a field - only in html, then in the xml file and, finally, in DB.
Now I am trying to get this entry displayed in my custom html view for Featured Articles.
I just used simple code echo $this->item->addimage;
but, unfortunately, it is not displayed.
Any ideas how to achieve this?
Thanks!
And one more thing: as far as I noticed, the structure of component development, database registration, etc. was changed in Joomla 1.7. Any useful link where everything is explained well?
source share