Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • topledltd Friend
    #158644

    Please see the http://www.topledltd.com/2 , I want to place the search box below the login box, but I don’t know how to deal with that. it seems that there was no position for the search box. please indicate how to do that. thanks!

    Sherlock Friend
    #371790

    Dear topledltd,

    if think you can add a new module position and place it under the ja-login position. Try as following

    Go to the file of templatesja_nickelindex.php,You would see a block of codes like these :
    [PHP]
    <?php if($this->countModules(‘ja-login’)) : ?>
    <div id=”ja-headtools” class=”ja-headtool”>
    <ul>
    <jdoc:include type=”modules” name=”ja-login” />
    </ul>
    </div>
    <?php endif; ?>
    [/PHP]

    Add these codes below it :
    [PHP]<?php if($this->countModules(‘ja-search’)) : ?>
    <div id=”ja-search” >
    <ul>
    <jdoc:include type=”modules” name=”ja-search” />
    </ul>
    </div>
    <?php endif; ?>[/PHP]

    Then you go to your back-end and assign your search module to the ja-search position
    I hope this would help !

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

This topic contains 2 replies, has 2 voices, and was last updated by  Sherlock 13 years, 8 months ago.

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