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.

[Ayuda]Buttons menu 2.0.0

Soporte de MODs para phpBB 3.0.x
Dudas sobre AutoMOD aquí por favor.
Cerrado

0
No hay votos
 
Votos totales: 0

Ozzmosis
Observador/a
Mensajes: 43
Registrado: 08 Jun 2011, 21:03

[Ayuda]Buttons menu 2.0.0

#1

Mensaje 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.
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.0.8
Servidor: http://www.nuthost.com/ y es un host pago

zoby
Ex Staff
Mensajes: 1286
Registrado: 01 Ene 2011, 12:20
Género:

Re: [Ayuda]Buttons menu 2.0.0

#2

Mensaje 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:
Antes de nada, lee las Normas de phpBB-Es, y el siempre útil Foro de guías sobre phpBB 3.
Consulta los FAQS de ayuda de phpBB3.
Administra, modifica, actualiza tu foro con el listado de Guías de nuestra Biblioteca.
Accede a la base de modificaciones de phpBB Titania.
Si es sobre cómo Crear una Consulta SQL ya lo tienes explicado en el enlace.
En general, se recomienda Buscar antes de preguntar, quizás tu duda esté resuelta, y todos ahorremos tiempo.
Sólo tendrás Soporte si facilitas los datos correspondientes y si respetas completamente el Copyright de phpBB.
NOTA: No damos Soporte a los foros integrados en Nuke y derivados del mismo. Infórmate AQUÍ.


Normas de phpBB-Es | de Soporte en phpBB-Es.COM | Soporte MODificaciones phpBB en phpBB-Es
No doy soporte a quienes alteren o eliminen los copyright
No doy soporte por privado ni por msn : tenga en cuenta que su problema, también puede ser el problema de otro usuario.

Mi sitio web

Ozzmosis
Observador/a
Mensajes: 43
Registrado: 08 Jun 2011, 21:03

Re: [Ayuda]Buttons menu 2.0.0

#3

Mensaje por Ozzmosis »

<!-- IF S_DISPLAY_SEARCH and not S_IN_SEARCH -->
esa linea tampoco aparece parece.. Alguna idea de cual puede ser en subsilver2?
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.0.8
Servidor: http://www.nuthost.com/ y es un host pago

zoby
Ex Staff
Mensajes: 1286
Registrado: 01 Ene 2011, 12:20
Género:

Re: [Ayuda]Buttons menu 2.0.0

#4

Mensaje 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:
Última edición por zoby el 17 Jun 2011, 20:03, editado 3 veces en total.
Antes de nada, lee las Normas de phpBB-Es, y el siempre útil Foro de guías sobre phpBB 3.
Consulta los FAQS de ayuda de phpBB3.
Administra, modifica, actualiza tu foro con el listado de Guías de nuestra Biblioteca.
Accede a la base de modificaciones de phpBB Titania.
Si es sobre cómo Crear una Consulta SQL ya lo tienes explicado en el enlace.
En general, se recomienda Buscar antes de preguntar, quizás tu duda esté resuelta, y todos ahorremos tiempo.
Sólo tendrás Soporte si facilitas los datos correspondientes y si respetas completamente el Copyright de phpBB.
NOTA: No damos Soporte a los foros integrados en Nuke y derivados del mismo. Infórmate AQUÍ.


Normas de phpBB-Es | de Soporte en phpBB-Es.COM | Soporte MODificaciones phpBB en phpBB-Es
No doy soporte a quienes alteren o eliminen los copyright
No doy soporte por privado ni por msn : tenga en cuenta que su problema, también puede ser el problema de otro usuario.

Mi sitio web

Ozzmosis
Observador/a
Mensajes: 43
Registrado: 08 Jun 2011, 21:03

Re: [Ayuda]Buttons menu 2.0.0

#5

Mensaje por Ozzmosis »

No, no funciono.. Gracias igual
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.0.8
Servidor: http://www.nuthost.com/ y es un host pago

Cerrado

Volver a “Soporte de MODs”