Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • guru2085 Friend
    #127950

    is it possible to replace the current login module with the one from teline, anyone who have done this let me know

    Sherlock Friend
    #247102

    Hi guru2085 !
    You can open code of ja_teline template for view detail about using login module.
    you open index.php file in templates/ja_teline folder , go to line 140 :


    <div id="ja-hpwrap">
    <div id="ja-hp">
    <?php if (mosCountModules('ja-hpanel')) { ?>
    <div class="ja-hpmodule">
    <?php mosLoadModules('ja-hpanel',-1); ?>
    </div>
    <?php } ?>
    <?php if ($ja_tool) { ?>
    <div id="ja-usertools">
    <?php genToolMenu($ja_tool); ?>
    </div><div class="clr"></div>
    <?php } ?>
    </div>
    </div>

    above code is code for load login module and template tool in teline template.
    you go to line 188 :


    <span id="ja-hp-switch">Member Area</span>

    this code for member area span , when user click on it will display login module .

    go to line 116 :


    <script type="text/javascript">
    /*<!]>*/
    </script>

    open ja.hiddenpanel.js file in templatesja_telinescripts folder. this javascript file for hover on member area span.

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

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

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