- Error
Introductory: Modify Joomla! 1.5 Milkyway Template
Adapting the template to meet your needs
Written by Chad Windnagle
Removing the “Powered By Joomla” Link – and Site Code Validators:
Why should I leave the “Powered By Joomla!” link? Joomla! is an open source, community based project. If possible, you should leave the link to Joomla.org because when your site visitors see what a pretty site you have, they'll discover the power of open source community projects. You shouldn't feel embarrassed that your site is powered by Joomla! Feel proud to have site powered by an award winning Content Management System!
Figure 11:Refer to the steps outlined in: “How to Change The Joomla! logo:” to get to the rhuk_milkyway's configuration area. Once there, on the toolbar, click edit html. (See Figure 11)
When you are in the HTML editor, you're actually looking at PHP code. In fact, you are looking at the template's index.php file. This file is located in this directory on your server:
<joomlaroot>/templates/rhuk_milkyway/index.php
Look at the very bottom on your template's index.php file at lines 170-180. It starts with id="footer" and ends with CSS and a ending div statement.This is the footer. If you want to remove the “powered by Joomla!” link, then delete this line:
<?php echo JText::_('Powered by') ?><a href="http://www.joomla.org">Joomla!</a>.
If you want to remove the site code validators, remove the very next line:
<?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>.
Once the line(s) have been removed, you can save the index.php file by clicking save on the Joomla! tool bar. (See Figure 12)
Now, say you wanted to add a link to this area. This is really simple. Just use this code:
<?php echo Jtext::_('your unlinked text here') ?> <a href="http://yoursite.com">linked text</a>


2009-01-09 22:09:00
2009-01-26 01:17:00
Any idea what I could have missed?
2009-01-29 00:11:53
I have been trying to change the main logo and the favicon for hours now following these instructions implicitly with no success...other than a very sore head!!
CAn anyone help????please????
many thanks
Iain
2009-02-13 15:42:43
2009-04-11 16:51:02
2009-04-28 08:12:00
thanks for your help in advance
2009-05-08 02:26:53
-ted
2009-06-26 19:37:36
2009-07-28 14:29:16
2009-07-30 20:15:21
2009-10-11 01:41:00
2009-10-18 22:09:29
Thank you
2009-10-28 14:58:30