-
AuthorPosts
-
October 17, 2008 at 6:05 pm #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 Friendw3bars
- Join date:
- July 2008
- Posts:
- 34
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 3 times in 1 posts
October 18, 2008 at 12:09 am #275944thanks 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 Friendreachthesky
- Join date:
- July 2008
- Posts:
- 134
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 14
- Thanked:
- 19 times in 10 posts
October 22, 2008 at 5:24 am #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 🙂
1 user says Thank You to reachthesky for this useful post
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
October 22, 2008 at 7:56 am #276558Hi
Can i mark this topic is solved ?October 22, 2008 at 2:07 pm #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 FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
October 23, 2008 at 1:54 am #276649you 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 Friendmalestorm
- Join date:
- December 2007
- Posts:
- 46
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 8
- Thanked:
- 3 times in 1 posts
October 23, 2008 at 2:26 pm #276718Hello —
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 -
AuthorPosts
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