Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • Andrew Winkler Friend
    #205863

    I’ve customised the /templates/ja_teline_v/html/mod_footer/default.php file, but for some reason the site keeps displaying this text:

    [PHP]Copyright ? 2015 Joomla!. All Rights Reserved. Powered by The Rebel Site – Designed by JoomlArt.com.
    Bootstrap is a front-end framework of Twitter, Inc. Code licensed under Apache License v2.0.
    Font Awesome font licensed under SIL OFL 1.1. [/PHP]

    Have I customised the wrong file? How do I get of this?

    Pankaj Sharma Moderator
    #568403

    <em>@andrewwinkler 470492 wrote:</em><blockquote>I’ve customised the /templates/ja_teline_v/html/mod_footer/default.php file, but for some reason the site keeps displaying this text:

    [PHP]Copyright ? 2015 Joomla!. All Rights Reserved. Powered by The Rebel Site – Designed by JoomlArt.com.
    Bootstrap is a front-end framework of Twitter, Inc. Code licensed under Apache License v2.0.
    Font Awesome font licensed under SIL OFL 1.1. [/PHP]

    Have I customised the wrong file? How do I get of this?</blockquote>
    Hi you need to go templatesja_teline_vtplsblocksfooter.php
    and change the copyrights info as per your needs .

    Pankaj Sharma Moderator
    #733499

    <em>@andrewwinkler 470492 wrote:</em><blockquote>I’ve customised the /templates/ja_teline_v/html/mod_footer/default.php file, but for some reason the site keeps displaying this text:

    Copyright ? 2015 Joomla!. All Rights Reserved. Powered by The Rebel Site - Designed by JoomlArt.com.
    Bootstrap is a front-end framework of Twitter, Inc. Code licensed under Apache License v2.0.
    Font Awesome font licensed under SIL OFL 1.1.

    Have I customised the wrong file? How do I get of this?</blockquote>
    Hi you need to go templatesja_teline_vtplsblocksfooter.php
    and change the copyrights info as per your needs .

    max_santiago Friend
    #570217

    <em>@pankajsharma 470508 wrote:</em><blockquote>Hi you need to go templatesja_teline_vtplsblocksfooter.php
    and change the copyrights info as per your needs .</blockquote>

    Uhm sorry but… it doesn’t run for me! But….
    If I rename footer.php… all the text remain!

    It could depends by configuration.php that is ‘non-writable’?!
    (so also folder ‘tmp’)?!

    Thanks

    M.

    ************************************************************
    @pavit questo sistema a non funziona!
    Ho provato addirittura a rinominare il footer.php e…. niente! Rimane tutto com’?.
    Potrebbe dipendere dal configuration.php che ? non scrivibile cos? come la cartella tmp?!

    Ciao e grazie!

    M

    max_santiago Friend
    #735289

    <em>@pankajsharma 470508 wrote:</em><blockquote>Hi you need to go templatesja_teline_vtplsblocksfooter.php
    and change the copyrights info as per your needs .</blockquote>

    Uhm sorry but… it doesn’t run for me! But….
    If I rename footer.php… all the text remain!

    It could depends by configuration.php that is ‘non-writable’?!
    (so also folder ‘tmp’)?!

    Thanks

    M.

    ************************************************************
    @pavit questo sistema a non funziona!
    Ho provato addirittura a rinominare il footer.php e…. niente! Rimane tutto com’?.
    Potrebbe dipendere dal configuration.php che ? non scrivibile cos? come la cartella tmp?!

    Ciao e grazie!

    M

    pavit Moderator
    #570265

    <blockquote>Ho provato addirittura a rinominare il footer.php e…. niente! Rimane tutto com’?.
    Potrebbe dipendere dal configuration.php che ? non scrivibile cos? come la cartella tmp?!</blockquote>

    Devi editare il file footer.php e cambiare le informazioni contenute nella sezione copyright

    <section class="t3-copyright">
    <div class="row">
    <div class="<?php echo $this->getParam('t3-rmvlogo', 1) ? 'col-md-8' : 'col-md-12' ?> copyright <?php $this->_c('footer') ?>">
    <jdoc:include type="modules" name="<?php $this->_p('footer') ?>" />
    <small>Copyright © 2015 Joomla!. All Rights Reserved. Powered by <a href="<?php echo JURI::base(true) ?>" title="<?php echo strip_tags($sitename) ?>" rel="nofollow"><?php echo strip_tags($sitename) ?></a> - Designed by JoomlArt.com.</small>
    <small>
    <a href="http://twitter.github.io/bootstrap/" target="_blank">Bootstrap</a> is a front-end framework of Twitter, Inc. Code licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License v2.0</a>.
    </small>
    <small>
    <a href="http://fortawesome.github.io/Font-Awesome/" target="_blank">Font Awesome</a> font licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>.
    </small>
    </div>
    <?php if ($this->getParam('t3-rmvlogo', 1)): ?>
    <div class="col-md-4 poweredby text-hide">
    <a class="t3-logo t3-logo-light" href="http://t3-framework.org" title="<?php echo JText::_('T3_POWER_BY_TEXT') ?>"
    target="_blank" <?php echo method_exists('T3', 'isHome') && T3::isHome() ? '' : 'rel="nofollow"' ?>><?php echo JText::_('T3_POWER_BY_HTML') ?></a>
    </div>
    <?php endif; ?>
    </div>
    </section>

    Dai un’occhiata a questo documento

    pavit Moderator
    #735331

    <blockquote>Ho provato addirittura a rinominare il footer.php e…. niente! Rimane tutto com’?.
    Potrebbe dipendere dal configuration.php che ? non scrivibile cos? come la cartella tmp?!</blockquote>

    Devi editare il file footer.php e cambiare le informazioni contenute nella sezione copyright

    <section class="t3-copyright">
    <div class="row">
    <div class="<?php echo $this->getParam('t3-rmvlogo', 1) ? 'col-md-8' : 'col-md-12' ?> copyright <?php $this->_c('footer') ?>">
    <jdoc:include type="modules" name="<?php $this->_p('footer') ?>" />
    <small>Copyright © 2015 Joomla!. All Rights Reserved. Powered by <a href="<?php echo JURI::base(true) ?>" title="<?php echo strip_tags($sitename) ?>" rel="nofollow"><?php echo strip_tags($sitename) ?></a> - Designed by JoomlArt.com.</small>
    <small>
    <a href="http://twitter.github.io/bootstrap/" target="_blank">Bootstrap</a> is a front-end framework of Twitter, Inc. Code licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License v2.0</a>.
    </small>
    <small>
    <a href="http://fortawesome.github.io/Font-Awesome/" target="_blank">Font Awesome</a> font licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>.
    </small>
    </div>
    <?php if ($this->getParam('t3-rmvlogo', 1)): ?>
    <div class="col-md-4 poweredby text-hide">
    <a class="t3-logo t3-logo-light" href="http://t3-framework.org" title="<?php echo JText::_('T3_POWER_BY_TEXT') ?>"
    target="_blank" <?php echo method_exists('T3', 'isHome') && T3::isHome() ? '' : 'rel="nofollow"' ?>><?php echo JText::_('T3_POWER_BY_HTML') ?></a>
    </div>
    <?php endif; ?>
    </div>
    </section>

    Dai un’occhiata a questo documento

    max_santiago Friend
    #570302

    <em>@pavit 472957 wrote:</em><blockquote>Devi editare il file footer.php e cambiare le informazioni contenute nella sezione copyright

    <section class="t3-copyright">
    <div class="row">
    <div class="<?php echo $this->getParam('t3-rmvlogo', 1) ? 'col-md-8' : 'col-md-12' ?> copyright <?php $this->_c('footer') ?>">
    <jdoc:include type="modules" name="<?php $this->_p('footer') ?>" />
    <small>Copyright ? 2015 Joomla!. All Rights Reserved. Powered by <a href="<?php echo JURI::base(true) ?>" title="<?php echo strip_tags($sitename) ?>" rel="nofollow"><?php echo strip_tags($sitename) ?></a> - Designed by JoomlArt.com.</small>
    <small>
    <a href="http://twitter.github.io/bootstrap/" target="_blank">Bootstrap</a> is a front-end framework of Twitter, Inc. Code licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License v2.0</a>.
    </small>
    <small>
    <a href="http://fortawesome.github.io/Font-Awesome/" target="_blank">Font Awesome</a> font licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>.
    </small>
    </div>
    <?php if ($this->getParam('t3-rmvlogo', 1)): ?>
    <div class="col-md-4 poweredby text-hide">
    <a class="t3-logo t3-logo-light" href="http://t3-framework.org" title="<?php echo JText::_('T3_POWER_BY_TEXT') ?>"
    target="_blank" <?php echo method_exists('T3', 'isHome') && T3::isHome() ? '' : 'rel="nofollow"' ?>><?php echo JText::_('T3_POWER_BY_HTML') ?></a>
    </div>
    <?php endif; ?>
    </div>
    </section>

    Dai un’occhiata a questo documento</blockquote>

    Uhmmm ma anche spegnendo su OFF il default.php non cambia nulla nel template, quindi non credo sia quello il file incriminato, ovvero “/templates/ja_teline_v/html/mod_footer”.

    Il link > http://www.joomlart.com/documentation/joomla-faqs/copyright-removal#bootstrap-copyrights porta sempre nelle 3 opzioni differenti (ma Teline V ? T3 no?!) al folder > /templates/ja_template/html/mod_footer/ e torniamo quindi alla questione di prima…

    Uhm…


    1. teline-footer
    pavit Moderator
    #570303

    Mi mandi un account da super user per il tuo sito ? provo a controllare cosa e’ successo , i file da modificare sono quelli , non e’ che il tuo template e’ diverso da tutti gli altri.

    max_santiago Friend
    #570366

    Thanks Pavit,
    maybe folder TMP was blocked: the file was in > in tpls/blocks/footer.php.

    M.

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

This topic contains 10 replies, has 4 voices, and was last updated by  pavit 9 years, 5 months ago.

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