Página 1 de 1

[Ayuda]Buttons menu 2.0.0

Publicado: 17 Jun 2011, 19:31
por Ozzmosis
URL:http://www.komdescargas.com.ar/
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.
Para instalar el MOD leer el install.xml, y después editar subsilver2.xml si es el caso.
Eso decia en el post del mod. Pero no entiendo la verdad.. Hay una parte cuand

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.

Re: [Ayuda]Buttons menu 2.0.0

Publicado: 17 Jun 2011, 19:43
por zoby
Ozzmosis escribió: 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.
Para instalar el MOD leer el install.xml, y después editar subsilver2.xml si es el caso.
Eso decia en el post del mod. Pero no entiendo la verdad.. Hay una parte cuand

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.
El MOD en esa version NO ES COMPATIBLE CON SUBSILVER2, de todas formas, el cambio que no encuentras, prueba buscando

Código: Seleccionar todo

	<!-- IF S_DISPLAY_SEARCH -->
	<p class="searchbar">
		<span style="float: {S_CONTENT_FLOW_BEGIN};"><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a> | <a href="{U_SEARCH_ACTIVE_TOPICS}">{L_SEARCH_ACTIVE_TOPICS}</a></span>
		<!-- IF S_USER_LOGGED_IN or S_LOAD_UNREADS -->
		<span style="float: {S_CONTENT_FLOW_END};"><!-- IF S_LOAD_UNREADS --><a href="{U_SEARCH_UNREAD}">{L_SEARCH_UNREAD}</a><!-- IF S_USER_LOGGED_IN --> | <!-- ENDIF --><!-- ENDIF --><!-- IF S_USER_LOGGED_IN --><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a> | <a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a><!-- ENDIF --></span>
		<!-- ENDIF -->
	</p>
	<!-- ENDIF -->
Y añades despues lo que pide el MOD

Código: Seleccionar todo

		<!-- 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 -->
Aunque como ya te he dicho, es casi imposible que te salga bien, prosilver y subsilver2, son demasiado diferentes
Bueno, cuando termines, nos comentas, haber si a funcionado :cerveza:

Re: [Ayuda]Buttons menu 2.0.0

Publicado: 17 Jun 2011, 19:47
por Ozzmosis
<!-- IF S_DISPLAY_SEARCH and not S_IN_SEARCH -->
esa linea tampoco aparece parece.. Alguna idea de cual puede ser en subsilver2?

Re: [Ayuda]Buttons menu 2.0.0

Publicado: 17 Jun 2011, 20:01
por zoby
Ozzmosis escribió:
<!-- IF S_DISPLAY_SEARCH and not S_IN_SEARCH -->
esa linea tampoco aparece parece.. Alguna idea de cual puede ser en subsilver2?
Esa linea en subsilver2, puede que sea esta

Código: Seleccionar todo

	<!-- IF S_DISPLAY_SEARCH  -->
Prueba reemplezandola por este otra

Código: Seleccionar todo

	<!-- IF S_DISPLAY_SEARCH and not ( .buttons and S_MENU_SEARCH )  -->
Saludos :cerveza:

Re: [Ayuda]Buttons menu 2.0.0

Publicado: 17 Jun 2011, 20:13
por Ozzmosis
No, no funciono.. Gracias igual