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.

Evaluation Topics no hay estrellasTema Solucionado

Soporte de MODs para phpBB 3.0.x
Dudas sobre AutoMOD aquí por favor.
Cerrado
jack_daniel
Usuario/a
Mensajes: 62
Registrado: 05 May 2010, 19:20

Evaluation Topics no hay estrellas

#1

Mensaje por jack_daniel »

hola
hace poco trate de instalar el post reacing creo que asi se llama para poner estrellas a los temas pero al final el MOd estaba desactualizado asi que tube que desintalarlo
bueno el asunto es que encontre otro MOd aqui mismo , que es el Evaluation Topics 1.0.7b

e echo todo lo que dice el install.xml
pero un sigo sin ver las etrellas

junto con la configuracion del ACP

no sabria por donde empezar para describir el problema por que me da, ni veo algun error
Spoiler
URL: http://www.mojando.com
Versión phpBB: phpBB3 (3.0.7-PL1)
MODs Instalados:
Portal 1.2.2,
PhpBB SEO Ultimate SEO URL V-0.6.4
PhpBB SEO Related Topics V-0.2.2
Advertisement Management 1.0.9
Guest Hide BBCode MOD 1.2.5
Enable HTML 1.2.3
BBcode Modificado por mitch
Evaluation Topics 1.0.7b
Thanks for posts V 1.2.8 (traducido a ES por mi)
Plantilla: buziness_board (Estilo Prosilver)
Servidor: pago 1and1
Actualización desde otra versión: no
Conversión desde otro sistema de foros:no

jack_daniel
Usuario/a
Mensajes: 62
Registrado: 05 May 2010, 19:20

Re: Evaluation Topics no hay estrellas

#2

Mensaje por jack_daniel »

lo unico que no era igual en install.xml y en los archivos que modifique fueron viewforum_body.html y search_results.html pero es por que es una plantilla basada en prosilver y no son identicas
dejo los codigos aver si me e equivocado en algo

viewforum_body.html
Encontrar

Código: Seleccionar todo

<dt<!-- IF topicrow.TOPIC_ICON_IMG and S_TOPIC_ICONS --> style="background-image: url({T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}); background-repeat: no-repeat;"<!-- ENDIF --> title="{topicrow.TOPIC_FOLDER_IMG_ALT}"><!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}">{NEWEST_POST_IMG}</a> <!-- ENDIF --><a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a>
	<!-- IF topicrow.S_TOPIC_UNAPPROVED or topicrow.S_POSTS_UNAPPROVED --><a href="{topicrow.U_MCP_QUEUE}">{topicrow.UNAPPROVED_IMG}</a> <!-- ENDIF -->
	<!-- IF topicrow.S_TOPIC_REPORTED --><a href="{topicrow.U_MCP_REPORT}">{REPORTED_IMG}</a><!-- ENDIF --><br />
	<!-- IF topicrow.PAGINATION --><strong class="pagination"><span>{topicrow.PAGINATION}</span></strong><!-- ENDIF -->
	<!-- IF topicrow.ATTACH_ICON_IMG -->{topicrow.ATTACH_ICON_IMG} <!-- ENDIF -->{L_POST_BY_AUTHOR} {topicrow.TOPIC_AUTHOR_FULL} {L_POSTED_ON_DATE} {topicrow.FIRST_POST_TIME}
</dt>
Reemplazar con

Código: Seleccionar todo

<dt<!-- IF topicrow.TOPIC_ICON_IMG and S_TOPIC_ICONS --> style="background-image: url({T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}); background-repeat: no-repeat;"<!-- ENDIF --> title="{topicrow.TOPIC_FOLDER_IMG_ALT}"><span class="left-box"><!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}">{NEWEST_POST_IMG}</a> <!-- ENDIF --><a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a>
	<!-- IF topicrow.S_TOPIC_UNAPPROVED or topicrow.S_POSTS_UNAPPROVED --><a href="{topicrow.U_MCP_QUEUE}">{topicrow.UNAPPROVED_IMG}</a> <!-- ENDIF -->
	<!-- IF topicrow.S_TOPIC_REPORTED --><a href="{topicrow.U_MCP_REPORT}">{REPORTED_IMG}</a><!-- ENDIF --></span>
	<span class="right-box"><!-- IF topicrow.EVALUATION_IMG -->{topicrow.EVALUATION_IMG}<!-- ENDIF --></span>
	<br clear="all" />
	<!-- IF topicrow.PAGINATION --><strong class="pagination"><span>{topicrow.PAGINATION}</span></strong><!-- ENDIF -->
	<span class="left-box"><!-- IF topicrow.ATTACH_ICON_IMG -->{topicrow.ATTACH_ICON_IMG} <!-- ENDIF -->{L_POST_BY_AUTHOR} {topicrow.TOPIC_AUTHOR_FULL} {L_POSTED_ON_DATE} {topicrow.FIRST_POST_TIME}</span>
</dt>
al ser una platilla no remplace solo modifique
quedo asi

Código: Seleccionar todo

<dt<!-- IF topicrow.TOPIC_ICON_IMG and S_TOPIC_ICONS --> style="background-image: url({T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}); background-repeat: no-repeat;"<!-- ENDIF --> title="{topicrow.TOPIC_FOLDER_IMG_ALT}"><span class="left-box">
         <!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}">{NEWEST_POST_IMG}</a> <!-- ENDIF --><a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a>
	 <!-- IF topicrow.S_TOPIC_UNAPPROVED or topicrow.S_POSTS_UNAPPROVED --><a href="{topicrow.U_MCP_QUEUE}">{topicrow.UNAPPROVED_IMG}</a> <!-- ENDIF -->
	 <!-- IF topicrow.S_TOPIC_REPORTED --><a href="{topicrow.U_MCP_REPORT}">{REPORTED_IMG}</a><!-- ENDIF --></span>
	 <span class="right-box"><!-- IF topicrow.EVALUATION_IMG -->{topicrow.EVALUATION_IMG}<!-- ENDIF --></span>
	 <br clear="all" />
	 <!-- IF topicrow.PAGINATION --><strong class="pagination"><span>{topicrow.PAGINATION}</span></strong><!-- ENDIF --><span class="left-box">
	 <!-- IF topicrow.ATTACH_ICON_IMG -->{topicrow.ATTACH_ICON_IMG} <!-- ENDIF -->{L_POST_BY_AUTHOR} {topicrow.TOPIC_AUTHOR_FULL} {L_POSTED_ON_DATE} {topicrow.FIRST_POST_TIME}</span>
</dt>
search_results.html
Encontrar

Código: Seleccionar todo

<dt <!-- IF searchresults.TOPIC_ICON_IMG -->style="background-image: url({T_ICONS_PATH}{searchresults.TOPIC_ICON_IMG}); background-repeat: no-repeat;"<!-- ENDIF -->>
	<!-- IF searchresults.S_UNREAD_TOPIC --><a href="{searchresults.U_NEWEST_POST}">{NEWEST_POST_IMG}</a> <!-- ENDIF -->
	<a href="{searchresults.U_VIEW_TOPIC}" class="topictitle">{searchresults.TOPIC_TITLE}</a> {searchresults.ATTACH_ICON_IMG}
	<!-- IF searchresults.S_TOPIC_UNAPPROVED or searchresults.S_POSTS_UNAPPROVED --><a href="{searchresults.U_MCP_QUEUE}">{searchresults.UNAPPROVED_IMG}</a> <!-- ENDIF -->
	<!-- IF searchresults.S_TOPIC_REPORTED --><a href="{searchresults.U_MCP_REPORT}">{REPORTED_IMG}</a><!-- ENDIF --><br />
	<!-- IF searchresults.PAGINATION --><strong class="pagination"><span>{searchresults.PAGINATION}</span></strong><!-- ENDIF -->
	{L_POST_BY_AUTHOR} {searchresults.TOPIC_AUTHOR_FULL} {L_POSTED_ON_DATE} {searchresults.FIRST_POST_TIME}
	<!-- IF not searchresults.S_TOPIC_GLOBAL -->{L_IN} <a href="{searchresults.U_VIEW_FORUM}">{searchresults.FORUM_TITLE}</a><!-- ELSE --> ({L_GLOBAL})<!-- ENDIF -->
</dt>
Reemplazar con

Código: Seleccionar todo

<dt <!-- IF searchresults.TOPIC_ICON_IMG -->style="background-image: url({T_ICONS_PATH}{searchresults.TOPIC_ICON_IMG}); background-repeat: no-repeat;"<!-- ENDIF -->><span class="left-box">
	<!-- IF searchresults.S_UNREAD_TOPIC --><a href="{searchresults.U_NEWEST_POST}">{NEWEST_POST_IMG}</a> <!-- ENDIF -->
	<a href="{searchresults.U_VIEW_TOPIC}" class="topictitle">{searchresults.TOPIC_TITLE}</a> {searchresults.ATTACH_ICON_IMG}
	<!-- IF searchresults.S_TOPIC_UNAPPROVED or searchresults.S_POSTS_UNAPPROVED --><a href="{searchresults.U_MCP_QUEUE}">{searchresults.UNAPPROVED_IMG}</a> <!-- ENDIF -->
	<!-- IF searchresults.S_TOPIC_REPORTED --><a href="{searchresults.U_MCP_REPORT}">{REPORTED_IMG}</a><!-- ENDIF --></span>
	<span class="right-box"><!-- IF searchresults.EVALUATION_IMG -->{searchresults.EVALUATION_IMG}<!-- ENDIF --></span>
	<br clear="all"/>
	<!-- IF searchresults.PAGINATION --><strong class="pagination"><span>{searchresults.PAGINATION}</span></strong><!-- ENDIF -->
	{L_POST_BY_AUTHOR} {searchresults.TOPIC_AUTHOR_FULL} {L_POSTED_ON_DATE} {searchresults.FIRST_POST_TIME}
	<!-- IF not searchresults.S_TOPIC_GLOBAL -->{L_IN} <a href="{searchresults.U_VIEW_FORUM}">{searchresults.FORUM_TITLE}</a><!-- ELSE --> ({L_GLOBAL})<!-- ENDIF -->
</dt>
y queo asi

Código: Seleccionar todo

<dt <!-- IF searchresults.TOPIC_ICON_IMG -->style="background-image: url({T_ICONS_PATH}{searchresults.TOPIC_ICON_IMG}); background-repeat: no-repeat;"<!-- ENDIF -->><span class="left-box">
	<!-- IF searchresults.S_UNREAD_TOPIC --><a href="{searchresults.U_NEWEST_POST}">{NEWEST_POST_IMG}</a> <!-- ENDIF -->
	<a href="{searchresults.U_VIEW_TOPIC}" class="topictitle">{searchresults.TOPIC_TITLE}</a> {searchresults.ATTACH_ICON_IMG}
	<!-- IF searchresults.S_TOPIC_UNAPPROVED or searchresults.S_POSTS_UNAPPROVED --><a href="{searchresults.U_MCP_QUEUE}">{searchresults.UNAPPROVED_IMG}</a> <!-- ENDIF -->
	<!-- IF searchresults.S_TOPIC_REPORTED --><a href="{searchresults.U_MCP_REPORT}">{REPORTED_IMG}</a><!-- ENDIF --></span>
	<span class="right-box"><!-- IF searchresults.EVALUATION_IMG -->{searchresults.EVALUATION_IMG}<!-- ENDIF --></span>
	<br clear="all"/>
	<!-- IF searchresults.PAGINATION --><strong class="pagination"><span>{searchresults.PAGINATION}</span></strong><!-- ENDIF -->
	{L_POST_BY_AUTHOR} {searchresults.TOPIC_AUTHOR_FULL} {L_POSTED_ON_DATE} {searchresults.FIRST_POST_TIME} 
	<!-- IF not searchresults.S_TOPIC_GLOBAL -->{L_IN} <a href="{searchresults.U_VIEW_FORUM}">{searchresults.FORUM_TITLE}</a><!-- ELSE --> ({L_GLOBAL})<!-- ENDIF -->
	</dt>
Spoiler
URL: http://www.mojando.com
Versión phpBB: phpBB3 (3.0.7-PL1)
MODs Instalados:
Portal 1.2.2,
PhpBB SEO Ultimate SEO URL V-0.6.4
PhpBB SEO Related Topics V-0.2.2
Advertisement Management 1.0.9
Guest Hide BBCode MOD 1.2.5
Enable HTML 1.2.3
BBcode Modificado por mitch
Evaluation Topics 1.0.7b
Thanks for posts V 1.2.8 (traducido a ES por mi)
Plantilla: buziness_board (Estilo Prosilver)
Servidor: pago 1and1
Actualización desde otra versión: no
Conversión desde otro sistema de foros:no

jack_daniel
Usuario/a
Mensajes: 62
Registrado: 05 May 2010, 19:20

Re: Evaluation Topics no hay estrellas  Tema Solucionado

#3

Mensaje por jack_daniel »

el codigo esta bien solo me faltaba actulizar imagenset creo despues de revisar la operacion etc.. funciono ..realmente no se que paso pero aparecieron las estrellas
lo que paso despues es que al oprimir una estrella me enviaba a una pagina Error 404 con esta direcion http://www.tuwebxxx.com/foroxxx.html&evaluation=2 error 404
buscando encontre un foro en ingles que decia que

http://www.phpbb-seo.com/en/phpbb-mod-r ... 08-15.html

con phpbb-seo 0.6.4 y phpbb 3.0.7-PL1 I da este error 404 error en Topic Evaluation


la solucion

estilos / prosilver / template / evaluation.html

Buscar

Código: Seleccionar todo

window.location.href = "{EVALUATION_LINK}&evaluation=" + value;
Remplazar

Código: Seleccionar todo

window.location.href = "{EVALUATION_LINK}?evaluation=" + value;

y ya esta por lo menos a mi me funciono
Spoiler
URL: http://www.mojando.com
Versión phpBB: phpBB3 (3.0.7-PL1)
MODs Instalados:
Portal 1.2.2,
PhpBB SEO Ultimate SEO URL V-0.6.4
PhpBB SEO Related Topics V-0.2.2
Advertisement Management 1.0.9
Guest Hide BBCode MOD 1.2.5
Enable HTML 1.2.3
BBcode Modificado por mitch
Evaluation Topics 1.0.7b
Thanks for posts V 1.2.8 (traducido a ES por mi)
Plantilla: buziness_board (Estilo Prosilver)
Servidor: pago 1and1
Actualización desde otra versión: no
Conversión desde otro sistema de foros:no

Cerrado

Volver a “Soporte de MODs”