Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • Samir Mastaliyev Friend
    #147788

    hello everybody.

    in Ja Iris i placed the counter in index.php ( bottom of the webpage) , but in Ja teline III i tried this , it’s not working (template stops working) . In Ja teline , where i can place the coutner? the purpose to have a counter in the bottom of the site ( not in footer). the counter is in Code form , not a companent.

    gray Friend
    #329748

    Is it a JavaSript, you just publish on the site?
    I put it in the code of mod_janalytics placed in user7 position.

    prakash Friend
    #329752

    Hi…

    to put the counter code… you can put it here

    templatesja_teline_iiihtmlmod_footerdefault.php

    after the </small> add ur counter code and it should work. If you have any isses, pls send counter code.

    Samir Mastaliyev Friend
    #329762

    gray
    i don’t have such module .

    prbalge
    the problem is that, i don’t want it to be placed in FOOTER.

    here is the code of counter

    <!--Openstat-->
    <span id="openstat2028674"></span><script type="text/javascript"> var openstat = { counter: 2028674, image: 19, next: openstat }; document.write(unescape("%3Cscript%20src=%22http" +
    (("https:" == document.location.protocol) ? "s" : "") +
    "://openstat.net/cnt.js%22%20defer=%22defer%22%3E%3C/script%3E")); </script>
    <!--Openstat-->

    Is there any other method?

    gray Friend
    #329770

    What about templatesja_teline_iiilayoutsblocksfooter.php, at the end of the file, after all <div>
    Have you tried this?

    micrantha Friend
    #329782

    Hello

    To find the position you want you have to understand the organisation of the template.
    Take a look in file layouts/default.php (if you are using default layout).
    Near the end you see these lines:

    <!-- //MAIN CONTAINER -->

    <?php $this->loadBlock('botsl') ?>

    <!-- FOOTER -->
    <?php $this->loadBlock('footer') ?>
    <!-- //FOOTER -->

    You see where the block bottom-spotlights is loaded, above the footer.
    so I guess you could enter your code above footer, beneath bottom spotlights.

    But you could as well enter your code in one of the blocks, for example at the end of the block bottom spotlight, in file layouts/blocks/botsl.php

    Try it and you will find the right spot.

    Good luck,
    Micrantha

    Samir Mastaliyev Friend
    #329788

    thank you everybody. found the place where to place counter!

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

This topic contains 7 replies, has 4 voices, and was last updated by  Samir Mastaliyev 14 years, 9 months ago.

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