I have a request for the future releases.
The section description and the category description as well as their respective images. I would like them to be visible when viewing a section or a category.
In 'com_content' this is done as a table and I've tried to mimic that into the Section View for example. But somehow I only get the Section name, and the table layout. The description itself never show.
This one works:
<?php echo $this->escape($this->params->get('page_title')); ?>
This one does not:
<?php echo $this->section->description; ?>
When copied to the Phoca component from com_content...
Any quick ideas or pointers?
----------------------------------------------------------------------------------------------------------------------------
I saw your call for collaboration in answering questions in the forum. I will try to come back here more often to help out, so you can focus on the creation side more. I'm familiar with several of your extension and can hopefully answer a few questions, like I do at Virtuemart forum...

Regards
Akerman