-
AuthorPosts
-
February 28, 2008 at 8:44 am #126105
would appreciate some detailed help concerning how to delete the Joomla info and link in the footer. Thanks!
Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
February 28, 2008 at 8:45 am #240565Which version of Joomla are you using?
Michael Casha FriendMichael Casha
- Join date:
- September 2014
- Posts:
- 2561
- Downloads:
- 1
- Uploads:
- 32
- Thanks:
- 41
- Thanked:
- 119 times in 1 posts
February 28, 2008 at 8:48 am #240568Just edit footer.php in your template folder!
February 28, 2008 at 9:07 am #240578Hi! Joomla 1.13 I don’t know what to edit. Thanks!
mfcphil Friendmfcphil
- Join date:
- September 2007
- Posts:
- 2866
- Downloads:
- 3
- Uploads:
- 218
- Thanks:
- 211
- Thanked:
- 388 times in 133 posts
February 28, 2008 at 5:00 pm #240645Go to your directory open template/JA Senecio the find your footer.php file open this and you should see the following code…the part in red is what you need to look at
<?php
/**
* @version $Id: footer.php 85 2005-09-15 23:12:03Z eddieajau $
* @package Joomla
* @copyright Copyright (C) 2005 Open Source Matters. All rights reserved.
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
* Joomla! is free software. This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or
* is derivative of works licensed under the GNU General Public License or
* other free or open source software licenses.
* See COPYRIGHT.php for copyright notices and details.
*/// no direct access
defined( ‘_VALID_MOS’ ) or die( ‘Restricted access’ );global $_VERSION;
// NOTE – You may change this file to suit your site needs
?>Copyright © <?php echo mosCurrentDate( ‘2005 – %Y’ ) . ‘ ‘ . $GLOBALS[‘mosConfig_sitename’];?>.
Designed by <a href=”http://www.joomlart.com/” title=”Visit Joomlart.com!” target=”blank”>JoomlArt.com</a>
<br /><?php echo $_VERSION->URL; ?>Hope this helps 😉
February 29, 2008 at 9:43 pm #240770Thanks…I have modified that area with success but the Joomla! footer is still present. Apparently, this does not affect the Joomla! footer link and info. Did miss something? What do I go to delete this? Rand
mfcphil Friendmfcphil
- Join date:
- September 2007
- Posts:
- 2866
- Downloads:
- 3
- Uploads:
- 218
- Thanks:
- 211
- Thanked:
- 388 times in 133 posts
February 29, 2008 at 11:09 pm #240774do you have a link to your site.
What do you want the footer to read?
Please bear in mind that you can claim to have designed the template and you may not claim it was designed by anybody other than JoomlArt
March 1, 2008 at 5:12 pm #240906Hi! Thanks! I understand the rules. I just want to know in detail how to get rid of the Joomla! reference. Can you please tell me in detail how to get rid of the Joomla! link and joomla reference please? Thanks…Rand
March 1, 2008 at 5:14 pm #240907If I delete all of this info the Joomla! info is still present in the footer.
<?php
/**
* @version $Id: footer.php 85 2005-09-15 23:12:03Z eddieajau $
* @package Joomla
* @copyright Copyright (C) 2005 Open Source Matters. All rights reserved.
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
* Joomla! is free software. This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or
* is derivative of works licensed under the GNU General Public License or
* other free or open source software licenses.
* See COPYRIGHT.php for copyright notices and details.
*/mfcphil Friendmfcphil
- Join date:
- September 2007
- Posts:
- 2866
- Downloads:
- 3
- Uploads:
- 218
- Thanks:
- 211
- Thanked:
- 388 times in 133 posts
March 1, 2008 at 5:19 pm #240909Thats because you don’t delete that
// NOTE – You may change this file to suit your site needs
?>Copyright © <?php echo mosCurrentDate( ‘2005 – %Y’ ) . ‘ ‘ . $GLOBALS[‘mosConfig_sitename’];?>.
Designed by <a href=”http://www.joomlart.com/” title=”Visit Joomlart.com!” target=”blank”>JoomlArt.com</a>
<br /><?php echo $_VERSION->URL;The above is the part you edit
this is my code and I dont have the joomla
// NOTE – You may change this file to suit your site needs
?><small>Copyright © <?php echo mosCurrentDate( ‘2001 – %Y’ ) . ‘ ‘ . $GLOBALS[‘mosConfig_sitename’];?>.
<br>
All Quizzes remain the property of <a href=”http://www.peacockquizzes.com/” title=”Quiz making professionals!” target=”blank”>PeacockQuizzes.com</a></small>
<br /> -
AuthorPosts
This topic contains 11 replies, has 4 voices, and was last updated by bears 16 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum