Hi,
I have searched the Teline II section hoping to find an instant answer to my question, I found a few promising suggestions and tried to apply them but they did not really help.
Basically, I would like to position the banner module between the Latest Headlines and the News.
According to the overlay, they are two separate instances of ja-news but when I open the index.php file I can’t seem to find where one ends and the other begins. I tried cutting/pasting:
<?php if($this->countModules('banner')) : ?>
<!-- BEGIN: BANNER -->
<div id="ja-banner">
<jdoc:include type="modules" name="banner" />
</div>
<!-- END: BANNER -->
<?php endif; ?>
to above:
<!-- BEGIN: JAZIN -->
<?php if($tmpTools->isFrontPage()) : ?>
<div id="jazin-fp">
<jdoc:include type="modules" name="ja-news" style="raw" />
</div>
<?php endif; ?>
<!-- END: JAZIN -->
That put the banner above the Headlines.
I then tried to paste it below. Then the banner appeared below the News.
Is there a way of putting the banner between the Headlines and the News?
I have managed to achieve what I want to do by placing the content (AdSense) in the ja-news position in Module Manager but that makes things very untidy with no divider between the AdSense and the news and two dividers at the bottom of the page.
See:
http://www.okulonews.com
Is this possible, please?