Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • lotushost Friend
    #134534

    Hi,

    I can’t find where I can edit the footer

    ex. Copyright © 2008 “website name”. All Rights Reserved. Designed by JoomlArt.com.

    anyone knows where it is?

    w3bars Friend
    #275913

    Hello! You can edit footer in the footer.php, which is located in templates–>ja_sanidine–>footer.php. I hope this information will be helpful to you.

    lotushost Friend
    #275944

    thanks for pointing me in the right direction! Althought I did not find it in templates–>ja_sanidine–>footer.php, this is where it was in my folder

    “templates–>ja_sanidine–>html–>mod_footer–>default.php”

    reachthesky Friend
    #276539

    <em>@lotushost 86681 wrote:</em><blockquote>thanks for pointing me in the right direction! Althought I did not find it in templates–>ja_sanidine–>footer.php, this is where it was in my folder

    “templates–>ja_sanidine–>html–>mod_footer–>default.php”</blockquote>
    Go to your modules, and search for the module that is placed under the “footer” position. You should be able to edit it or create a new custom one with the text you want.

    Hope it helps 🙂

    Sherlock Friend
    #276558

    Hi
    Can i mark this topic is solved ?

    lotushost Friend
    #276593

    <em>@reachthesky 87411 wrote:</em><blockquote>Go to your modules, and search for the module that is placed under the “footer” position. You should be able to edit it or create a new custom one with the text you want.

    Hope it helps :)</blockquote>

    Thank for showing me that. I saw it before, but I did not understand most of the coding that was in it… Can someone break it down for me?

    defined(‘_JEXEC’) or die(‘Restricted access’);

    global $mainframe;

    $date =& JFactory::getDate();
    $cur_year = $date->toFormat(‘%Y’);
    $csite_name = $mainframe->getCfg(‘sitename’);

    if (JString::strpos(JText :: _(‘FOOTER_LINE1’), ‘%date%’)) {
    $line1 = ereg_replace(‘%date%’, $cur_year, JText :: _(‘FOOTER_LINE1’));
    } else {
    $line1 = JText :: _(‘FOOTER_LINE1’);
    }

    if (JString::strpos($line1, ‘%sitename%’)) {
    $lineone = ereg_replace(‘%sitename%’, $csite_name, $line1);
    } else {
    $lineone = $line1;
    }

    require(JModuleHelper::getLayoutPath(‘mod_footer’) );

    Sherlock Friend
    #276649

    you can understand if you open en-GB.mod_footer.ini language file of mod_login (languageen-GB folder)

    FOOTER=Footer
    FOOTER_LINE1=Copyright © %date% %sitename%. All Rights Reserved.
    FOOTER_LINE2=<a href="http://www.joomla.org">Joomla!</a> is Free Software released under the <a href="http://www.gnu.org/licenses/gpl-2.0.html">GNU/GPL License.</a>
    MOD_FOOTER=<em>mod_footer</em>
    THIS MODULE SHOWS THE JOOMLA! COPYRIGHT INFORMATION=This module shows the Joomla! copyright information.

    malestorm Friend
    #276718

    Hello —

    May I suggest an easy alternative method of updating your footer.

    In Joomla 1.5 go to module manager
    1) De-activate your current footer module.
    2) Add a NEW module – on the first page that comes up select custom HTML. and click next.
    3) Now select FOOTER as the module position. At the bottom of the page enter the footer text you want to display on your site, ie “Copyright © 2008 YourSiteorCompany. All rights reserved. ” Click SAVE.

    That’s it. Of course you can always add a new module with custom PHP code if you need anything more sophisticated. I don’t recommend that you change the code / text in production modules, because you may lose all your changes when upgrading and keeping track of these configuration changes is a hassle.

    Good luck.
    .. Scott

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

This topic contains 8 replies, has 5 voices, and was last updated by  malestorm 16 years ago.

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