Foros del Web » Creando para Internet » Sistemas de gestión de contenidos » Joomla »

Eliminar Parte Del Footer

Estas en el tema de Eliminar Parte Del Footer en el foro de Joomla en Foros del Web. Buenas estoy haciendo un web, y me encontré con el problema de : Eliminar "Joomla!es Software Libre distribuido bajo licencia GNU/GPL" Como lo hago? No ...
  #1 (permalink)  
Antiguo 20/11/2007, 07:41
Avatar de somethingelse_crew  
Fecha de Ingreso: noviembre-2007
Ubicación: barcelona
Mensajes: 22
Antigüedad: 16 años, 5 meses
Puntos: 0
Exclamación Eliminar Parte Del Footer

Buenas estoy haciendo un web, y me encontré con el problema de :

Eliminar "Joomla!es Software Libre distribuido bajo licencia GNU/GPL"
Como lo hago?
No encuentro ningun php, ni editando el html del template.

Gracias,perdon por la pregunta,será sencillo pero a medide que me meta más en el tema será más fácil.

See you.
  #2 (permalink)  
Antiguo 20/11/2007, 07:42
 
Fecha de Ingreso: octubre-2005
Mensajes: 166
Antigüedad: 18 años, 6 meses
Puntos: 4
Re: Eliminar Parte Del Footer

Tenés que ir a la carpeta includes/footer.php lo descargás y lo editás con Dreamweaver y escribís lo que quieras ahí. Después solamente lo reemplazás.

Saludos
  #3 (permalink)  
Antiguo 20/11/2007, 07:44
Avatar de somethingelse_crew  
Fecha de Ingreso: noviembre-2007
Ubicación: barcelona
Mensajes: 22
Antigüedad: 16 años, 5 meses
Puntos: 0
Re: Eliminar Parte Del Footer

Cita:
Iniciado por Gabrielayb Ver Mensaje
Tenés que ir a la carpeta includes/footer.php lo descargás y lo editás con Dreamweaver y escribís lo que quieras ahí. Después solamente lo reemplazás.

Saludos

Gracias Gabrielayb,entre en el footer.php lo edito con dreamweaver pero donde escribo...

me sale esto en el footer:

<?php
/**
* @version $Id: footer.php 3711 2006-05-29 03:25:07Z stingrey $
* @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
?>
<div align="center">
&copy; <?php echo mosCurrentDate( '%Y' ) . ' ' . $GLOBALS['mosConfig_sitename'];?>
</div>

<div align="center">
<?php echo $_VERSION->URL; ?>
</div>
  #4 (permalink)  
Antiguo 20/11/2007, 14:58
Avatar de merolhack  
Fecha de Ingreso: junio-2006
Ubicación: México
Mensajes: 1.242
Antigüedad: 17 años, 10 meses
Puntos: 16
Re: Eliminar Parte Del Footer

Simplemente en el index.php de tu template quita cualquier cosa que diga:

includes/footer.php

o usa la logica, que para hacer eso no necesitas saber PHP ni HTML jeje :)
  #5 (permalink)  
Antiguo 21/11/2007, 21:36
 
Fecha de Ingreso: octubre-2005
Mensajes: 166
Antigüedad: 18 años, 6 meses
Puntos: 4
Re: Eliminar Parte Del Footer

Está donde dice:

<?php echo $_VERSION->URL; ?>

Podés eliminarlo o poner tus datos.

Yo lo dejé así:

<?php
/**
* @version $Id: footer.php 3711 2006-05-29 03:25:07Z stingrey $
* @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
?>
<div align="center">
&copy; <?php echo mosCurrentDate( '%Y' ) . ' ' . $GLOBALS['mosConfig_sitename'];?>
&reg;</div>

<div align="center">
Site diseñado por <a href="http://www.aybarproducciones.com.ar" target="_blank">Aybar Producciones</a></div>


Y fijáte como sale www.lstravel.cl

Saludos
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 13:41.