• Home
  • Learn Joomla
    • Roadmap for New Users
    • Joomla Lingo
    • Joomla Installation
    • Joomla Administration
    • Joomla Documentation
    • Tutorials
  • How-to Videos
    • Index to Videos
    • Site Basics Videos
    • FAQ Videos
  • How Do I?
  • Links
    • Links Home
    • Template Sources
    • Sample Sites
    • General Joomla Sites
    • Official Joomla Sites
    • My Favorite Extensions
    • Joomla Documentation
    • Joomla Tutorial Sites
  • Site Showcase
  • Blog
  • Contact

How do I change the footer text in a template?

PDF | Print | E-mail

 
This article is for Joomla 1.5 only
 
Freqently people want to know how to customize the free templates that come with Joomla.  And, knowing how to do some template customization is an important Joomla skill to have.

A frequent question on the Joomla forums is, "how to I change or remove the "footer" text on a template."

It might be a "Template by ---- " or "Powered by Joomla"  or something like that.

So, how do you change that? 

The question of how to remove the footer text actually depends on which template you are using.  Different template designers use different approaches.

Now, if you are using the default template called "rhuk_milkyway" (the default template you get when 1.5 installs), then you must edit the html of the template to take out the "powered by" information.

Here's what you do.

In your administrative back end, go to Extensions -> Template Manager,  There you will see a list of the templates that are installed in your Joomla system.

Click on "rhuk_milkyway" and it will load a screen where you can do some customization of how the template works.

Next, click on the icon in the upper left corner that says "Edit HTML."

The html source code of the template will load in the editor.  Scroll way down to the bottom and you will see some lines like this:

<p id="power_by">
<?php echo JText::_('Powered by') ?> <a href="http://www.joomla.org">Joomla!</a>.
<?php echo JText::_('Valid') ?> <a href="http://validator.w3.org/check/referer">XHTML</a> <?php echo JText::_('and') ?> <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a>.
</p>



Here is were you want to make your changes.   If you just want to remove all of the Joomla / XHTML / CSS stuff, just delete all of the text that I have posted there. 

That will make it disappear.

Now, you may want to put something else in there.  No problem.  Just put whatever you want, for example:

<p id="power_by">
Site Design by SuperDuperWeb </p>

What about the Copyright Notice?

At the bottom of a default Joomla installation, you will see this information:

ss_copyright_15.gif

To remove this, you simply need to unpublish a module.

Go to Extensions -> Module Manager

ss_modulemanager_15.gif

Look for the module named "footer" and simply click on the "enabled" check mark to turn it off.

ss_footer_15.gif

That's it!  The copyright notice is gone. 




 
New? Start Here ...
  • Roadmap for New Users
  • Joomla Basics
  • How Do I Do This?
  • Free Templates
  • Joomla Tutorial Sites
  • Find the Joomla Documentation
  • Templates & Design Issues
  • FAQ Videos
  • Joomla Books
Quick Access
  • What's New / What's Hot
  • Recent Good Stuff
  • John's Joomla Toolbox
  • Template Sources
  • Recommended Joomla Tutorials
  • John's Real Job
  • Site Feedback / Contact
  • Site Credits
Recent "Good Stuff"
  • How to use the expanded user profiles in Joomla 1.7
  • A new template from JoomlaShine and an update to their slide show
  • 2 simple plug-ins for administrator approval of new users
  • A new version of the free template JA Purity - Wow!
  • A very nice, "lite" administrative template
  • A very easy way to keep your Joomla install up to date
  • Add new power to your administrative control panel
  • A couple of great modules for your site
  • A Great Free Template from JoomlaShack: Optimus
Featured Articles
  • Joomla Lingo
  • Why Should I Use Joomla?
  • How do I change the footer text in a template?
  • What is the difference between a component, a module and a mambot / plugin ?
Joomla 1.5 Featured Articles
Top "How Do I?" Articles
  • How do I create a quick "logout" button for users?
  • How to change the Joomla date format
  • How do I "move" a Joomla website from one folder to another?
  • Where does Joomla keep the articles?
  • Changing the text of messages in Joomla
  • How do I put a picture in an article?
  • Module Installation for Dummies
  • Making GIMP look like Photoshop
  • Set up a demo site that allows many people to use the same login
  • How to I create a custom page for a user to see after they submit a "contact us" message
home | site map | contact

Welcome to Joomla is an interesting side project by John Muehleisen.  Who is this guy, anyway?

The Joomla!® name is used under a limited license from Open Source Matters in the United States and other countries.
WelcomeToJoomla.com is not affiliated with or endorsed by Open Source Matters or the Joomla! Project.