test
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • monalh Friend
    #175091

    Hi!
    I would like to have a new module position under the slideshow and abow the main-content assigned to my start-page, spanning the whole width. How can I manage that? In my case I use main + right layout, but want a new module in whole width (in my case 980 px).

    khoand Friend
    #444126

    – You create a new folder has name is page in /templates/ja_rave
    – You copy /plugins/system/jat3/jat3/base-themes/default/page/default.php into /templates/ja_rave/page folder
    – You add the code into /templates/ja_rave/default.php

    <?php if($this->countModules('newposition')) : ?>
    <div id="ja-newposition">
    <jdoc:include type="modules" name="newposition" />
    </div>
    <?php endif; ?>

    after

    <?php
    //content-mass-top
    if($this->hasBlock('content-mass-top')) :
    $block = &$this->getBlockXML ('content-mass-top');
    ?>
    <div id="ja-content-mass-top" class="ja-mass ja-mass-top clearfix">
    <?php $this->showBlock ($block); ?>
    </div>
    <?php

    endif; ?>

    monalh Friend
    #444203

    I actually found out that it works great by using User1 also! Works perfect.

    monalh Friend
    #444225

    I would also like to ad one more module position, on the available “white-space” to the right of the logo. Any suggestions?

    khoand Friend
    monalh Friend
    #444333

    Hi! I read the thread, but I cant find templatesja_raveblocksheader.php… No file called header.php in my blocks-folder..

    Phill Moderator
    #444395

    You can copy the header.php file from the plugins folder

    plugins>system>jat3>jat3>base-themes>default>blocks and place it in your templates blocks folder. You can then modify it as per above.

    TomC Moderator
    #444404

    monalh:

    As a JATC Member, always remember that you have access to our JoomlArt Tutorials Section – which contains a great deal of tips and tutorials for many frequently-asked issues, as well as some more specialized issues/modifications . . . . such as HOW TO CREATE A NEW MODULE POSITION.

    😎

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

This topic contains 8 replies, has 4 voices, and was last updated by  TomC 12 years, 8 months ago.

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