Hello,
I am trying to display a module ("BAnners" module) inside a Cobalt record,
to do this I have inserted the sintax
<div class="article-banner"> <jdoc:include type="modules" name="article-top"/> </div>
inside my record full view template
Now... I do have a module published in "article-top" position
but when I visit any Cobalt record
(eg. Click here to link...)
I do not see the module (which should be right below the record title)
<?php if($params->get('tmpl_core.item_title')):?>
<?php if($this->type->params->get('properties.item_title')):?>
<div class="page-header">
<<?php echo $params->get('tmpl_params.title_tag', 'h1')?>>
<?php echo $item->title?>
<?php echo CEventsHelper::showNum('record', $item->id);?>
</<?php echo $params->get('tmpl_params.title_tag', 'h1')?>>
</div>
<?php endif;?>
<?php endif;?>
<div class="clearfix"></div>
<div class="article-banner"> <jdoc:include type="modules" name="article-top"/> </div>
If I inspect the code I can clearly see the custom code I ahve inserted,
only that no module is being rendered
I have double checked to ahve a module pulished in that position,
with no particular restrictions as per menu items, joomla groups and so on...
evrything seems fine so I am starting to think
that I am missing something basic here, if only I knew what!
Thank you for any advice :-)
Hello, I am trying to display a module ("BAnners" module) inside a Cobalt record, to do this I have inserted the sintax
inside my record full view template
Now... I do have a module published in "article-top" position but when I visit any Cobalt record (eg. Click here to link...)
I do not see the module (which should be right below the record title)
If I inspect the code I can clearly see the custom code I ahve inserted, only that no module is being rendered
I have double checked to ahve a module pulished in that position, with no particular restrictions as per menu items, joomla groups and so on... evrything seems fine so I am starting to think that I am missing something basic here, if only I knew what!
Thank you for any advice :-)