Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • d3xter Friend
    #149350

    hi all

    I need urgent a modul-position in the rasite-template 😮

    how I can install a modul-position in the rasite-template under the body
    in the white content??

    how do I do this?

    the JA-CS position I can not use, because the background is dark

    I am in desapair, my project depends on it

    plz help me :((

    histeriks Friend
    #335529

    d3xter;168525hi all

    I need urgent a modul-position in the rasite-template 😮

    how I can install a modul-position in the rasite-template under the body
    in the white content??

    how do I do this?

    the JA-CS position I can not use, because the background is dark

    I am in desapair, my project depends on it

    plz help me :((

    Hi d3xter,

    I can give you a few guidelines, upon which you’ll have to create a solution that will suit your needs.

    Open main.php file located in Rasite’s layouts/blocks directory, and scroll to the end of the file where you’ll find this:

    <?php endif; ?>

    </div>
    </div>
    <!-- //CONTENT -->

    now, on the bottom, on line 88, add this:

    <jdoc:include type="modules" name="ja-bottom" />
    so that the end of the main.php looks like this:

    </div>
    <?php endif; ?>
    <jdoc:include type=”modules” name=”ja-bottom” />
    </div>
    </div>
    <!– //CONTENT –>

    now, open your template.css, located in the css directory of your template, and on the bottom add style for your new module position, in a form similar to this

    .ja-bottom {
    PUT YOUR STYLING HERE
    }

    and finally, open file templateDetails.xml, located in your template directory, and add:

    <position>ja-bottom</position>

    on line 60.

    This will get you a new module position named ja-bottom in your template, which you can style according to your needs through your template.css file.

    For better understanding of the process, i would suggest you to read other posts on this subject here at JA forum (just type “add new module position” in the search field). It’s the best way to figure out how things operate. Backup your files and experiment.

    Good luck 🙂

    d3xter Friend
    #335668

    @ histeriks

    1000 thanks!! :laugh:
    it pretty works! and I am saved :-*

    my hp: http://www.rtcw4ever.de/index.php

    I have the ja-news-modul NOW under the body-content
    if one reads an article, is the text about the ja-news now, and not under this

    perfect 🙂

    greetz
    dex

    histeriks Friend
    #335671

    d3xter;168732@ histeriks

    1000 thanks!! :laugh:
    it pretty works! and I am saved :-*

    my hp: http://www.rtcw4ever.de/index.php

    I have the ja-news-modul NOW under the body-content
    if one reads an article, is the text about the ja-news now, and not under this

    perfect 🙂

    greetz
    dex

    I’m glad it went ok, good luck with other stuff 🙂

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

This topic contains 4 replies, has 2 voices, and was last updated by  histeriks 14 years, 2 months ago.

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