Página 1 de 2

No se ve mi botón en la respuesta rapida Prime Quick Reply

Publicado: 01 Jul 2009, 15:28
por Distriker
Hola a todos, anteriormente he tenido problemas con el Evil Quick Reply y nada, no lo he solucionado, he decidido dejarlo e intentar usar el Prime Quick Reply, todo bien, hasta que llego al viewtopic_body.html, que es donde creo que está el problema.

Miren, en las instrucciones dicen que despues de esto:

Código: Seleccionar todo

	<!-- IF not S_IS_BOT -->
	<table width="100%" cellspacing="1" class="tablebg">
	<tr align="center">
		<td class="cat"><form name="viewtopic" method="post" action="{S_TOPIC_ACTION}"><span class="gensmall">{L_DISPLAY_POSTS}:</span> {S_SELECT_SORT_DAYS}&nbsp;<span class="gensmall">{L_SORT_BY}</span> {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR}&nbsp;<input class="btnlite" type="submit" value="{L_GO}" name="sort" /></form></td>
	</tr>
	</table>
	<!-- ENDIF -->
Agrege esto:

Código: Seleccionar todo

<!-- IF QUICK_REPLY_ALLOWED --><!-- INCLUDE prime_quick_reply.html --><!-- ENDIF -->
Pero tengo un problema, mi plantilla no tiene esto:

Código: Seleccionar todo

	<!-- IF not S_IS_BOT -->
	<table width="100%" cellspacing="1" class="tablebg">
	<tr align="center">
		<td class="cat"><form name="viewtopic" method="post" action="{S_TOPIC_ACTION}"><span class="gensmall">{L_DISPLAY_POSTS}:</span> {S_SELECT_SORT_DAYS}&nbsp;<span class="gensmall">{L_SORT_BY}</span> {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR}&nbsp;<input class="btnlite" type="submit" value="{L_GO}" name="sort" /></form></td>
	</tr>
	</table>
	<!-- ENDIF -->
Tiene esto:

Código: Seleccionar todo

<table width="100%" cellspacing="1">

	<tr>
		<td align="{S_CONTENT_FLOW_BEGIN}" valign="middle" nowrap="nowrap">
		<!-- IF not S_IS_BOT -->
			<!-- IF S_DISPLAY_POST_INFO --><a href="{U_POST_NEW_TOPIC}">{POST_IMG}</a>&nbsp;<!-- ENDIF -->
			<!-- IF S_DISPLAY_REPLY_INFO --><a href="{U_POST_REPLY_TOPIC}">{REPLY_IMG}</a><!-- ENDIF -->
		<!-- ENDIF -->
		</td>
		<!-- IF TOTAL_POSTS -->

			<td class="nav" valign="middle" nowrap="nowrap">&nbsp;{PAGE_NUMBER}<br /></td>
			<td class="gensmall" nowrap="nowrap">&nbsp;[ {TOTAL_POSTS} ]&nbsp;</td>
			<td class="gensmall" width="100%" align="{S_CONTENT_FLOW_END}" nowrap="nowrap"><!-- INCLUDE pagination.html --></td>
		<!-- ENDIF -->
	</tr>
	</table>
Yo le estoy poniendo esto:

Código: Seleccionar todo

<!-- IF QUICK_REPLY_ALLOWED --><!-- INCLUDE prime_quick_reply.html --><!-- ENDIF -->
Despues de la etiqueta </table>, lo que quedaría así:

Código: Seleccionar todo

<table width="100%" cellspacing="1">

	<tr>
		<td align="{S_CONTENT_FLOW_BEGIN}" valign="middle" nowrap="nowrap">
		<!-- IF not S_IS_BOT -->
			<!-- IF S_DISPLAY_POST_INFO --><a href="{U_POST_NEW_TOPIC}">{POST_IMG}</a>&nbsp;<!-- ENDIF -->
			<!-- IF S_DISPLAY_REPLY_INFO --><a href="{U_POST_REPLY_TOPIC}">{REPLY_IMG}</a><!-- ENDIF -->
		<!-- ENDIF -->
		</td>
		<!-- IF TOTAL_POSTS -->

			<td class="nav" valign="middle" nowrap="nowrap">&nbsp;{PAGE_NUMBER}<br /></td>
			<td class="gensmall" nowrap="nowrap">&nbsp;[ {TOTAL_POSTS} ]&nbsp;</td>
			<td class="gensmall" width="100%" align="{S_CONTENT_FLOW_END}" nowrap="nowrap"><!-- INCLUDE pagination.html --></td>
		<!-- ENDIF -->
	</tr>
	</table>
	<!-- IF QUICK_REPLY_ALLOWED --><!-- INCLUDE prime_quick_reply.html --><!-- ENDIF -->
¿Qué está mal?

Por cierto, hay que modificar algo del Imageset.cfg para ponerle una imagen al botón o algo, ¿?

Saludos

Re: No se ve mi botón en la respuesta rapida Prime Quick Reply

Publicado: 01 Jul 2009, 15:48
por angelismo
El prime quick reply no lleva boton

Re: No se ve mi botón en la respuesta rapida Prime Quick Reply

Publicado: 01 Jul 2009, 15:50
por Distriker
angelismo escribió:El prime quick reply no lleva boton
¿Y no se le puede añadir?

Saludos

Re: No se ve mi botón en la respuesta rapida Prime Quick Reply

Publicado: 01 Jul 2009, 16:02
por angelismo
No , si quieres boton instala el evil quick reply

Re: No se ve mi botón en la respuesta rapida Prime Quick Reply

Publicado: 01 Jul 2009, 16:05
por Distriker
angelismo escribió:No ,si quieres boton instala el evil quick reply
No pasa nada, he visto como queda en tu foro y se ve bonito.

Una cosa, ¿sabes algo de mi principal problema?

Saludos

Re: No se ve mi botón en la respuesta rapida Prime Quick Reply

Publicado: 01 Jul 2009, 16:10
por angelismo
Pon en pastebin el viewtopic_body.html

Re: No se ve mi botón en la respuesta rapida Prime Quick Reply

Publicado: 01 Jul 2009, 16:13
por Valle
Iván, el archivo te debe quedar así:

Código: Seleccionar todo

	<table width="100%" cellspacing="1" class="tablebg">
	<tr align="center">
		<td class="cat"><form name="viewtopic" method="post" action="{S_TOPIC_ACTION}"><span class="gensmall">{L_DISPLAY_POSTS}:</span> {S_SELECT_SORT_DAYS}&nbsp;<span class="gensmall">{L_SORT_BY}</span> {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR}&nbsp;<input class="btnlite" type="submit" value="{L_GO}" name="sort" /></form></td>
	</tr>
	</table>
<!-- IF QUICK_REPLY_ALLOWED --><!-- INCLUDE prime_quick_reply.html --><!-- ENDIF -->
	<!-- ENDIF -->

Re: No se ve mi botón en la respuesta rapida Prime Quick Reply

Publicado: 01 Jul 2009, 17:11
por deleko
yo acabo de instalarlo pero no me aparece nada, osea lo veo todo igual, mi plantilla es Aeroblue, he hecho todo lo quem e pone en:

Prime Quick Reply\install.xml
Prime Quick Reply\contrib\template subsilver2.xml

Re: No se ve mi botón en la respuesta rapida Prime Quick Reply

Publicado: 01 Jul 2009, 17:28
por angelismo
deleko abre un tema nuevo para mezclar

Re: No se ve mi botón en la respuesta rapida Prime Quick Reply

Publicado: 01 Jul 2009, 17:42
por Distriker
Hola Angelismo, aquí te dejo el PasteBin del Viewtopic_body.html:

http://www.phpbb-es.com/foro/pastebin.p ... =view&s=93

Foroguinda, una cosa, no he probado lo tuyo debido a que no se que debo reemplazar por eso, si fueses tan amable de decirmelo, lo probaría ;).

Saludos

Re: No se ve mi botón en la respuesta rapida Prime Quick Reply

Publicado: 01 Jul 2009, 18:05
por Valle
Ivan, el codigo que te puse es como te debe quedar el archivo viewtopic_body.html para la parte a editar.

Re: No se ve mi botón en la respuesta rapida Prime Quick Reply

Publicado: 01 Jul 2009, 18:08
por Distriker
Es decir, esto:

Código: Seleccionar todo

   <!-- IF not S_IS_BOT -->
   <table width="100%" cellspacing="1" class="tablebg">
   <tr align="center">
      <td class="cat"><form name="viewtopic" method="post" action="{S_TOPIC_ACTION}"><span class="gensmall">{L_DISPLAY_POSTS}:</span> {S_SELECT_SORT_DAYS}&nbsp;<span class="gensmall">{L_SORT_BY}</span> {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR}&nbsp;<input class="btnlite" type="submit" value="{L_GO}" name="sort" /></form></td>
   </tr>
   </table>
   <!-- ENDIF -->
Lo dejo así:

Código: Seleccionar todo

       <table width="100%" cellspacing="1" class="tablebg">
       <tr align="center">
          <td class="cat"><form name="viewtopic" method="post" action="{S_TOPIC_ACTION}"><span class="gensmall">{L_DISPLAY_POSTS}:</span> {S_SELECT_SORT_DAYS}&nbsp;<span class="gensmall">{L_SORT_BY}</span> {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR}&nbsp;<input class="btnlite" type="submit" value="{L_GO}" name="sort" /></form></td>
       </tr>
       </table>
    <!-- IF QUICK_REPLY_ALLOWED --><!-- INCLUDE prime_quick_reply.html --><!-- ENDIF -->
       <!-- ENDIF -->
¿Verdad?

Saludos

Re: No se ve mi botón en la respuesta rapida Prime Quick Reply

Publicado: 01 Jul 2009, 18:32
por Distriker
No aparece nada ForoGuinda, si quieres lo puedes ver tu mismo.

http://betaconsolas.com/foro/viewtopic. ... ad00c0a#p6

Saludos

Re: No se ve mi botón en la respuesta rapida Prime Quick Reply

Publicado: 01 Jul 2009, 18:54
por Valle
Estás seguro que editaste correctamente y subiste los siguientes archivos:

Files to Edit
includes/acp/acp_board.php,
viewtopic.php,
styles/subsilver2/template/viewtopic_body.html

Included Files
root/includes/prime_quick_reply.php,
root/language/es/mods/prime_quick_reply.php,
root/styles/subsilver2/template/prime_quick_reply.html,
root/styles/subsilver2/template/prime_quick_reply.js

Re: No se ve mi botón en la respuesta rapida Prime Quick Reply

Publicado: 01 Jul 2009, 18:57
por angelismo
Tienes que activarla en el ACP