ahh y tambien me gustaria saber como cambiar el actual index.php del foro a foro.php para dejar una especie de portal en el index (como cuando entramos a este sitio)
gracias
(sere muy enredado para explicarme)

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.
Código: Seleccionar todo
#
#-----[ FIND ]----------------------------------------
#
<a href="{U_FAQ}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_faq.gif" width="12" height="13" border="0" alt="{L_FAQ}" hspace="3" />{L_FAQ}</a>
#
#-----[ DIRECT BEFORE, ADD ]--------------------------
#
<a href="{U_PORTAL}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_message.gif" width="12" height="13" border="0" alt="{L_HOME}" hspace="3" />{L_HOME}</a>
#
Código: Seleccionar todo
{L_FAQ}
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
phpBB España - En línea desde 2003
Código: Seleccionar todo
#-----[ FIND ]------------------------------------------------
#
# here we remove the whole menu. Note this is a partial search : the full lines are longer
#
{L_FAQ}
{L_REGISTER}
{L_PROFILE}
#
#-----[ REPLACE WITH ]----------------------------------------
#
{QMENUS}
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
phpBB España - En línea desde 2003
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
phpBB España - En línea desde 2003
si alguno de ustedes puede hacerle modificaciones y mejoras seria excelenteyou wanted info on how I change index.php to forum.php..... (install insturions aren't very clear, but I did this quick)
first rename index.php to forum.php
and portal.php to index.php
then open up index.php and change anthing that says "portal." to index.
same way with forum.php (that includes the tpl files! index_body to forum_body, portal_body to index_body)
and now also dont forget to change the
$userdata = session_pagestart($user_ip, PAGE_***);
to
$userdata = session_pagestart($user_ip, PAGE_FORUM);
and the
lang['Click_return_index'], '', ' ');
now go in page_header.php and add(L_INDEX is already there, you just have to edit it a little)Código: Seleccionar todo
'FORUM' => $lang['Forum'], 'INDEX' => $lang['Index'], 'L_INDEX' => sprintf($lang['Main_Index'], $board_config['sitename']),
dont forget to put this in your lang_main file if not already added:now open forum_body.tpl and findCódigo: Seleccionar todo
$lang['Forum'] = 'Forum'; $lang['Forum_Index'] = '%s Forum'; // eg. sitename Forum Index, %s can be removed if you prefer $lang['Main_Index'] = '%s Index'; // eg. sitename Forum Index, %s can be removed if you prefer $lang['Index'] = 'Index';
Código: Seleccionar todo
{L_FORUM}
and replace withnow dont forget to change all the links in your tlp filesCódigo: Seleccionar todo
{FORUM}
fromtoCódigo: Seleccionar todo
{L_INDEX}
Código: Seleccionar todo
{L_INDEX} -> {FORUM}
Código: Seleccionar todo
http://cyberunners.org ahi es un buen ejemplo en phpBB y no estoy muy seguro de esta pero igual la pondre http://3564020356.org
Código: Seleccionar todo
http://collide.cyberunners.org solo le he agregado el idioma espaí?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?±ol con ezPortal y Qbar, solamente porque no quiero agregar tanto hasta que "logre" hacer el cambio que habia dicho portal--> index.