Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • marciello Friend
    #126629

    Hi,
    I use the slide menu option and disabled any sub menu. So, the space next to “search” box is empty. I would like to use it to show the website name (planning to use random module). How can I create the module position next to the user 4 position? Thanks

    cssyeah Moderator
    #242296

    Hi marciello,

    If you use V1.5.x Stable, you find the following code:


    <?php if ($hasSubnav) { ?>
    <div id="ja-subnav" class="clearfix">
    <?php $jamenu->genMenu (1,1); ?>
    </div>
    <?php } else if($ja_menutype == 4){
    ?>
    <div id="ja-subnav" class="clearfix">
    <?php $jamenu->genMenu (1,1); ?>
    </div>
    <?php } ?>

    and replace by:


    <?php if($this->countModules('your_module')) : ?>
    <div id="ja-next">
    <jdoc:include type="modules" name="your_module" />
    </div>
    <?php endif; ?>

    redlight_traitor Friend
    #242770

    is there anything you can do to help me turn the subnav menu into the MAIN menu? I disabled the sliding menu’s and wanted to use the User 4 position to show a menu. http://www.hooplasusa.com is the domain if you’re wondering. THANKS!

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

This topic contains 3 replies, has 3 voices, and was last updated by  redlight_traitor 16 years, 6 months ago.

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