Plantilla(s) usuada(s): subsilver2
MODs instalados:Muestra el estado del usuario,Default Random 'No Avatar,Thanks for post
Versión de phpBB: 3.08
Nombre y versión del MOD: Buttons menu 2.0.0
URL de descarga:http://www.phpbb-es.com/foro/download/file.php?id=3680
Servidor: http://www.nuthost.com/ y es un host pago
Buenas nuevamente.. Tengo un problema con este Mod. La cosa es que va toda tranquila la instalacion hasta que llego a la parte donde solo dice para editar el Stilo de Prosilver. Mientras que yo tengo el Subsiver2.
Eso decia en el post del mod. Pero no entiendo la verdad.. Hay una parte cuandPara instalar el MOD leer el install.xml, y después editar subsilver2.xml si es el caso.
Open: styles/prosilver/template/overall_header.html
Find
Tip: This may be a partial find and not the whole line.
Code:Select all
</head>
Add before
Tip: Add these lines on a new blank line before the preceding line(s) to find.
Code:Select all
<style type="text/css">
.menu_button a {
color: #{S_MENU_FONT_COLOR};
}
.menu_button a:hover {
background: url('{T_THEME_PATH}/images/menu/{S_MENU_COLOR}/menu_bg_hover.gif') repeat-x;
color: #{S_MENU_FONT_COLOR_HOVER};
text-decoration: {S_MENU_DECORATION};
}
</style>
<< Hide
Find
Tip: This may be a partial find and not the whole line.
Code:Select all
<!-- IF S_DISPLAY_SEARCH and not S_IN_SEARCH -->
Replace with
Tip: Replace the preceding line(s) to find with the following lines.
Code:Select all
<!-- IF ( S_DISPLAY_SEARCH and not S_IN_SEARCH ) and not ( .buttons and S_MENU_SEARCH ) -->
<< Hide
Find
Tip: This may be a partial find and not the whole line.
Code:Select all (ACA ESTA EN PROBLEMA) No encuentro ninguna linea asi en el Subsilver2. Ni parecida.. Asi que no se que hacer
</fieldset>
</form>
</div>
<!-- ENDIF -->
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.
Code:Select all
<!-- IF .buttons -->
<span class="corners-bottom" style="height:0px;"><span></span></span></div>
</div>
<div id="menu" style="clear:both;margin-top:-3px;background: url('{T_THEME_PATH}/images/menu/{S_MENU_COLOR}/menu_bg.gif') repeat-x;">
<div class="inner">
<span class="menu_corner-left" style="background: url('{T_THEME_PATH}/images/menu/{S_MENU_COLOR}/menu_corner.gif') no-repeat;"></span>
<span class="menu_corner-right" style="background: url('{T_THEME_PATH}/images/menu/{S_MENU_COLOR}/menu_corner_right.gif') no-repeat;"></span>
<!-- IF S_DISPLAY_SEARCH and S_MENU_SEARCH -->
<div id="top-search" style="<!-- IF S_MENU_ALIGN == 'right' -->float: left;<!-- ELSE -->float: right;<!-- ENDIF -->background: transparent url('{T_THEME_PATH}/images/menu/{S_MENU_COLOR}/menu_search.gif') no-repeat scroll 0 0;">
<form action="{U_SEARCH}" method="post" id="search">
<fieldset>
<input name="keywords" id="keywords" type="text" maxlength="128" title="{L_SEARCH_KEYWORDS}" class="menu_search" 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}';" />
{S_SEARCH_HIDDEN_FIELDS}
</fieldset>
</form>
</div>
<!-- ENDIF -->
<ul>
<!-- BEGIN buttons -->
<!-- IF not (not S_USER_LOGGED_IN and buttons.ONLY_REGISTERED) --><li class="menu_button" style="float:{S_MENU_ALIGN};"><a href="{buttons.URL}" title="{buttons.NAME}"<!-- IF buttons.EXTERNAL --> target="_blank"<!-- ENDIF --> style="font-weight:{S_MENU_WEIGHT};text-transform:{S_MENU_TEXT_TRANSFORM};">{buttons.NAME}</a></li><!-- ENDIF -->
<!-- END buttons -->
</ul>
<!-- ENDIF -->
<< Hide
Espero que puedan darme una mano.. Encima en la carpeta del mod, no viene ningun adjunto para subsilver2 ni nada parecido.