Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • christo1234 Friend
    #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.

    zoom4267 Friend
    #235412

    if there isnt one in the index.php file you would need to add one in manually then add the module position in the admin

    christo1234 Friend
    #235419

    How can i do this? I am not the greatest at this stuff.

    zoom4267 Friend
    #235420

    it 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 Friend
    #235425

    You 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.

    christo1234 Friend
    #235467

    thanks i will see if it works

    alicia Friend
    #236025

    Ok 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

Viewing 7 posts - 1 through 7 (of 7 total)

This topic contains 7 replies, has 4 voices, and was last updated by  alicia 16 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum