Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • steshortt Friend
    #137470

    I’m trying to add a newsflash to another position after the content. I don’t use the slideshow or the vm-fp but I’m trying to get the vm-fp to move to after the content and call it user 10, anyone have any advice for how to do this?

    thanks
    stephen

    Sherlock Friend
    #289863

    Dear steshortt !

    You can do it following way below :

    Open index.php file in templates/ja_zeolite folder, find following code section at about line 176 :


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

    <div id="ja-current-content" class="clearfix">

    <jdoc:include type="component" />

    </div>

    </div></div>
    <!-- END: CONTENT -->

    change to :


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

    <div id="ja-current-content" class="clearfix">

    <jdoc:include type="component" />

    </div>

    </div></div>
    <!-- END: CONTENT -->
    <jdoc:include type="modules" name="user10" style="xhtml" />

    steshortt Friend
    #290453

    Hi Hainn,

    I tried putting in the code below but then it breaks the site saying I have an unexpected }… I’m presuming it’s from the <?php } ?> so I’ve changed it to a <br /> to get the break between the content and newsflash…

    Here’s what I ended up with and it works fine!

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

    <div id="ja-current-content" class="clearfix">

    <jdoc:include type="component" />

    </div>

    </div></div>
    <!-- END: CONTENT -->
    <br />
    <!-- BEGIN: NEWSFLASH-->
    <div id="ja-contentwrap"><div id="ja-content">

    <div id="ja-current-content" class="clearfix">

    <jdoc:include type="modules" name="user10" style="xhtml" />

    </div>

    </div></div>
    <jdoc:include type="message" />

    <!-- END: NEWSFLASH-->

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

This topic contains 3 replies, has 2 voices, and was last updated by  steshortt 15 years, 9 months ago.

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