Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • suli3 Friend
    #125841

    Hi

    How i can display a modul in the contet position. I mean there who are the content text.
    And who are the modules user6 and user9 displayd?

    mfcphil Friend
    #239601

    Go to your template manager and Module Positions

    Make a new module position called userX

    now go to the text area you want the module and place the following {mosloadposition userX}

    go to your module…set it to userX publish it and you should find it in place.

    Hope this helps 😉

    suli3 Friend
    #239605

    Hi Thanks for you answer

    but wer i can do this in Joomla 1.5?

    Menalto Friend
    #239619

    You cant, you need to add the module position on the templateDetails.xml file, you can find it in the templates folder.

    <position>yourposition</position>

    and then where you wanna show it use
    {loadposition yourposition}

    suli3 Friend
    #239644

    Hi

    I have insert this like this, is that correct

    [PHP]
    <div id=”ja-containerwrap<?php echo $divid; ?>”>
    <div id=”ja-container” class=”clearfix”>

    <div id=”ja-mainbody<?php echo $divid; ?>”>

    <!– BEGIN: CONTENT –>
    <div id=”ja-contentwrap”>
    <div id=”ja-content”>

    <jdoc:include type=”modules” />

    <?php if($this->countModules(‘user9’)) : ?>
    <div id=”ja-user9″>
    <jdoc:include type=”modules” name=”user9″ />
    </div><br>
    <?php endif; ?>

    <jdoc:include type=”component” />

    <?php if($this->countModules(‘banner’)) : ?>
    <div id=”ja-banner”>
    <jdoc:include type=”modules” name=”banner” />
    </div>
    <?php endif; ?>

    </div>
    </div>
    <!– END: CONTENT –>[/PHP]
    and it workds like this

    and what is about {loadposition yourposition} wher i can insert his.

    greatway Friend
    #239981

    <em>@Menalto 41072 wrote:</em><blockquote>You cant, you need to add the module position on the templateDetails.xml file, you can find it in the templates folder.

    <position>yourposition</position>

    and then where you wanna show it use
    {loadposition yourposition}
    </blockquote>
    hallo if i understand the option “preview inline with positions” is no longer availabel in 1.5.1?

    how can that be? it is one step back in my opinion

    suli3 Friend
    #239986

    Hi

    Now i have understand what you have mean, and it works thanks

    Menalto Friend
    #239992

    <em>@greatway 41555 wrote:</em><blockquote>hallo if i understand the option “preview inline with positions” is no longer availabel in 1.5.1?

    how can that be? it is one step back in my opinion</blockquote>
    I agree, this was a great option

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

This topic contains 8 replies, has 4 voices, and was last updated by  Menalto 16 years, 2 months ago.

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