PDA

View Full Version : template/html question



lphiesmacks10
07-23-2007, 09:17 AM
I am trying to change the text at the bottom of the page that says:

"http://dkhphotography.net, Powered by Mambo and Designed by SiteGround web hosting (http://www.siteground.com)"

please take a look www.dkhphotography.net

I'm trying to put a copyright disclaimer... but i cant seem to find the file up edit.
I tried index.php in the main directory ... but that gives me weird stuff when i open it up in Jedit...

i can see it when i right click and view the page source... i just dont know where to find the file..

this isnt something that i change through the admin site for mambo is it?

thanks for the help!

-David

Collin1000
07-23-2007, 11:00 AM
Try looking for footer.php, pagefooter.php, or copyright.php in your templates or home directory.


(or any files that sound like the above)

lphiesmacks10
07-23-2007, 11:13 AM
hmmm i tried copyright.php

this is what i got

<?php
/**
* Mambo Copyright
* @package Mambo
* @author Mambo Foundation Inc see README.php
* @copyright (C) 2000 - 2007 Mambo Foundation Inc.
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see
LICENSE.php
* Mambo is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; version 2 of the
License.
*/

// no direct access
defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );

/*
Mambo is a Trademark of the Mambo Foundation, Inc. http://www.mambo-foundation.org

Mambo was originally developed by Miro International Pty Ltd in 2000. Mambo became Open Source software in April, 2001 under a GNU/GPL license. Miro assigned the copyright in Mambo to The Mambo Foundation in 2005 to ensure that Mambo remained free Open Source software owned and managed by the community.
*/
/*
Third Party Tools:

1) JSCookMenu - http://www.cs.ucla.edu/%7Eheng/JSCookMenu/index.html
License - http://www.cs.ucla.edu/%7Eheng/JSCookMenu/copyright.html

2) TinyMCE - http://tinymce.moxiecode.com/
License (LGPL) - http://www.gnu.org/copyleft/lesser.html

3) PCLZip/PCLTar - http://www.phpconcept.net
License (LGPL) - http://www.gnu.org/copyleft/lesser.html

4) phpGACL - http://phpgacl.sf.net">phpGACL
License (LGPL) - http://www.gnu.org/copyleft/lesser.html

5) Calendar - http://dynarch.com/mishoo/calendar.epl
License (LGPL) - http://www.gnu.org/copyleft/lesser.html

6) overLIB - http://www.bosrup.com/web/overlib
License - http://www.bosrup.com/web/overlib/?License

7) XP-Style Tabs - http://webfx.eae.net
License - Public Domain

8) phpMailer - http://phpmailer.sourceforge.net
License (LGPL) - http://www.gnu.org/copyleft/lesser.html

9) Feedcreator - http://www.bitfolge.de/rsscreator-en.html
License (LGPL) - http://www.gnu.org/copyleft/lesser.html

10) Cache_Lite - http://pear.php.net
License (LGPL) - http://www.gnu.org/copyleft/lesser.html

11) GeSHi - http://qbnz.com/highlighter
License (GPL) - http://www.gnu.org/licenses/gpl.html

12) PHP VCard
License (LGPL) - http://www.gnu.org/copyleft/lesser.html

13) SpamStop - http://www.dpaulus.de
License (GPL) - http://www.gnu.org/licenses/gpl.html

14) Tango Base Icon Library - http://tango.freedesktop.org/Tango_Desktop_Project
License (Creative Commons) - http://creativecommons.org/licenses/by-sa/2.5/
*/

?>

diiid
07-24-2007, 12:31 AM
hi lphiesmacks10,
1. find templates.php in your template directory
2. edit this line
Powered by ...
It's good to save "Designed by SiteGround"

I hope this was helpful. Good Luck :)