Recordad que para pedir soporte alguno, debéis facilitar los datos de soporte oportunos por favor, mirad aquí y leer las Normas generales del foro, esto nos servirá de ayuda para dar el mejor soporte..
Gracias.
La Administración de phpBB España.
Cambio de nombreTema Solucionado
Cambio de nombre
URL: http://veteranosdelabripac.es/
Versión phpBB: 3-0-11
MODs Instalados: portal board 2.0
Plantilla(s) usada(s): Prosilver
Servidor: linux,pago
Actualización desde otra versión: No
Conversión desde otro sistema de foros: No
Bueno,traslado una pregunta desde otro tema,simplemente queria saber si hay alguna opcion de cambiar el nombre de portal por el de inicio como lo teneis vosostros aqui.
Un saludo y gracias por la labor que nos haceis.
Versión phpBB: 3-0-11
MODs Instalados: portal board 2.0
Plantilla(s) usada(s): Prosilver
Servidor: linux,pago
Actualización desde otra versión: No
Conversión desde otro sistema de foros: No
Bueno,traslado una pregunta desde otro tema,simplemente queria saber si hay alguna opcion de cambiar el nombre de portal por el de inicio como lo teneis vosostros aqui.
Un saludo y gracias por la labor que nos haceis.
Re: Cambio de nombre
Abre
language/es/mods/portal.php
y cambia donde dice PortalRe: Cambio de nombre
Siento decirte que si hago lo que me dices el foro me queda completamenta descuadrado y agrandadas las letras , con un mensaje en la parte superior de el,menos mal que hice una copia de este archivo.
Te adjunto lo que pone en ese archivo que dices que habra,yo no veo nada de lo que me dices.
portal.php
Te adjunto lo que pone en ese archivo que dices que habra,yo no veo nada de lo que me dices.
portal.php
SPOILER_SHOW
<?php
/**
*
* @package Board3 portal v2
* @copyright (c) Board3 Group ( http://www.board3.de )
* @translator (c) ( Alorse - http://www.phpbb-es.com ) [es][Español]
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/
/**
* DO NOT CHANGE
*/
if (!defined('IN_PHPBB'))
{
exit;
}
if (empty($lang) || !is_array($lang))
{
$lang = array();
}
// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
// translators to re-order the output of data while ensuring it remains correct
//
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
// equally where a string contains only two placeholders which are used to wrap text
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
// Common
$lang = array_merge($lang, array(
'PORTAL' => 'Portal',
'VIEWING_PORTAL' => 'Portal de la página',
'BACK' => 'Atras',
));
/**
*
* @package Board3 portal v2
* @copyright (c) Board3 Group ( http://www.board3.de )
* @translator (c) ( Alorse - http://www.phpbb-es.com ) [es][Español]
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/
/**
* DO NOT CHANGE
*/
if (!defined('IN_PHPBB'))
{
exit;
}
if (empty($lang) || !is_array($lang))
{
$lang = array();
}
// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
// translators to re-order the output of data while ensuring it remains correct
//
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
// equally where a string contains only two placeholders which are used to wrap text
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
// Common
$lang = array_merge($lang, array(
'PORTAL' => 'Portal',
'VIEWING_PORTAL' => 'Portal de la página',
'BACK' => 'Atras',
));
Re: Cambio de nombre
Cambias lo que dice
'PORTAL' => 'Portal',
por 'PORTAL' => 'Tu texto',
remplazando Tu texto por el nombre que le quieras poner al portal.Re: Cambio de nombre
Si ,sigo haciendo lo que me dices y sigue quedando descuadrado y con un mensaje de error.
este es el error que sale en la parte superior.
este es el error que sale en la parte superior.
SPOILER_SHOW
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4689: Cannot modify header information - headers already sent by (output started at [ROOT]/language/es/mods/portal.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4691: Cannot modify header information - headers already sent by (output started at [ROOT]/language/es/mods/portal.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4692: Cannot modify header information - headers already sent by (output started at [ROOT]/language/es/mods/portal.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4693: Cannot modify header information - headers already sent by (output started at [ROOT]/language/es/mods/portal.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4691: Cannot modify header information - headers already sent by (output started at [ROOT]/language/es/mods/portal.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4692: Cannot modify header information - headers already sent by (output started at [ROOT]/language/es/mods/portal.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4693: Cannot modify header information - headers already sent by (output started at [ROOT]/language/es/mods/portal.php:1)
- engendro666
- Mensajes: 1344
- Registrado: 30 Jul 2009, 14:53
- Edad: 41
Re: Cambio de nombre
hummm seguramente hay un error de edición anterior en ese archivo o en otro, yo no veo error en el código. Utilizá el archivo original (me refiero a q descargues el mod nuevamente y utilices el archivo recién bajado). Subilo tal como está (sin editar) limpia el cache del foro y ira si seguis teniendo el mismo error. Si el error desaparece como dice Kazekage reemplaza:centauro escribió:Si ,sigo haciendo lo que me dices y sigue quedando descuadrado y con un mensaje de error.
este es el error que sale en la parte superior.
Código: Seleccionar todo
'PORTAL' => 'Portal',
Código: Seleccionar todo
'PORTAL' => 'Inicio',
- Off Topic
- Para pegar código en tus mensajes utiliza el bbcode "Code" [/code]
Código: Seleccionar todo
[code]
Datos de Soporte:
Spoiler
Requiem Latino
Versión phpBB: 3.0.11
MODs Instalados:
Servidor: 99h
Versión phpBB: 3.0.11
MODs Instalados:
- FAQ Manager
- Rules Page 1.0.1
- STK 1.0.4
- avatar on index and viewforum 1.2.1
- avatar on memberlist 1.0.2
- Country Flags User Edition 1.2.1
- Knowledge Base 0.2.1
- Prime Birthdate
- Profile Views
- Tabbed Profiles
- Skype Mod
- Genders
- Facebook Profile Link
- Twitter Profile Link
- Prime Links
- Annual Stars
- Primetime 1.0.5
Servidor: 99h
Re: Cambio de nombre
Más sencillo, pon el código del archivo que te dije y el nombre que le quieras poner al portal y yo te hago los cambios.
Re: Cambio de nombre
Por favor la url de descarga del mod.
Re: Cambio de nombre
Código: Seleccionar todo
<?php
/**
*
* @package Board3 Portal v2
* @copyright (c) Board3 Group ( www.board3.de )
* @translator (c) ( Alorse - http://www.phpbb-es.com ) [es][Español]
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/
/**
* DO NOT CHANGE
*/
if (!defined('IN_PHPBB'))
{
exit;
}
if (empty($lang) || !is_array($lang))
{
$lang = array();
}
// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
// translators to re-order the output of data while ensuring it remains correct
//
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
// equally where a string contains only two placeholders which are used to wrap text
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
// Common
$lang = array_merge($lang, array(
'PORTAL' => 'Portal',
'VIEWING_PORTAL' => 'Portal de la página',
'BACK' => 'Atras',
));
Re: Cambio de nombre
Por favor, la ur del mod, Son las reglas de soporte
Re: Cambio de nombre
Siento no poder poner la url del mod,pues esto fue una instalacion de Alorse.
Re: Cambio de nombre
En ese caso...... no sabe ni la versión del portal??, por lo que veo parece ser 2.0.0
Re: Cambio de nombre
Efectivamene,puede verlo en los datos de soporte que pongo desde hace ya algunos mensajes,la version es la beta.
Re: Cambio de nombre
Prueba este:
Código: Seleccionar todo
<?php
/**
*
* @package Board3 Portal v2
* @copyright (c) Board3 Group ( www.board3.de )
* @translator (c) ( Alorse - http://www.phpbb-es.com ) [es][Español]
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/
/**
* DO NOT CHANGE
*/
if (!defined('IN_PHPBB'))
{
exit;
}
if (empty($lang) || !is_array($lang))
{
$lang = array();
}
// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
// translators to re-order the output of data while ensuring it remains correct
//
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
// equally where a string contains only two placeholders which are used to wrap text
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
// Common
$lang = array_merge($lang, array(
'PORTAL' => 'Inicio',
'VIEWING_PORTAL' => 'Portal de la página',
'BACK' => 'Atrás',
));
Re: Cambio de nombre
Negativo Kazekage,si, sale lo de inicio,pero sigue saliendo el error y agrandado todo el texto del foro.