Don Lee wrote:Since you don't have a module position yet available at the head place to display your banners so you need to create one and load it then you will be able to assign your ads modules there, this is the most important thing you have to do. In order to do this, follow the link I've given.
Once you are done with that, you would need some css code to style the modules like changing size, changing background color...etc. If you want to do this you have to have your modules displayed first so me neither to give you an exact css code now.
I hope you understand.
Cheers,
so i just need to do the below and then contact you, is this correct and then we can get like the sun where they have the logo on the left and then google adsense on the right
Ok now we can create a new module position, let's say "mytop", and load it in that place as well.
Open file: \templates\gk_postnote\templateDetails.xml
Find:
Code: Select all
<position>search</position>
Add before:
Code: Select all
<position>mytop</position>
Open file: \templates\gk_postnote\layouts\blocks\nav.php
Find:
Code: Select all
<div id="gkToolbar">
Add after:
Code: Select all
<?php if( $this->modules('mytop') ): ?>
<div id="mytop">
<jdoc:include type="modules" name="mytop" style="<?php echo $this->module_styles['mytop']; ?>" />
</div>
<?php endif; ?>