Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • samuelmf Friend
    #147462

    How could i do to remove the “YOU ARE HERE” text from the template?

    Thanks!

    samanoqo Friend
    #328719

    <em>@samuelmf 159635 wrote:</em><blockquote>How could i do to remove the “YOU ARE HERE” text from the template?

    Thanks!</blockquote>

    For JA T3 Framework Templates : find your template’s ini file and edit the line that says “Tou Are Here:”

    or

    install Translation manager, find your template’s .ini file and edit it.

    for older templates that do not use JA T3 Framework : go to index.php and remove “you are here:”.

    samuelmf Friend
    #328720

    Thanks, but i want to remove from the html code, to avoid it appear, i dont want to translate

    samanoqo Friend
    #328721

    <em>@samuelmf 159644 wrote:</em><blockquote>Thanks, but i want to remove from the html code, to avoid it appear, i dont want to translate</blockquote>

    translation manager not only works as a translator assistant, but also it can be used to edit your language files easily. you can open your language files with it and change any line that you don’t like or you have a better suggestion for it. As I experienced it, I would say that your problem will be solved by this.

    If you do not want to install a new extra extension for it simply search for this file “en-GB.tpl_ja_purity_ii.ini” and find the line “you are here:” and edit it to anything you want.

    Cheers

    samuelmf Friend
    #328724

    Yeah buddy, i’ve use the program that u suggested me and it’s cool, but i want to remove the line from the html code or almost know in what file is located that phrase “You are here”

    Thanks!

    samanoqo Friend
    #328729

    <em>@samuelmf 159648 wrote:</em><blockquote>Yeah buddy, i’ve use the program that u suggested me and it’s cool, but i want to remove the line from the html code or almost know in what file is located that phrase “You are here”

    Thanks!</blockquote>

    Open these 3 files and change them:

    1 – /templates/ja_purity_ii/layouts/blocks/footer.php
    on line 5 change

    <strong><?php echo JText::_('You are here')?></strong> <jdoc:include type="module" name="breadcrumbs" />

    to

    <jdoc:include type="module" name="breadcrumbs" />

    2 – /templates/ja_purity_ii/layouts/blocks/handheld/footer.php
    on line 7 change

    <a href="<?php echo $this->getCurrentURL();?>#Top" title="Back to Top"><strong>Top</strong></a> | <strong>You are here:</strong> <jdoc:include type="module" name="breadcrumbs" />

    to

    <a href="<?php echo $this->getCurrentURL();?>#Top" title="Back to Top"><strong>Top</strong></a> | <jdoc:include type="module" name="breadcrumbs" />

    and finaly

    3 – /templates/ja_purity_ii/layouts/blocks/iphone/footer.php
    on line 7 change

    <a href="<?php echo $this->getCurrentURL();?>#Top" title="Back to Top"><strong>Top</strong></a> | <strong>You are here:</strong> <jdoc:include type="module" name="breadcrumbs" />

    to

    <a href="<?php echo $this->getCurrentURL();?>#Top" title="Back to Top"><strong>Top</strong></a> | <jdoc:include type="module" name="breadcrumbs" />

    P.S. If this solved your problem, and if this is not so much, can you simply press the thank you button? I really need the credit of it.

    samanoqo Friend
    #328730

    By the way, I don’t know if the modification to the files is allowed by JA or not.

    samuelmf Friend
    #328735

    I think it’s allower, cuz is a free theme

    samuelmf Friend
    #328736

    Tya so much for the answers, the question is solved!

    samanoqo Friend
    #328737

    You´re very welcome 😉

    P.S. If this solved your problem, and if this is not so much, can you simply press the thank you button? I really need the credit of it.

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

This topic contains 10 replies, has 2 voices, and was last updated by  samanoqo 14 years, 10 months ago.

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