-
AuthorPosts
-
March 9, 2008 at 4:00 am #126452
My site is:
http://www.cornerlocations.com
You will see that I changed the width of the banner image thus creating a blank spot on the right side. It is in this blank spot that I would like to install a new module. Can someone point me to where I would go in the index.php to install a new module in that area?
thank you.
Hung Dinh Friend
Hung Dinh
- Join date:
- September 2014
- Posts:
- 4408
- Downloads:
- 11
- Uploads:
- 189
- Thanks:
- 309
- Thanked:
- 3310 times in 3 posts
March 9, 2008 at 10:53 am #241706Open index.php, and look for
<div id="ja-subhead" style="background: url(<?php echo "$ja_template_path/images/headers/$ja_headerimg-bg1.jpg";?>) no-repeat bottom left;">
<div class="innerpad">
<?php echo mosLoadModules ( 'top',-2 ); ?>
</div>
</div>Change to
<div id="ja-subhead" style="background: url(<?php echo "$ja_template_path/images/headers/$ja_headerimg-bg1.jpg";?>) no-repeat bottom left;">
<div class="innerpad">
<?php echo mosLoadModules ( 'top',-2 ); ?>
</div>
</div><?php if( mosCountModules('user10) ) {?>
<div class="ja-user10">
<?php mosLoadModules('user10', -2); ?>
</div>
<?php } ?>
You can publish newsflash on the user 10 module
Here is what I have come up with this modification1097
March 9, 2008 at 3:05 pm #241724Okay, solved my problems. The code had to go higher up and that put it in the right-hand corner up high. With your code placement it was showing up under the banner instead of to the right side.
Thanks!
AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 2 voices, and was last updated by
bulgin 16 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
