Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • codger Friend
    #134672

    Lots of discussion about JaTabs included with Teline II, but I can’t find it! It’s not in the extensions folder in the download. What am I missing?

    Sherlock Friend
    #276803

    Hi limeyard !
    Tabs in teline ii is direct implemented direct to template . Please open index.php file in templates/ja_teline_ii folder, find following code section at about line 241 :


    <?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>
    </div>
    <?php endif; ?>

    this is code for create tabs in teline ii .
    Please open mootabs folder in templates/ja_teline_ii folder , in that folder, there are 1 file :
    – mootabs1.2.css is stylesheet file for tabs.
    – mootabs1.2.js is javascript file for tabs.

    andreipopel Friend
    #276855

    is that a reason to explain that teline 2 is so slow? if it were a separate module/plugin…the tabs maybe wouldn’t got teline2 pages so slow…

    Sherlock Friend
    #277024

    Hi andreipopel !
    sorry for delay ! but i think it isn’t so slow , please send url of your site, i want check perform of your site !

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

This topic contains 4 replies, has 3 voices, and was last updated by  Sherlock 16 years, 1 month ago.

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