Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • turgut Friend
    #137094

    Hi

    I got a content slider module and wanted to use it on the “right module” position and display the modules of the right module position within it. I wonder how I am going to define a new “content slide” position so that it appears on the “right module” position.

    Thanks

    Turgut

    Anonymous Moderator
    #286542

    Hi turgut,

    You can use the right position for your new module.
    If you don’t want, please try my guide:
    + Open index.php file in templatesja_nerine folder, at about line 275, find following script:

    <div class="innerpad">
    <jdoc:include type="modules" name="right" style="xhtml" />
    </div>

    and change to:

    <div class="innerpad">
    <jdoc:include type="modules" name="right" style="xhtml" />
    <?php if ( $this->CountModules('content_slide') ) { ?>
    <div id="ja-content_slide">
    <jdoc:include type="modules" name="content_slide" style="raw" />
    </div>
    <?php } ?>
    </div>

    I added the content_slide position to the right column.

    Hope it helps.

    turgut Friend
    #286575

    Thank you for replying however I thought joomla1.5 with some extensions will not work well yet so I reverted back to Joomla 1.0 for the web site I am working. I am working here http://www.cukurova-idek.org/tst.

    You may help me with shortening the length of slideshow and adding a module to its right if you can in Joomla 1.0. I would appreciate with the help.

    Regards
    Turgut

    Anonymous Moderator
    #286737

    + Please open index.php file in templatesja_nerine folder, at about line 343, find following script:
    [PHP]<!– BEGIN: RIGHT COLUMN –>
    <div id=”ja-col2″>
    <div class=”innerpad”>
    <?php echo mosLoadModules ( ‘right’,-2 ); ?>
    </div>
    </div><br />
    <!– END: RIGHT COLUMN –>[/PHP]

    and change to:

    [PHP]<!– BEGIN: RIGHT COLUMN –>
    <div id=”ja-col2″>
    <div class=”innerpad”>
    <?php echo mosLoadModules ( ‘right’,-2 ); ?>
    <?php if( mosCountModules(‘content_slide’) ) {?>
    <div id=”ja-content_slide”>
    <?php mosLoadModules(‘content_slide’, -2); ?>
    </div>
    <?php } ?>
    </div>
    </div><br />
    <!– END: RIGHT COLUMN –>[/PHP]

    + In Administrator, please go to Site -> Templates Manager -> Module Positions to create this content_slide position.

    turgut Friend
    #286748

    Hello JA Developer

    Thank you for the reply. However, I do not want new module position on the right column but I want a new module position on the right hand side of slideshow and slideshow length is shortened. Please see the attached image. New moduel is “slidecont”

    Thanks for patience
    Regards
    Turgut


    1. ja_nerine
    turgut Friend
    #286772

    ok I fixed it. Thank you for the help.

    Turgut

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

This topic contains 6 replies, has 2 voices, and was last updated by  turgut 15 years, 4 months ago.

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