Página 1 de 1
Ayuda porfavor.
Publicado: 08 Oct 2005, 19:18
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.
Publicado: 08 Oct 2005, 19:59
por ThE KuKa
Copia y pega el overall_header.tpl de la plantilla aqui y lo veo...
S@lu2
Re: Ayuda porfavor.
Publicado: 08 Oct 2005, 20:06
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 -->
<a href="{U_REGISTER}">{L_REGISTER}</a> |
<!-- END switch_user_logged_out -->
<a href="{U_FAQ}">{L_FAQ}</a> |
<a href="{U_SEARCH}">{L_SEARCH}</a> |
<a href="{U_MEMBERLIST}">{L_MEMBERLIST}</a> |
<a href="{U_GROUP_CP}">{L_USERGROUPS}</a> |
<!-- BEGIN switch_user_logged_in -->
<a href="{U_PROFILE}">{L_PROFILE}</a> |
<a href="{U_PRIVATEMSGS}">{L_PRIVATEMSGS}{C_PM}</a> |
<!-- END switch_user_logged_in -->
<a href="{U_LOGIN_LOGOUT}">{CA_L_LOGIN_LOGOUT}</a>
</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
Publicado: 08 Oct 2005, 20:12
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...
Re: Ayuda porfavor.
Publicado: 08 Oct 2005, 20:43
por Psyker
poniendo eso, me ha kedado asi, el logo en grande como lo tengo, pero mal colocado.
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?
Publicado: 08 Oct 2005, 20:50
por ThE KuKa
Elimina el class="logo" del <div>
Re: Ayuda porfavor.
Publicado: 08 Oct 2005, 21:00
por Psyker
ole, ya me queda asi
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!!!!
Publicado: 08 Oct 2005, 22:03
por ThE KuKa
Tendras que centrarlo cambia de nuevo el <div> por este <div align="center">
Re: Ayuda porfavor.
Publicado: 08 Oct 2005, 22:17
por Psyker
bien, ya me kedo todo bien, muchas gracias!!!!!! ^^
Publicado: 08 Oct 2005, 22:19
por ThE KuKa
Mejor, í?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?¿no?
Publicado: 08 Oct 2005, 22:20
por Psyker
si, gracias, es k le di a postear, pero luego edite

, asias