Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • youbuds Friend
    #156929

    hello there

    i have just installed the templ, but for some reason the user5 and JS positions are not showing up.

    any advise would be appriciated.

    Thanks
    site address is:

    youbuds.com

    J.

    Urszula Dziki Friend
    #364901

    I have the same problem It shows on front page THOUGH but if I try to assign to any other pages it does not Funny thing is none of hte module possition cannot be assign to any other pages only front page

    Or may be I should say only left and right can be assign to other pages. Otherthan that none of the position work on pages that are created.

    Saguaros Moderator
    #364973

    To show those positions, all modules must asign and show on both positions. Here is a customization about how to show those positions:

    You open the file templates/ja_tube/index.php and find:
    [PHP]
    <?php if ( $this->countModules(‘user5’) && ($this->countModules(‘ja-cs’) ) ) { ?>
    <!– TOP SPOTLIGHT –>
    <div id=”ja-topsl” class=”clearfix”>
    <div id=”ja-video”>
    <jdoc:include type=”modules” name=”user5″ style=”rounded” />
    </div>

    <div id=”ja-cs”>
    <div class=”innerpad”>
    <jdoc:include type=”modules” name=”ja-cs” style=”rounded” />
    </div>
    </div>
    </div>
    <!– //TOP SPOTLIGHT –>
    <?php } ?>

    [/PHP]
    replace:
    [PHP]

    <?php if ( $this->countModules(‘user5’) ) { ?>
    <!– TOP SPOTLIGHT –>
    <div id=”ja-topsl” class=”clearfix”>
    <div id=”ja-video”>
    <jdoc:include type=”modules” name=”user5″ style=”rounded” />
    </div>
    <?php } if( ($this->countModules(‘ja-cs’) ) ) { ?>
    <div id=”ja-cs”>
    <div class=”innerpad”>
    <jdoc:include type=”modules” name=”ja-cs” style=”rounded” />
    </div>
    </div>
    </div>
    <!– //TOP SPOTLIGHT –>
    <?php } ?>

    [/PHP]

    when done, the position is show when having modules published on it

    youbuds Friend
    #365006

    Hey There,

    Thanks for the info, at the end i ended up reinstalling the quickstart, which did the trick, oh well :).

    J.

    Urszula Dziki Friend
    #365123

    I will try that Thank you so much and indeed works!

    Thank you so much!

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

This topic contains 5 replies, has 3 voices, and was last updated by  Urszula Dziki 13 years, 5 months ago.

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