Right, I'm getting along nicely with customizing a template to meet my needs but am interested to know if/how I can do the following.
When in a Seblod content view I would like to be able to load some of the fields in a module that is loaded into the main Joomla template's sidebar...
To explain better. I am using the following theme by yootheme;
http://yoocore.com/demo/themes/joomla/2013/lava/index.php/widgetkit
If we were to pretend that the page there is built with Seblod. The bulk of my fields would be in the main content area (i.e. under the breadcrumbs), however I would like to show some of the fields in a module in the sidebar (where the Get Widgetkit) module is displayed.
It must be a joomla module as I want to be able to display other modules beneath, such as login, google ads etc.
Backgound - I am building a recipe site with a responsive theme. When the screen size is reduced the sidebar will disappear, as such I want to display some of the less important fields in the sidebar.
Would it be as simple as installing an extension like http://extensions.joomla.org/extensions/core-enhancements/coding-a-scripts-integration/custom-code-in-modules/15251 and then just creating a module with the same code I use in my seblod template, e.g;
<?php
echo $cck->renderField('art_title');
?>
Thanks in advance for your help and sorry for the long explaination!