Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • cak Friend
    #130124

    What is the name of the module for multi tabs, I’d like to use but can’t seem to find it.:((

    Cindy

    questbg Friend
    #256103

    Hi Cindy

    Go to “modules” and sort by “user6” this is where you’ll find the tabs!

    Good luck
    Chris

    cak Friend
    #256245

    User6 doesn’t show up as a module position. Although when I check module positions user 6 is there.

    Sherlock Friend
    #256273

    hi
    As i know, that is Ja Tabs module at user 6 position

    cak Friend
    #256284

    Thanks , I see the Ja tabs position, but I don’t see a multi tab module, is there another name for multi tab:confused:

    Sherlock Friend
    #256285

    Hi
    All module at multitab is modules at user 6 position, you can see code in index.php (templates/ja_teline_ii/ folder)

    <?php if ($this->countModules('user6')) : ?>
    <script language="javascript" type="text/javascript" src="<?php echo $tmpTools->templateurl(); ?>/mootabs/mootabs1.2.js"></script>
    <script type="text/javascript">
    window.addEvent('load', initmootabs);
    function initmootabs() {
    myTabs1 = new jamootabs('ja-tabs', {
    <?php echo $ja_mootabs_options; ?>
    });
    }
    </script>
    <div id="ja-tabswrap">
    <div id="ja-tabs" class="clearfix">
    <div class="ja-tab-panels">
    <jdoc:include type="modules" name="user6" style="xhtml" />
    </div>
    </div>

    Code get all module at user 6 position and display multitabs

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

This topic contains 6 replies, has 3 voices, and was last updated by  Sherlock 15 years, 11 months ago.

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