Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • edition Friend
    #117319

    hi,

    How to add a banner module ? thx

    edition Friend
    #210828

    Hi
    No one can help me!?
    up :((

    punaboy Friend
    #210833

    Add <?php mosLoadModules( ‘banner’, -1 ); ?> to the desired location of template index file. Assign/publish from admin panel.

    edition Friend
    #210848

    Thanks punaboy 🙂

    fireman07 Friend
    #210866

    <em>@punaboy]Add <?php mosLoadModules( ‘banner’, -1 ) ?> to the desired location of template index file. Assign/publish from admin panel.[/QUOTE wrote:</em><blockquote>

    Can someone maybe go into a more indepth how to on this for me please?

    Thanks in advance

    punaboy Friend
    #210870

    Can someone maybe go into a more indepth how to on this for me please?
    Thanks in advance</blockquote>

    Sorry, I can’t expain it any easier than above.

    At the least you need basic coding knowledge (general) and understand the Joomla system and how templates work. You can visit the help section at Joomla.org for some tutorials.

    http://help.joomla.org/content/section/12/125/

    You can also search the internet for template tutorials, there’s a whole bunch of good joomla tutorials out there.

    edition Friend
    #210905

    hi fireman07,
    1)
    Open index.php and search this code

    <!– BEGIN: CONTENT –>
    <div id=”ja-<?php echo $divid ?>”>

    Add after:
    <div id=”banner_inner”>
    <?php mosLoadModules( ‘banner’, -1 ); ?>
    </div>
    Save file
    2)
    Into css directory open template_css.css file and search this code
    /* Firefox Scrollbar Hack – Do not remove */
    html {
    margin-bottom: 1px;
    height: 100%!important;
    height: auto;
    }

    Add after
    #banner_inner {
    padding: 0px;
    text-align: center;
    margin: 0px;
    margin-bottom: 2px;
    margin-bottom: 0px;
    }
    Save and transfer them by ftp.

    fireman07 Friend
    #210935

    perfect thank you very much

    pinta Friend
    #210992

    it was very usefull.

    Boanerg Friend
    #211192

    Thanks for this. Workes good.

    How can it be shown centered in the middle window?

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

This topic contains 10 replies, has 5 voices, and was last updated by  Boanerg 17 years, 6 months ago.

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