Página 1 de 1

direccionar boton indice al portal

Publicado: 19 Ene 2010, 01:39
por 50ny
hola he buscado en google varias veces como hacerlo he dejado mensajes en muchos foros y aun no lo he conseguido. :(

he redireccionado el boton "forum" del Portal para que vaya a phpbb3
pero en el forum phpbb3 no tengo ningun boton para volver al portal como puedo añadir otro boton
he leido en google y hay 3 variantes:
- añadir otro boton y intentar que se ajuste con los demas
- añadir un boton flotante
- hacer que el boton indice de phpbb3 vaya al portal

en qualkier caso he probado varios codigos de internet y no me ha funcionado ninguno .. menos mal que tengo copias para no estropearlo :lol:

aqui dejo el codigo de overall_header.html por si tengo que editar aqui.
Spoiler
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}" xml:lang="{S_USER_LANG}">
<head>

<meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="content-language" content="{S_USER_LANG}" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="resource-type" content="document" />
<meta name="distribution" content="global" />
<meta name="copyright" content="2000, 2002, 2005, 2007 phpBB Group" />
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
{META}
<title>{SITENAME} &bull; <!-- IF S_IN_MCP -->{L_MCP} &bull; <!-- ELSEIF S_IN_UCP -->{L_UCP} &bull; <!-- ENDIF -->{PAGE_TITLE}</title>

<!--
phpBB style name: prosilver
Based on style: prosilver (this is the default phpBB3 style)
Original author: Tom Beddard ( http://www.subBlue.com/ )
Modified by:

NOTE: This page was generated by phpBB, the free open-source bulletin board package.
The phpBB Group is not responsible for the content of this page and forum. For more information
about phpBB please visit http://www.phpbb.com
-->

<script type="text/javascript">
// <![CDATA[
var jump_page = '{LA_JUMP_PAGE}:';
var on_page = '{ON_PAGE}';
var per_page = '{PER_PAGE}';
var base_url = '{A_BASE_URL}';
var style_cookie = 'phpBBstyle';
var style_cookie_settings = '{A_COOKIE_SETTINGS}';
var onload_functions = new Array();
var onunload_functions = new Array();

<!-- IF S_USER_PM_POPUP -->
if ({S_NEW_PM})
{
var url = '{UA_POPUP_PM}';
window.open(url.replace(/&/g, '&'), '_phpbbprivmsg', 'height=225,resizable=yes,scrollbars=yes, width=400');
}
<!-- ENDIF -->

/**
* Find a member
*/
function find_username(url)
{
popup(url, 760, 570, '_usersearch');
return false;
}

/**
* New function for handling multiple calls to window.onload and window.unload by pentapenguin
*/
window.onload = function()
{
for (var i = 0; i < onload_functions.length; i++)
{
eval(onload_functions);
}
}

window.onunload = function()
{
for (var i = 0; i < onunload_functions.length; i++)
{
eval(onunload_functions);
}
}

// ]]>
</script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/styleswitcher.js"></script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/forum_fn.js"></script>

<link href="{T_THEME_PATH}/print.css" rel="stylesheet" type="text/css" media="print" title="printonly" />
<link href="{T_STYLESHEET_LINK}" rel="stylesheet" type="text/css" media="screen, projection" />

<link href="{T_THEME_PATH}/normal.css" rel="stylesheet" type="text/css" title="A" />
<link href="{T_THEME_PATH}/medium.css" rel="alternate stylesheet" type="text/css" title="A+" />
<link href="{T_THEME_PATH}/large.css" rel="alternate stylesheet" type="text/css" title="A++" />

<!-- IF S_CONTENT_DIRECTION eq 'rtl' -->
<link href="{T_THEME_PATH}/bidi.css" rel="stylesheet" type="text/css" media="screen, projection" />
<!-- ENDIF -->

</head>

<body id="phpbb" class="section-{SCRIPT_NAME} {S_CONTENT_DIRECTION}">
<div class="PageBackgroundGradient"></div>
<div class="PageBackgroundGlare">
<div class="PageBackgroundGlareImage">




<div id="wrap">

<div id="header">
<form method="post" action="{S_LOGIN_ACTION}">
<table width="940px" border="0" cellpadding="0" cellspacing="0">
<tr style="height:150px;">
<td style="padding-left: 25px;">
<span style="font-size: 48px;">{SITENAME}</span><br />{SITE_DESCRIPTION}
</td><!-- IF not S_USER_LOGGED_IN -->
<td width="279px">
<div id="quick-login">
<span style="font-weight: bold;">Quick Login:</span><br />
<table width="260px" style="padding-top: 3px;">
<tr><td width="16px"><img src="{T_THEME_PATH}/images/11.png" width="16px" height="16px" alt="" /></td><td width="5px"></td><td width="135px"><input type="text" name="username" size="10" class="quick-login-form" title="{L_USERNAME}" onfocus="if (this.value == 'Username') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Username';}" value="Username" /></td><td rowspan="2"><input type="submit" name="login" value="{L_LOGIN}" class="quick-login-button" /></td></tr>
<tr><td width="16px"><img src="{T_THEME_PATH}/images/33.png" width="16px" height="16px" alt="" /></td><td width="5px"></td><td width="135px"><input type="password" name="password" size="10" class="quick-login-form" title="{L_PASSWORD}" onfocus="if (this.value == '********') {this.value = '';}" onblur="if (this.value == '') {this.value = '********';}" value="********" /></td></tr>
<tr><td width="16px"><img src="{T_THEME_PATH}/images/26.png" width="16px" height="16px" alt="" /></td><td width="5px"></td><td colspan="2"><input type="checkbox" name="autologin" /> Remember me on this computer?</td></tr>
</table>
</div>
</td><!-- ENDIF -->
</tr>
</table>
</form>

</div>

<div class="content-bg">

<div id="nav-container">
<div id="nav-links">

<div id="vista_toolbar">

<ul>
<!-- IF not S_USER_LOGGED_IN -->
<li><a href="{U_INDEX}"><span><img align="left" src="{T_THEME_PATH}/images/icon_home.gif" alt="" />{L_INDEX}</span></a></li>
<li><a href="{U_FAQ}"><span><img align="left" src="{T_THEME_PATH}/images/icon_faq.gif" alt="" />{L_FAQ}</span></a></li>
<li><a href="{U_REGISTER}"><span><img align="left" src="{T_THEME_PATH}/images/icon_register.gif" alt="" />{L_REGISTER}</span></a></li>
<li><a href="{U_LOGIN_LOGOUT}"><span><img align="left" src="{T_THEME_PATH}/images/icon_logout.gif" alt="" />{L_LOGIN_LOGOUT}</span></a></li>
<!-- ENDIF -->
<!-- IF S_USER_LOGGED_IN -->
<li><a href="{U_INDEX}"><span><img align="left" src="{T_THEME_PATH}/images/icon_home.gif" alt="" />{L_INDEX}</span></a></li>
<li><a href="{U_PROFILE}"><span><img align="left" src="{T_THEME_PATH}/images/icon_ucp.gif" alt="" />{L_PROFILE}</span></a></li>
<!-- IF S_DISPLAY_PM --> <li><a href="{U_PRIVATEMSGS}"><span>({PRIVATE_MESSAGE_INFO})</span></a></li><!-- ENDIF -->
<li><a href="{U_FAQ}"><span><img align="left" src="{T_THEME_PATH}/images/icon_faq.gif" alt="" />{L_FAQ}</span></a></li>
<!-- IF S_DISPLAY_MEMBERLIST --><li><a href="{U_MEMBERLIST}" title="{L_MEMBERLIST_EXPLAIN}"><span><img align="left" src="{T_THEME_PATH}/images/icon_members.gif" alt="" />{L_MEMBERLIST}</span></a></li><!-- ENDIF -->
<li><a href="{U_LOGIN_LOGOUT}"><span><img align="left" src="{T_THEME_PATH}/images/icon_logout.gif" alt="" />{L_LOGIN_LOGOUT}</span></a></li>
<!-- ENDIF -->
</ul>

</div>


</div>


<div id="nav-search">
<form action="{U_SEARCH}" method="post" id="search">
<input name="keywords" id="keywords" type="text" maxlength="128" title="{L_SEARCH_KEYWORDS}" class="inputbox search-custom" value="<!-- IF SEARCH_WORDS-->{SEARCH_WORDS}<!-- ELSE -->{L_SEARCH_MINI}<!-- ENDIF -->" onclick="if(this.value=='{LA_SEARCH_MINI}')this.value='';" onblur="if(this.value=='')this.value='{LA_SEARCH_MINI}';" />
</form>
</div>

</div>



<div id="advanced-wrap">

<div class="custom-breadcrumbs"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a> <!-- BEGIN navlinks --> <strong>&raquo;</strong> <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></div>
<!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN and (U_MCP or U_ACP) --><div class="custom-disabled"><strong>{L_INFORMATION}:</strong> {L_BOARD_DISABLED}</div><!-- ENDIF -->
<!-- IF U_RESTORE_PERMISSIONS --><div class="custom-permissions">Your are currently testing permissions. <a href="{U_RESTORE_PERMISSIONS}">{L_RESTORE_PERMISSIONS}</a></div><!-- ENDIF -->

<a id="top" name="top" accesskey="t"></a>

<p class="skiplink"><a href="#start_here">{L_SKIP}</a></p>
<div id="page-body">


- tiene que redireccionar al Portal si estoy logueado y si no lo estoy tambien.

a ver si solucion esto de una vez..

Re: direccionar boton indice al portal

Publicado: 19 Ene 2010, 02:56
por 50ny
bueno aqui os pongo unas imagenes.. :cerveza:

Imagen

donde pone:
- board index con blanco me gustaria que llevara a mi PORTAL
- board index con gris me gustaria que llevara al root de forums
( si no se puede pos que lleven los 2 al portal ) :(
***************

Imagen

Aqui me gustaria bajar el cuadro transparente ( no se ve muy bien) con todo los objetos de login bajarlo para que no interfiera con el fondo de atras donde hay una palabra "files" se ve una " S " . me gustaria bajarlo hasta el limite donde esta la cajita "search".
y si es posible que las palabras" quick login" sea solamente "login"

salu2 :D

Re: direccionar boton indice al portal

Publicado: 19 Ene 2010, 19:19
por mitch
Cómo quieres ayuda,, si tú no nos ayudas con lo único que te pedimos... en los avisos que hay por todo el foro, adivinarás de lo que hablo.

Sin eso, no se te brindara ayuda.

Re: direccionar boton indice al portal

Publicado: 19 Ene 2010, 20:16
por 50ny
lo siento pero no se a que te refieres. y no creo k han areglado mi problema en algun foro ya que busque como loco en google :(

Re: direccionar boton indice al portal

Publicado: 19 Ene 2010, 20:58
por mitch
DATOS DE SOPORTE

hombre tienes un aviso gigante en la cabecera, en mi firma.... :banned

Re: direccionar boton indice al portal

Publicado: 20 Ene 2010, 00:18
por 50ny
URL: (localhost)
Plantilla(s) usuada(s): (dark grunge) descargar aqui -> http://www.awesomestyles.com/phpbb3-sty ... ark-grunge
( aparece la demo y arriba tiene un button descargar , es FREE )
MODs instalados: (ninguno)
Versión de phpBB: (3.0.6)
Servidor: (de momento no tengo)
Si es una actualización desde otra versión: (instalacion normal)
Si es una conversión desde otro tipo de Foro: (instalacion normal)

Lo que no consigo:

he redireccionado el boton "forum" del Portal para que vaya a phpbb3
pero en el forum phpbb3 no tengo ningun boton para volver al portal como puedo añadir otro boton
he leido en google y hay 3 variantes:
- añadir otro boton y intentar que se ajuste con los demas
- añadir un boton flotante
- hacer que el boton indice de phpbb3 vaya al portal

en qualkier caso he probado varios codigos de internet y no me ha funcionado ninguno .. menos mal que tengo copias para no estropearlo :lol:

aqui dejo el codigo de overall_header.html por si tengo que editar aqui.
Spoiler
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}" xml:lang="{S_USER_LANG}">
<head>

<meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="content-language" content="{S_USER_LANG}" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="resource-type" content="document" />
<meta name="distribution" content="global" />
<meta name="copyright" content="2000, 2002, 2005, 2007 phpBB Group" />
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
{META}
<title>{SITENAME} &bull; <!-- IF S_IN_MCP -->{L_MCP} &bull; <!-- ELSEIF S_IN_UCP -->{L_UCP} &bull; <!-- ENDIF -->{PAGE_TITLE}</title>

<!--
phpBB style name: prosilver
Based on style: prosilver (this is the default phpBB3 style)
Original author: Tom Beddard ( http://www.subBlue.com/ )
Modified by:

NOTE: This page was generated by phpBB, the free open-source bulletin board package.
The phpBB Group is not responsible for the content of this page and forum. For more information
about phpBB please visit http://www.phpbb.com
-->

<script type="text/javascript">
// <![CDATA[
var jump_page = '{LA_JUMP_PAGE}:';
var on_page = '{ON_PAGE}';
var per_page = '{PER_PAGE}';
var base_url = '{A_BASE_URL}';
var style_cookie = 'phpBBstyle';
var style_cookie_settings = '{A_COOKIE_SETTINGS}';
var onload_functions = new Array();
var onunload_functions = new Array();

<!-- IF S_USER_PM_POPUP -->
if ({S_NEW_PM})
{
var url = '{UA_POPUP_PM}';
window.open(url.replace(/&/g, '&'), '_phpbbprivmsg', 'height=225,resizable=yes,scrollbars=yes, width=400');
}
<!-- ENDIF -->

/**
* Find a member
*/
function find_username(url)
{
popup(url, 760, 570, '_usersearch');
return false;
}

/**
* New function for handling multiple calls to window.onload and window.unload by pentapenguin
*/
window.onload = function()
{
for (var i = 0; i < onload_functions.length; i++)
{
eval(onload_functions);
}
}

window.onunload = function()
{
for (var i = 0; i < onunload_functions.length; i++)
{
eval(onunload_functions);
}
}

// ]]>
</script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/styleswitcher.js"></script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/forum_fn.js"></script>

<link href="{T_THEME_PATH}/print.css" rel="stylesheet" type="text/css" media="print" title="printonly" />
<link href="{T_STYLESHEET_LINK}" rel="stylesheet" type="text/css" media="screen, projection" />

<link href="{T_THEME_PATH}/normal.css" rel="stylesheet" type="text/css" title="A" />
<link href="{T_THEME_PATH}/medium.css" rel="alternate stylesheet" type="text/css" title="A+" />
<link href="{T_THEME_PATH}/large.css" rel="alternate stylesheet" type="text/css" title="A++" />

<!-- IF S_CONTENT_DIRECTION eq 'rtl' -->
<link href="{T_THEME_PATH}/bidi.css" rel="stylesheet" type="text/css" media="screen, projection" />
<!-- ENDIF -->

</head>

<body id="phpbb" class="section-{SCRIPT_NAME} {S_CONTENT_DIRECTION}">
<div class="PageBackgroundGradient"></div>
<div class="PageBackgroundGlare">
<div class="PageBackgroundGlareImage">




<div id="wrap">

<div id="header">
<form method="post" action="{S_LOGIN_ACTION}">
<table width="940px" border="0" cellpadding="0" cellspacing="0">
<tr style="height:150px;">
<td style="padding-left: 25px;">
<span style="font-size: 48px;">{SITENAME}</span><br />{SITE_DESCRIPTION}
</td><!-- IF not S_USER_LOGGED_IN -->
<td width="279px">
<div id="quick-login">
<span style="font-weight: bold;">Quick Login:</span><br />
<table width="260px" style="padding-top: 3px;">
<tr><td width="16px"><img src="{T_THEME_PATH}/images/11.png" width="16px" height="16px" alt="" /></td><td width="5px"></td><td width="135px"><input type="text" name="username" size="10" class="quick-login-form" title="{L_USERNAME}" onfocus="if (this.value == 'Username') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Username';}" value="Username" /></td><td rowspan="2"><input type="submit" name="login" value="{L_LOGIN}" class="quick-login-button" /></td></tr>
<tr><td width="16px"><img src="{T_THEME_PATH}/images/33.png" width="16px" height="16px" alt="" /></td><td width="5px"></td><td width="135px"><input type="password" name="password" size="10" class="quick-login-form" title="{L_PASSWORD}" onfocus="if (this.value == '********') {this.value = '';}" onblur="if (this.value == '') {this.value = '********';}" value="********" /></td></tr>
<tr><td width="16px"><img src="{T_THEME_PATH}/images/26.png" width="16px" height="16px" alt="" /></td><td width="5px"></td><td colspan="2"><input type="checkbox" name="autologin" /> Remember me on this computer?</td></tr>
</table>
</div>
</td><!-- ENDIF -->
</tr>
</table>
</form>

</div>

<div class="content-bg">

<div id="nav-container">
<div id="nav-links">

<div id="vista_toolbar">

<ul>
<!-- IF not S_USER_LOGGED_IN -->
<li><a href="http://localhost/nuke"><span><img align="left" src="{T_THEME_PATH}/images/icon_home.gif" alt="" />Portal</span></a></li>
<li><a href="{U_INDEX}"><span><img align="left" src="{T_THEME_PATH}/images/icon_home.gif" alt="" />{L_INDEX}</span></a></li>
<li><a href="{U_FAQ}"><span><img align="left" src="{T_THEME_PATH}/images/icon_faq.gif" alt="" />{L_FAQ}</span></a></li>
<li><a href="{U_REGISTER}"><span><img align="left" src="{T_THEME_PATH}/images/icon_register.gif" alt="" />{L_REGISTER}</span></a></li>
<li><a href="{U_LOGIN_LOGOUT}"><span><img align="left" src="{T_THEME_PATH}/images/icon_logout.gif" alt="" />{L_LOGIN_LOGOUT}</span></a></li>
<!-- ENDIF -->
<!-- IF S_USER_LOGGED_IN -->
<li><a href="{U_INDEX}"><span><img align="left" src="{T_THEME_PATH}/images/icon_home.gif" alt="" />{L_INDEX}</span></a></li>
<li><a href="{U_PROFILE}"><span><img align="left" src="{T_THEME_PATH}/images/icon_ucp.gif" alt="" />{L_PROFILE}</span></a></li>
<!-- IF S_DISPLAY_PM --> <li><a href="{U_PRIVATEMSGS}"><span>({PRIVATE_MESSAGE_INFO})</span></a></li><!-- ENDIF -->
<li><a href="{U_FAQ}"><span><img align="left" src="{T_THEME_PATH}/images/icon_faq.gif" alt="" />{L_FAQ}</span></a></li>
<!-- IF S_DISPLAY_MEMBERLIST --><li><a href="{U_MEMBERLIST}" title="{L_MEMBERLIST_EXPLAIN}"><span><img align="left" src="{T_THEME_PATH}/images/icon_members.gif" alt="" />{L_MEMBERLIST}</span></a></li><!-- ENDIF -->
<li><a href="{U_LOGIN_LOGOUT}"><span><img align="left" src="{T_THEME_PATH}/images/icon_logout.gif" alt="" />{L_LOGIN_LOGOUT}</span></a></li>
<!-- ENDIF -->
</ul>

</div>


</div>


<div id="nav-search">
<form action="{U_SEARCH}" method="post" id="search">
<input name="keywords" id="keywords" type="text" maxlength="128" title="{L_SEARCH_KEYWORDS}" class="inputbox search-custom" value="<!-- IF SEARCH_WORDS-->{SEARCH_WORDS}<!-- ELSE -->{L_SEARCH_MINI}<!-- ENDIF -->" onclick="if(this.value=='{LA_SEARCH_MINI}')this.value='';" onblur="if(this.value=='')this.value='{LA_SEARCH_MINI}';" />
</form>
</div>

</div>



<div id="advanced-wrap">

<div class="custom-breadcrumbs"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a> <!-- BEGIN navlinks --> <strong>&raquo;</strong> <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></div>
<!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN and (U_MCP or U_ACP) --><div class="custom-disabled"><strong>{L_INFORMATION}:</strong> {L_BOARD_DISABLED}</div><!-- ENDIF -->
<!-- IF U_RESTORE_PERMISSIONS --><div class="custom-permissions">Your are currently testing permissions. <a href="{U_RESTORE_PERMISSIONS}">{L_RESTORE_PERMISSIONS}</a></div><!-- ENDIF -->

<a id="top" name="top" accesskey="t"></a>

<p class="skiplink"><a href="#start_here">{L_SKIP}</a></p>
<div id="page-body">


Aqui os pongo unas imagenes :

Imagen

donde pone:
- board index con blanco me gustaria que llevara a mi PORTAL
- board index con gris me gustaria que llevara al root de forums
( si no se puede pos que lleven los 2 al portal ) :(

Imagen

Aqui me gustaria bajar el cuadro transparente ( no se ve muy bien) con todo los objetos de login bajarlo para que no interfiera con el fondo de atras donde hay una palabra "files" se ve una " S " . me gustaria bajarlo hasta el limite donde esta la cajita "search".
y si es posible que las palabras" quick login" sea solamente "login"

Todo esto es lo unico que me falta para terminar mi proyecto.y me gustaria hacerlo en localhost todo antes de subirlo a un servidor.

salu2

Re: direccionar boton indice al portal

Publicado: 20 Ene 2010, 00:24
por MR.PABLO
No se le da soporte a los foros que son "localHost"
Te recomiendo montar tu foro en algún servidor gratuito para que puedas recibir soporte.
Saludos!!

Re: direccionar boton indice al portal

Publicado: 20 Ene 2010, 01:03
por 50ny
no puedo dar acceso a mi website , no puedo montar en un servidor externo de momento.

por eso mismo os deje el codigo de overall_header y algunas imagenes e info.

si no podeis resolver mi problema ya buscare en google como lo hice hasta ahora. pero si alguien puede ayudarme que deje el mensaje la visitare , añadido a bookmarks.

salu2

Re: direccionar boton indice al portal

Publicado: 20 Ene 2010, 01:20
por MR.PABLO
Lo lamento 50ny pero las normas son así, no podemos ayudarte en algo que no vemos.

Re: direccionar boton indice al portal

Publicado: 21 Ene 2010, 16:59
por 50ny
por eso mismo os puse las imagenes ademas donde se ve el fallo es en overall_header pero yo no se de html y no se que codigos poner.. seguramente no es nada solo tengo que poner algo de hyperlink en algun sitio para que board index vaya a otra parte.
el board index siempre va a:
-root/forums
y me gustaria que fuera directamente a :
-root

lo haria yo mismo solo que no se donde copiar los codigos , antes , despues , encima de otros... si tengo que probar varias veces no me importaria.
alguien quien sabe podria mirar mi overall_header e intentar ayudarme.

como dije antes es instalacion limpia de phpbb3 con tema dark grunge que mencione en los posts atenriores donde se baja.
Spoiler
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}" xml:lang="{S_USER_LANG}">
<head>

<meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="content-language" content="{S_USER_LANG}" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="resource-type" content="document" />
<meta name="distribution" content="global" />
<meta name="copyright" content="2000, 2002, 2005, 2007 phpBB Group" />
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
{META}
<title>{SITENAME} &bull; <!-- IF S_IN_MCP -->{L_MCP} &bull; <!-- ELSEIF S_IN_UCP -->{L_UCP} &bull; <!-- ENDIF -->{PAGE_TITLE}</title>

<!--
phpBB style name: prosilver
Based on style: prosilver (this is the default phpBB3 style)
Original author: Tom Beddard ( http://www.subBlue.com/ )
Modified by:

NOTE: This page was generated by phpBB, the free open-source bulletin board package.
The phpBB Group is not responsible for the content of this page and forum. For more information
about phpBB please visit http://www.phpbb.com
-->

<script type="text/javascript">
// <![CDATA[
var jump_page = '{LA_JUMP_PAGE}:';
var on_page = '{ON_PAGE}';
var per_page = '{PER_PAGE}';
var base_url = '{A_BASE_URL}';
var style_cookie = 'phpBBstyle';
var style_cookie_settings = '{A_COOKIE_SETTINGS}';
var onload_functions = new Array();
var onunload_functions = new Array();

<!-- IF S_USER_PM_POPUP -->
if ({S_NEW_PM})
{
var url = '{UA_POPUP_PM}';
window.open(url.replace(/&/g, '&'), '_phpbbprivmsg', 'height=225,resizable=yes,scrollbars=yes, width=400');
}
<!-- ENDIF -->

/**
* Find a member
*/
function find_username(url)
{
popup(url, 760, 570, '_usersearch');
return false;
}

/**
* New function for handling multiple calls to window.onload and window.unload by pentapenguin
*/
window.onload = function()
{
for (var i = 0; i < onload_functions.length; i++)
{
eval(onload_functions);
}
}

window.onunload = function()
{
for (var i = 0; i < onunload_functions.length; i++)
{
eval(onunload_functions);
}
}

// ]]>
</script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/styleswitcher.js"></script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/forum_fn.js"></script>

<link href="{T_THEME_PATH}/print.css" rel="stylesheet" type="text/css" media="print" title="printonly" />
<link href="{T_STYLESHEET_LINK}" rel="stylesheet" type="text/css" media="screen, projection" />

<link href="{T_THEME_PATH}/normal.css" rel="stylesheet" type="text/css" title="A" />
<link href="{T_THEME_PATH}/medium.css" rel="alternate stylesheet" type="text/css" title="A+" />
<link href="{T_THEME_PATH}/large.css" rel="alternate stylesheet" type="text/css" title="A++" />

<!-- IF S_CONTENT_DIRECTION eq 'rtl' -->
<link href="{T_THEME_PATH}/bidi.css" rel="stylesheet" type="text/css" media="screen, projection" />
<!-- ENDIF -->

</head>

<body id="phpbb" class="section-{SCRIPT_NAME} {S_CONTENT_DIRECTION}">
<div class="PageBackgroundGradient"></div>
<div class="PageBackgroundGlare">
<div class="PageBackgroundGlareImage">




<div id="wrap">

<div id="header">
<form method="post" action="{S_LOGIN_ACTION}">
<table width="940px" border="0" cellpadding="0" cellspacing="0">
<tr style="height:150px;">
<td width="680" style="padding-left: 25px;">
<span style="font-size: 48px;">{SITENAME}</span><br />{SITE_DESCRIPTION}
</td><!-- IF not S_USER_LOGGED_IN -->
<td width="260">
<div id="quick-login">
<div align="right"><span style="font-weight: bold;">Quick Login:</span><br />
<table width="260px" style="padding-top: 3px;">
<tr><td width="16px"><img src="{T_THEME_PATH}/images/11.png" width="16px" height="16px" alt="" /></td><td width="5px"></td><td width="135px"><input type="text" name="username" size="10" class="quick-login-form" title="{L_USERNAME}" onfocus="if (this.value == 'Username') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Username';}" value="Username" /></td><td rowspan="2"><input type="submit" name="login" value="{L_LOGIN}" class="quick-login-button" /></td></tr>
<tr><td width="16px"><img src="{T_THEME_PATH}/images/33.png" width="16px" height="16px" alt="" /></td><td width="5px"></td><td width="135px"><input type="password" name="password" size="10" class="quick-login-form" title="{L_PASSWORD}" onfocus="if (this.value == '********') {this.value = '';}" onblur="if (this.value == '') {this.value = '********';}" value="********" /></td></tr>
<tr><td width="16px"><img src="{T_THEME_PATH}/images/26.png" width="16px" height="16px" alt="" /></td><td width="5px"></td><td colspan="2"><input type="checkbox" name="autologin" /> Remember me on this computer?</td></tr>
</table>
</div>
</div>
</td><!-- ENDIF -->
</tr>
</table>
</form>

</div>

<div class="content-bg">

<div id="nav-container">
<div id="nav-links">

<div id="vista_toolbar">

<ul>
<!-- IF not S_USER_LOGGED_IN -->
<li><a href="file:///H|/AppServ/www/xtremefiles/jmla/index.html"><span><img align="left" src="{T_THEME_PATH}/images/icon_home.gif" alt="" />{L_INDEX}</span></a></li>
<li><a href="{U_INDEX}"><span><img align="left" src="{T_THEME_PATH}/images/icon_faq.gif" alt="" />{L_FAQ}</span></a></li>
<li><a href="{U_REGISTER}"><span><img align="left" src="{T_THEME_PATH}/images/icon_register.gif" alt="" />{L_REGISTER}</span></a></li>
<li><a href="{U_LOGIN_LOGOUT}"><span><img align="left" src="{T_THEME_PATH}/images/icon_logout.gif" alt="" />{L_LOGIN_LOGOUT}</span></a></li>
<!-- ENDIF -->
<!-- IF S_USER_LOGGED_IN -->
<li><a href="{U_INDEX}"><span><img align="left" src="{T_THEME_PATH}/images/icon_home.gif" alt="" />{L_INDEX}</span></a></li>
<li><a href="{U_PROFILE}"><span><img align="left" src="{T_THEME_PATH}/images/icon_ucp.gif" alt="" />{L_PROFILE}</span></a></li>
<!-- IF S_DISPLAY_PM --> <li><a href="{U_PRIVATEMSGS}"><span>({PRIVATE_MESSAGE_INFO})</span></a></li><!-- ENDIF -->
<li><a href="{U_FAQ}"><span><img align="left" src="{T_THEME_PATH}/images/icon_faq.gif" alt="" />{L_FAQ}</span></a></li>
<!-- IF S_DISPLAY_MEMBERLIST --><li><a href="{U_MEMBERLIST}" title="{L_MEMBERLIST_EXPLAIN}"><span><img align="left" src="{T_THEME_PATH}/images/icon_members.gif" alt="" />{L_MEMBERLIST}</span></a></li><!-- ENDIF -->
<li><a href="{U_LOGIN_LOGOUT}"><span><img align="left" src="{T_THEME_PATH}/images/icon_logout.gif" alt="" />{L_LOGIN_LOGOUT}</span></a></li>
<!-- ENDIF -->
</ul>

</div>


</div>


<div id="nav-search">
<form action="{U_SEARCH}" method="post" id="search">
<input name="keywords" id="keywords" type="text" maxlength="128" title="{L_SEARCH_KEYWORDS}" class="inputbox search-custom" value="<!-- IF SEARCH_WORDS-->{SEARCH_WORDS}<!-- ELSE -->{L_SEARCH_MINI}<!-- ENDIF -->" onclick="if(this.value=='{LA_SEARCH_MINI}')this.value='';" onblur="if(this.value=='')this.value='{LA_SEARCH_MINI}';" />
</form>
</div>

</div>



<div id="advanced-wrap">

<div class="custom-breadcrumbs"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a> <!-- BEGIN navlinks --> <strong>&raquo;</strong> <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></div>
<!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN and (U_MCP or U_ACP) --><div class="custom-disabled"><strong>{L_INFORMATION}:</strong> {L_BOARD_DISABLED}</div><!-- ENDIF -->
<!-- IF U_RESTORE_PERMISSIONS --><div class="custom-permissions">Your are currently testing permissions. <a href="{U_RESTORE_PERMISSIONS}">{L_RESTORE_PERMISSIONS}</a></div><!-- ENDIF -->

<a id="top" name="top" accesskey="t"></a>

<p class="skiplink"><a href="#start_here">{L_SKIP}</a></p>
<div id="page-body">


salu2

Re: direccionar boton indice al portal

Publicado: 21 Ene 2010, 17:32
por mitch
no hay url, lo sentimos... normas son normas.