-
AuthorPosts
-
December 29, 2007 at 7:27 am #124685
Hi can anyone tell me how i can have a module above the content area (main body). I cant seem to figure it out and i know there is a way. I Would like to put a small banner right above and between sections.
December 29, 2007 at 7:53 pm #235412if there isnt one in the index.php file you would need to add one in manually then add the module position in the admin
December 29, 2007 at 10:55 pm #235419How can i do this? I am not the greatest at this stuff.
December 29, 2007 at 10:59 pm #235420it can be a bit tricky then,
you will need a text editor like notepad or dreamweaver, you also need the module code.
you can copy and paste one it but you need to know where and how to put it and put n another user number or advert.
the best thing is to take a look at the code or find some tutorials ,
Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
December 30, 2007 at 1:01 am #235425You can try this:
Open up the index.php file and find this:
<div class="ja-innerpad clearfix">
<?php mosMainBody(); ?>
<!-- BEGIN: MASSCOL -->
Add this code:
<?php if( mosCountModules('topbanner') ) {?>
<div>
<?php mosLoadModules('topbanner', -1); ?>
</div>
<?php } ?>
Above this:
<?php mosMainBody(); ?>
So the final one will look like this:
<div class="ja-innerpad clearfix">
<?php if( mosCountModules('topbanner') ) {?>
<div>
<?php mosLoadModules('topbanner', -1); ?>
</div>
<?php } ?>
<?php mosMainBody(); ?>
<!-- BEGIN: MASSCOL -->
Remember to make a new module position called topbanner or replace “topbanner” with your own module name.
I have not tested this so remember to take a backup of your original files if you have modified them.December 31, 2007 at 12:50 am #235467thanks i will see if it works
alicia Friendalicia
- Join date:
- December 2007
- Posts:
- 85
- Downloads:
- 0
- Uploads:
- 3
- Thanked:
- 1 times in 1 posts
January 8, 2008 at 4:33 am #236025Ok I did try this, and the result is at http://www.lsanashville.com.
I just put anything in there to see what would happen. I am getting closer but still not quite what I am needing to do.
This put something within the main body. I would like to see that section moved down, and have something most specifically moo tabs reside above that section.
So how do you “push” it down and move the moo tabs over?
Thanks,
Alicia -
AuthorPosts
This topic contains 7 replies, has 4 voices, and was last updated by alicia 16 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum