copyright

General questions relating to Joomla! 1.5 There are other boards for more specific help on Joomla! features and extensions.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting.
Forum Post Assistant - If you are serious about wanting help, you should use this tool to help you post.
Locked
drew321
Joomla! Apprentice
Joomla! Apprentice
Posts: 28
Joined: Tue Aug 02, 2011 9:09 pm

copyright

Post by drew321 » Thu Jan 05, 2012 5:25 pm

Hello everybody and a happy new year.

Wanting to know how do you update the copyright in the footer of the page within the template.

Thanks.

Drew.

User avatar
imanickam
Joomla! Master
Joomla! Master
Posts: 28202
Joined: Wed Aug 13, 2008 2:57 am
Location: Chennai, India

Re: copyright

Post by imanickam » Thu Jan 05, 2012 5:36 pm

It depends on the template you are using. If you are using the default template such as Beez_20 that comes with Joomla! then you could change the text in the language file en-GB.mod_footer.ini that is located in the directory \language\en-GB. You could change the text after the = sign in the following language strings. Make sure that the text is enclosed within double-quotes.

Code: Select all

MOD_FOOTER_LINE1="Copyright &#169; %date% %sitename%. All Rights Reserved."
MOD_FOOTER_LINE2="<a href="_QQ_"http://www.joomla.org"_QQ_">Joomla!</a> is Free Software released under the <a href="_QQ_"http://www.gnu.org/licenses/gpl-2.0.html"_QQ_">GNU General Public License.</a>"
Being a core language string, suggest using the language string override technique as documented at http://docs.joomla.org/International_En ... _Overrides.

Note:
It is assumed that you are using the language en-GB. If not, look for the appropriate file in the appropriate directory.
Ilagnayeru (MIG) Manickam | இளஞாயிறு மாணிக்கம்
Joomla! - Global Moderators Team | Joomla! Core - Tamil (தமிழ்) Translation Team Coordinator
Former Joomla! Translations Coordination Team Lead
Eegan - Support the poor and underprivileged

rand486
Joomla! Ace
Joomla! Ace
Posts: 1888
Joined: Thu Aug 20, 2009 7:58 pm
Location: Ontario, Canada

Re: copyright

Post by rand486 » Thu Jan 05, 2012 5:39 pm

Many templates have it coded into the html itself (a technique I am not a fan of). Edit it by going to Template Manager->[your template]->Edit HTML

Others use a module. Look for a footer module or a custom HTML module in the footer position in your Module Manager.


Locked

Return to “General Questions/New to Joomla! 1.5”