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.

Ayuda porfavor.

🔓 Foros cerrados y son sólo de lectura
Cerrado
Psyker
Usuario/a
Mensajes: 54
Registrado: 08 Oct 2005, 18:53

Ayuda porfavor.

#1

Mensaje por Psyker »

hola, veran quiero poner este logo en mi foro phpbb, tengo un theme instalado "genElectro" y bueno quiero poner un segundo theme con este logo.

http://usuarios.lycos.es/psyker/logo.GIF

URL: http://usuarios.lycos.es/karukoga/ (el theme donde quiero poner el logo, lo tengo desistalado)
Plantilla(s) usuada(s): Artemis
MODs instalados: ninguno
Version de phpBB: .17
Servidor: gratis. lycos.

quiero poner ese logo, e probado, solo cambiando lo tipico con el logo del theme, y sustituir, pero me sale en pequeí?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?±o, yo quiero que el logo me ocupe toda la ventana, tal como lo tengo y debajo ya el foro.

es posible????

saludos

PD. me keme ya la busqueda y google =P.

Avatar de Usuario
ThE KuKa
Administrador
Mensajes: 10432
Registrado: 04 Ene 2004, 19:27
Género:
Edad: 50

#2

Mensaje por ThE KuKa »

Copia y pega el overall_header.tpl de la plantilla aqui y lo veo...

S@lu2

📌 Raul [ThE KuKa] en phpBB 📌
✅ Jr. Extension Validator - Jr. Styles Validator - Style Customisations - Translator - International Support Team
✅

Si te gustan mis estilos, traducciones, etc. y quieres mostrar algo de aprecio, no dudes en hacer una donación Imagen
:flag_es: phpBB España - En línea desde 2003 :heart:



Psyker
Usuario/a
Mensajes: 54
Registrado: 08 Oct 2005, 18:53

Re: Ayuda porfavor.

#3

Mensaje por Psyker »

Código: Seleccionar todo

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="Author" content="http://www.phpbbstyles.com" />
{META}
{NAV_LINKS}
<title>{SITENAME} :: {PAGE_TITLE}</title>
<link rel="stylesheet" href="{T_TEMPLATE_PATH}/style_{TPL_COLOR}.css" type="text/css" />
<style type="text/css">
<!--
@import url("{T_TEMPLATE_PATH}/formIE.css"); 
-->
</style>
<!-- BEGIN switch_enable_pm_popup -->
<script language="Javascript" type="text/javascript">
<!--
{CA_XS_COMMENT_JS_START}
	if ( {PRIVATE_MESSAGE_NEW_FLAG} )
	{
		window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
	}
{CA_XS_COMMENT_JS_END}
//-->
</script>
<!-- END switch_enable_pm_popup -->
<script language="javascript" type="text/javascript">
<!--

var PreloadFlag = false;
var expDays = 90;
var exp = new Date(); 
var tmp = '';
var tmp_counter = 0;
var tmp_open = 0;

exp.setTime(exp.getTime() + (expDays*24*60*60*1000));

function SetCookie(name, value) 
{
	var argv = SetCookie.arguments;
	var argc = SetCookie.arguments.length;
	var expires = (argc > 2) ? argv[2] : null;
	var path = (argc > 3) ? argv[3] : null;
	var domain = (argc > 4) ? argv[4] : null;
	var secure = (argc > 5) ? argv[5] : false;
	document.cookie = name + "=" + escape(value) +
		((expires == null) ? "" : ("; expires=" + expires.toGMTString())) +
		((path == null) ? "" : ("; path=" + path)) +
		((domain == null) ? "" : ("; domain=" + domain)) +
		((secure == true) ? "; secure" : "");
}

function getCookieVal(offset) 
{
	var endstr = document.cookie.indexOf(";",offset);
	if (endstr == -1)
	{
		endstr = document.cookie.length;
	}
	return unescape(document.cookie.substring(offset, endstr));
}

function GetCookie(name) 
{
	var arg = name + "=";
	var alen = arg.length;
	var clen = document.cookie.length;
	var i = 0;
	while (i < clen) 
	{
		var j = i + alen;
		if (document.cookie.substring(i, j) == arg)
			return getCookieVal(j);
		i = document.cookie.indexOf(" ", i) + 1;
		if (i == 0)
			break;
	} 
	return null;
}

function ShowHide(id1, id2, id3) 
{
	var res = expMenu(id1);
	if (id2 != '') expMenu(id2);
	if (id3 != '') SetCookie(id3, res, exp);
}
	
function expMenu(id) 
{
	var itm = null;
	if (document.getElementById) 
	{
		itm = document.getElementById(id);
	}
	else if (document.all)
	{
		itm = document.all[id];
	} 
	else if (document.layers)
	{
		itm = document.layers[id];
	}
	if (!itm) 
	{
		// do nothing
	}
	else if (itm.style) 
	{
		if (itm.style.display == "none")
		{ 
			itm.style.display = ""; 
			return 1;
		}
		else
		{
			itm.style.display = "none"; 
			return 2;
		}
	}
	else 
	{
		itm.visibility = "show"; 
		return 1;
	}
}

//-->
</script>
</head>
<body>
<a name="top"></a>
<table border="0" cellspacing="0" cellpadding="0" width="100%" height="100%">
<tr>
	<td width="15" class="border-left"><img src="{T_TEMPLATE_PATH}/images/spacer.gif" width="15" height="1" alt="" /></td>
	<td width="100%" class="content" valign="top"><div class="border-over">
		<div class="logo"><a href="{U_INDEX}"><img src="{T_TEMPLATE_PATH}/images/logo.gif" height="66" alt="{L_INDEX}" /></a></div>
		<div class="buttons-bg1"><div class="buttons-bg1a"><div class="buttons-bg1b"><table border="0" align="center" cellspacing="0" cellpadding="0" class="buttons-table">
		<tr>
			<td width="25" class="buttons-border"><img src="{T_TEMPLATE_PATH}/images/{TPL_COLOR}/buttons_left2.gif" width="25" height="28" alt="" /></td>
			<td nowrap="nowrap" class="buttons-buttons">
				<!-- BEGIN switch_user_logged_out -->
				&nbsp;<a href="{U_REGISTER}">{L_REGISTER}</a>&nbsp; | 
				<!-- END switch_user_logged_out -->
				&nbsp;<a href="{U_FAQ}">{L_FAQ}</a>&nbsp; | 
				&nbsp;<a href="{U_SEARCH}">{L_SEARCH}</a>&nbsp; | 
				&nbsp;<a href="{U_MEMBERLIST}">{L_MEMBERLIST}</a>&nbsp; | 
				&nbsp;<a href="{U_GROUP_CP}">{L_USERGROUPS}</a>&nbsp; | 
				<!-- BEGIN switch_user_logged_in -->
				&nbsp;<a href="{U_PROFILE}">{L_PROFILE}</a>&nbsp; | 
				&nbsp;<a href="{U_PRIVATEMSGS}">{L_PRIVATEMSGS}{C_PM}</a>&nbsp; | 
				<!-- END switch_user_logged_in -->
				&nbsp;<a href="{U_LOGIN_LOGOUT}">{CA_L_LOGIN_LOGOUT}</a>&nbsp;
			</td>
			<td width="25" class="buttons-border"><img src="{T_TEMPLATE_PATH}/images/{TPL_COLOR}/buttons_right2.gif" width="25" height="28" alt="" /></td>
		</tr>
		</table></div></div></div>

	</div>

	<!-- BEGIN switch_xs_enabled -->
	<?php if($this->vars['CA_NEW_MSGS'] && $this->vars['PRIVATE_MESSAGE_INFO'] !== $this->vars['CA_L_NO_MSG'] && !defined('CA_POPUP_SHOWED')) { ?>
	<div id="newmsgs"><a href="{U_PRIVATEMSGS}" class="newmsgs">{PRIVATE_MESSAGE_INFO}</a></div>
	<?php define('CA_POPUP_SHOWED', true); } ?>
	<!-- END switch_xs_enabled -->

	<!-- BEGIN ca_new_privmsgs -->
	{CA_XS_COMMENT_START}<div id="newmsgs"><a href="{U_PRIVATEMSGS}" class="newmsgs">{ca_new_privmsgs.TEXT}</a></div>{CA_XS_COMMENT_END}
	<!-- END ca_new_privmsgs -->
esto es toto el overall_header.tpl

Edito para ponerlo bajo BBCode
Última edición por Psyker el 08 Oct 2005, 20:14, editado 1 vez en total.

Avatar de Usuario
ThE KuKa
Administrador
Mensajes: 10432
Registrado: 04 Ene 2004, 19:27
Género:
Edad: 50

#4

Mensaje por ThE KuKa »

Prueba esto...

BUSCAR:

Código: Seleccionar todo

<div class="logo"><a href="{U_INDEX}"><img src="{T_TEMPLATE_PATH}/images/logo.gif" height="66" alt="{L_INDEX}" /></a></div>
REEMPLAZAR POR:

Código: Seleccionar todo

<div class="logo"><a href="{U_INDEX}"><img src="{T_TEMPLATE_PATH}/images/logo.gif" alt="{L_INDEX}" /></a></div>
Ya me comentaras algo...

📌 Raul [ThE KuKa] en phpBB 📌
✅ Jr. Extension Validator - Jr. Styles Validator - Style Customisations - Translator - International Support Team
✅

Si te gustan mis estilos, traducciones, etc. y quieres mostrar algo de aprecio, no dudes en hacer una donación Imagen
:flag_es: phpBB España - En línea desde 2003 :heart:



Psyker
Usuario/a
Mensajes: 54
Registrado: 08 Oct 2005, 18:53

Re: Ayuda porfavor.

#5

Mensaje por Psyker »

poniendo eso, me ha kedado asi, el logo en grande como lo tengo, pero mal colocado.


Imagen

asi queda, la cosa seria asi como esta, como hacerlo para subirlo, es decir que quede por encima de los botones, profile, login y demas?

Avatar de Usuario
ThE KuKa
Administrador
Mensajes: 10432
Registrado: 04 Ene 2004, 19:27
Género:
Edad: 50

#6

Mensaje por ThE KuKa »

Elimina el class="logo" del <div>

📌 Raul [ThE KuKa] en phpBB 📌
✅ Jr. Extension Validator - Jr. Styles Validator - Style Customisations - Translator - International Support Team
✅

Si te gustan mis estilos, traducciones, etc. y quieres mostrar algo de aprecio, no dudes en hacer una donación Imagen
:flag_es: phpBB España - En línea desde 2003 :heart:



Psyker
Usuario/a
Mensajes: 54
Registrado: 08 Oct 2005, 18:53

Re: Ayuda porfavor.

#7

Mensaje por Psyker »

ole, ya me queda asi

Imagen

pero se podria poner, para que se ajustara al ancho del foro??? para que no me kede ese espacio a la derecha del logo, sino que ocupe todo, si es posible????

sino es posible, pues centrarlo mejor, pero si es posible lo anterior, quedaria mejor.

muchas gracias por todo!!!!

Avatar de Usuario
ThE KuKa
Administrador
Mensajes: 10432
Registrado: 04 Ene 2004, 19:27
Género:
Edad: 50

#8

Mensaje por ThE KuKa »

Tendras que centrarlo cambia de nuevo el <div> por este <div align="center">

📌 Raul [ThE KuKa] en phpBB 📌
✅ Jr. Extension Validator - Jr. Styles Validator - Style Customisations - Translator - International Support Team
✅

Si te gustan mis estilos, traducciones, etc. y quieres mostrar algo de aprecio, no dudes en hacer una donación Imagen
:flag_es: phpBB España - En línea desde 2003 :heart:



Psyker
Usuario/a
Mensajes: 54
Registrado: 08 Oct 2005, 18:53

Re: Ayuda porfavor.

#9

Mensaje por Psyker »

Imagen

bien, ya me kedo todo bien, muchas gracias!!!!!! ^^
Última edición por Psyker el 08 Oct 2005, 22:19, editado 1 vez en total.

Avatar de Usuario
ThE KuKa
Administrador
Mensajes: 10432
Registrado: 04 Ene 2004, 19:27
Género:
Edad: 50

#10

Mensaje por ThE KuKa »

Mejor, í?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?¿no?

📌 Raul [ThE KuKa] en phpBB 📌
✅ Jr. Extension Validator - Jr. Styles Validator - Style Customisations - Translator - International Support Team
✅

Si te gustan mis estilos, traducciones, etc. y quieres mostrar algo de aprecio, no dudes en hacer una donación Imagen
:flag_es: phpBB España - En línea desde 2003 :heart:



Psyker
Usuario/a
Mensajes: 54
Registrado: 08 Oct 2005, 18:53

#11

Mensaje por Psyker »

si, gracias, es k le di a postear, pero luego edite :P, asias

Cerrado

Volver a “Archivo phpBB 2.0”