Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • bears Friend
    #126105

    would appreciate some detailed help concerning how to delete the Joomla info and link in the footer. Thanks!

    Menalto Friend
    #240565

    Which version of Joomla are you using?

    Michael Casha Friend
    #240568

    Just edit footer.php in your template folder!

    bears Friend
    #240578

    Hi! Joomla 1.13 I don’t know what to edit. Thanks!

    mfcphil Friend
    #240645

    Go to your directory open template/JA Senecio the find your footer.php file open this and you should see the following code…the part in red is what you need to look at

    <?php
    /**
    * @version $Id: footer.php 85 2005-09-15 23:12:03Z eddieajau $
    * @package Joomla
    * @copyright Copyright (C) 2005 Open Source Matters. All rights reserved.
    * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
    * Joomla! is free software. This version may have been modified pursuant
    * to the GNU General Public License, and as distributed it includes or
    * is derivative of works licensed under the GNU General Public License or
    * other free or open source software licenses.
    * See COPYRIGHT.php for copyright notices and details.
    */

    // no direct access
    defined( ‘_VALID_MOS’ ) or die( ‘Restricted access’ );

    global $_VERSION;

    // NOTE – You may change this file to suit your site needs
    ?>

    Copyright © <?php echo mosCurrentDate( ‘2005 – %Y’ ) . ‘ ‘ . $GLOBALS[‘mosConfig_sitename’];?>.
    Designed by <a href=”http://www.joomlart.com/” title=”Visit Joomlart.com!” target=”blank”>JoomlArt.com</a>
    <br /><?php echo $_VERSION->URL; ?>

    Hope this helps 😉

    bears Friend
    #240770

    Thanks…I have modified that area with success but the Joomla! footer is still present. Apparently, this does not affect the Joomla! footer link and info. Did miss something? What do I go to delete this? Rand

    mfcphil Friend
    #240774

    do you have a link to your site.

    What do you want the footer to read?

    Please bear in mind that you can claim to have designed the template and you may not claim it was designed by anybody other than JoomlArt

    bears Friend
    #240906

    Hi! Thanks! I understand the rules. I just want to know in detail how to get rid of the Joomla! reference. Can you please tell me in detail how to get rid of the Joomla! link and joomla reference please? Thanks…Rand

    bears Friend
    #240907

    If I delete all of this info the Joomla! info is still present in the footer.
    <?php
    /**
    * @version $Id: footer.php 85 2005-09-15 23:12:03Z eddieajau $
    * @package Joomla
    * @copyright Copyright (C) 2005 Open Source Matters. All rights reserved.
    * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
    * Joomla! is free software. This version may have been modified pursuant
    * to the GNU General Public License, and as distributed it includes or
    * is derivative of works licensed under the GNU General Public License or
    * other free or open source software licenses.
    * See COPYRIGHT.php for copyright notices and details.
    */

    mfcphil Friend
    #240909

    Thats because you don’t delete that

    // NOTE – You may change this file to suit your site needs
    ?>

    Copyright © <?php echo mosCurrentDate( ‘2005 – %Y’ ) . ‘ ‘ . $GLOBALS[‘mosConfig_sitename’];?>.
    Designed by <a href=”http://www.joomlart.com/” title=”Visit Joomlart.com!” target=”blank”>JoomlArt.com</a>
    <br /><?php echo $_VERSION->URL;

    The above is the part you edit

    this is my code and I dont have the joomla

    // NOTE – You may change this file to suit your site needs
    ?>

    <small>Copyright © <?php echo mosCurrentDate( ‘2001 – %Y’ ) . ‘ ‘ . $GLOBALS[‘mosConfig_sitename’];?>.
    <br>
    All Quizzes remain the property of <a href=”http://www.peacockquizzes.com/” title=”Quiz making professionals!” target=”blank”>PeacockQuizzes.com</a></small>
    <br />

    bears Friend
    #240973

    Hi! Thank you! I finally have success! This info was exactly what I needed! You made my day! Shalom Rand

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

This topic contains 11 replies, has 4 voices, and was last updated by  bears 16 years, 9 months ago.

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