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.

Reputation System en style absolutionTema Solucionado

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

0
No hay votos
 
Votos totales: 0

Avatar de Usuario
Celestita
Usuario/a
Mensajes: 62
Registrado: 27 Ene 2013, 09:50

Reputation System en style absolution

#1

Mensaje por Celestita »

*Datos de soporte en mi firma

MOD: Reputation System 0.6.3
Link del MOD: http://www.phpbb-es.com/foro/mods-desar ... 37750.html

Como el titulo del tema lo dice, pero para entrar mas en detalles todo bien en la instalacion del MOD, el problema es que no encuentro unas lineas para pasarlo al style Absolution, hay alguna forma de reacomodarlo o de cambiar alguna linea... Aqui les dejo las lineas que me pide buscar, solo son dos las que me hacen falta:

styles/prosilver/template/index_body.html
Buscar:
SPOILER_SHOW
<p>{TOTAL_POSTS} &bull; {TOTAL_TOPICS} &bull; {TOTAL_USERS} &bull; {NEWEST_USER}</p>
Añadir despues:
SPOILER_SHOW
<!-- ENDIF -->

<!-- IF RS_TOPLIST -->
<h3>{L_RS_TOPLIST}</h3>
<p>{L_RS_TOPLIST_EXPLAIN}: <strong>{RS_TOPLIST}</strong></p>
styles/absolution/template/viewtopic_body.html

Buscar:
SPOILER_SHOW
<div id="p{postrow.POST_ID}" class="post <!-- IF postrow.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF --><!-- IF postrow.S_UNREAD_POST --> unreadpost<!-- ENDIF --><!-- IF postrow.S_POST_REPORTED --> reported<!-- ENDIF --><!-- IF postrow.S_ONLINE and not postrow.S_IGNORE_POST --> online<!-- ENDIF -->">
En esa linea buscar:
SPOILER_SHOW
<!-- IF postrow.S_ONLINE and not postrow.S_IGNORE_POST --> online<!-- ENDIF -->
Añadir en linea:
SPOILER_SHOW
<!-- IF S_REPUTATION --><!-- IF postrow.S_RS_POST_HIGHLIGHT --> highlight<!-- ENDIF --><!-- IF postrow.S_RS_HIDE_POST --> hidden<!-- ENDIF --><!-- ENDIF -->
Buscar:
SPOILER_SHOW
<div class="inner"><span class="corners-top"><span></span></span>
Añadir despues:
SPOILER_SHOW
{postrow.L_RS_HIDE_POST}
Buscar:
SPOILER_SHOW
<div class="content">{postrow.MESSAGE}</div>
Añadir despues:
SPOILER_SHOW
<!-- IF S_REPUTATION and S_FORUM_REPUTATION -->
<ul class="post-reputation<!-- IF postrow.RS_POST_CLASS --> {postrow.RS_POST_CLASS}<!-- ENDIF -->">
<li class="rate-good-icon"><!-- IF postrow.S_GIVE_REPUTATION --><a href="#" onclick="jRS.positive('{postrow.POST_ID}', event, this); return false;" <!-- IF postrow.RS_GIVEN_POINT gt 0 -->class="{postrow.RS_POST_CLASS}" title="{L_RS_YOU_RATED} {postrow.RS_GIVEN_POINT}"<!-- ELSE --> title="{L_RS_RATE_POST}"<!-- ENDIF -->><span>{L_RS_ADD_POINTS}</span></a><!-- ENDIF --></li>
<li class="reputation {postrow.RS_BOX_COLOR}"><div title="{L_RS_POST_REPUTATION}"><!-- IF postrow.S_VIEW_REPUTATION --><a href="#" onclick="jRS.postdetails('{postrow.POST_ID}'); return false;"><!-- ENDIF -->{postrow.POST_REPUTATION}<!-- IF postrow.S_VIEW_REPUTATION --></a><!-- ENDIF --></div></li>
<!-- IF postrow.S_GIVE_REPUTATION && postrow.S_GIVE_NEGATIVE--><li class="rate-bad-icon"><a href="#" onclick="jRS.negative('{postrow.POST_ID}', event, this); return false;" <!-- IF postrow.RS_GIVEN_POINT lt 0 --> class="{postrow.RS_POST_CLASS}" title="{L_RS_YOU_RATED} {postrow.RS_GIVEN_POINT}"<!-- ELSE --> title="{L_RS_RATE_POST}"<!-- ENDIF --> onclick="return false;"><span>{L_RS_SUBTRACT_POINTS}</span></a></li><!-- ENDIF -->
</ul>
<br />
<!-- ENDIF -->
Buscar:
SPOILER_SHOW
<dl class="postprofile" id="profile{postrow.POST_ID}">
Reemplazar por:
SPOILER_SHOW
<dl class="postprofile" id="profile{postrow.POSTER_ID}">
Buscar:
SPOILER_SHOW
<!-- IF postrow.POSTER_FROM --><dd><strong>{L_LOCATION}:</strong> {postrow.POSTER_FROM}</dd><!-- ENDIF -->
Añadir despues:
SPOILER_SHOW
<!-- IF S_REPUTATION and postrow.U_POST_AUTHOR -->
<dd class="user-reputation"><strong>{L_REPUTATION}:</strong> <!-- IF postrow.S_VIEW_REPUTATION --><a href="#" onclick="jRS.userdetails('{postrow.POSTER_ID}', '{postrow.POST_ID}'); return false;"><!-- ENDIF --><strong>{postrow.U_REPUTATION}</strong><!-- IF postrow.S_VIEW_REPUTATION --></a><!-- ENDIF --></dd>
<!-- IF postrow.RS_RANK_IMG --><dd class="reputation-rank">{postrow.RS_RANK_IMG}</dd><!-- ENDIF -->
<!-- ENDIF -->
Seguire intentando, ojala que alguien me pueda ayudar... De antemano muchas gracias
URL: http://www.tvdeportesymas.net/foros
Plantilla(s) usuada(s): Absolution (basada en Prosilver)
MODs instalados:
| Mostrar
Avatar_Memberlist, Advanced Bbcode Box, Who Posted, Simple Profile Comments, Ajax Quick Edit, Aos Topic Statits, Advanced Rules Page, Friend List, Warn Ban, Prime Warnings, Sortables Captcha, Reputation System
Versión de phpBB: 3.0.11
Servidor: De paga
Si es una actualización desde otra versión: No

Avatar de Usuario
Celestita
Usuario/a
Mensajes: 62
Registrado: 27 Ene 2013, 09:50

Re: Reputation System en style absolution

#2

Mensaje por Celestita »

Adjunto los archivos de mi style Absolution, por si son necesarios..
Adjuntos
Absolution.rar
Style Absolution
(4.91 KiB) Descargado 96 veces
URL: http://www.tvdeportesymas.net/foros
Plantilla(s) usuada(s): Absolution (basada en Prosilver)
MODs instalados:
| Mostrar
Avatar_Memberlist, Advanced Bbcode Box, Who Posted, Simple Profile Comments, Ajax Quick Edit, Aos Topic Statits, Advanced Rules Page, Friend List, Warn Ban, Prime Warnings, Sortables Captcha, Reputation System
Versión de phpBB: 3.0.11
Servidor: De paga
Si es una actualización desde otra versión: No

Avatar de Usuario
ThE KuKa
Administrador
Mensajes: 10432
Registrado: 04 Ene 2004, 19:27
Género:
Edad: 50

Re: Reputation System en style absolution

#3

Mensaje por ThE KuKa »

Debes aprender a hacer búsquedas "parciales" si una línea entera no la encuentras, busca una de las "variables" de esa línea, por ejemplo en la primera parte de tu duda, con el index_body.html en lugar de buscar lo que te manda las instrucciones del MOD, busca la "variable" {TOTAL_POSTS} y así das con la "zona" que te interesa...

Por otro lado, y sintiendolo mucho, Pico88 no dio soporte o ayuda por falta de tiempo para poner las modificaciones para Absolution, no sera fácil adaptarlo a ese estilo creo yo.

📌 Raul [ThE KuKa] en phpBB 📌
✅ Jr. Extension Validator - Jr. Styles Validator - Style Customisations - Translator - International Support Team
✅

Si te gustan mis estilos, traducciones, etc. y quieres mostrar algo de aprecio, no dudes en hacer una donación Imagen
:flag_es: phpBB España - En línea desde 2003 :heart:



Avatar de Usuario
ThE KuKa
Administrador
Mensajes: 10432
Registrado: 04 Ene 2004, 19:27
Género:
Edad: 50

Re: Reputation System en style absolution

#4

Mensaje por ThE KuKa »

De todos modos voy a descargar el adjunto a ver si conseguimos que funcione. :wink:

📌 Raul [ThE KuKa] en phpBB 📌
✅ Jr. Extension Validator - Jr. Styles Validator - Style Customisations - Translator - International Support Team
✅

Si te gustan mis estilos, traducciones, etc. y quieres mostrar algo de aprecio, no dudes en hacer una donación Imagen
:flag_es: phpBB España - En línea desde 2003 :heart:



Avatar de Usuario
ThE KuKa
Administrador
Mensajes: 10432
Registrado: 04 Ene 2004, 19:27
Género:
Edad: 50

Re: Reputation System en style absolution

#5

Mensaje por ThE KuKa »

Sinceramente no se si funcionara, hay "clases" muy distintas y el MOD busca "IDs" que en Absolution no existen, pero por intentarlo que no quede...

Tienes cuatro archivos, los "editados" por mi, con el nombre "real" del archivo, y los tuyos con _BAK para que tengas backup de los archivos, así si no funciona, restauras los _BAK y listo.
Adjuntos
Absolution MOD Rep.zip
(10.91 KiB) Descargado 107 veces

📌 Raul [ThE KuKa] en phpBB 📌
✅ Jr. Extension Validator - Jr. Styles Validator - Style Customisations - Translator - International Support Team
✅

Si te gustan mis estilos, traducciones, etc. y quieres mostrar algo de aprecio, no dudes en hacer una donación Imagen
:flag_es: phpBB España - En línea desde 2003 :heart:



Avatar de Usuario
Celestita
Usuario/a
Mensajes: 62
Registrado: 27 Ene 2013, 09:50

Re: Reputation System en style absolution

#6

Mensaje por Celestita »

ThE KuKa escribió:Sinceramente no se si funcionara, hay "clases" muy distintas y el MOD busca "IDs" que en Absolution no existen, pero por intentarlo que no quede...

Tienes cuatro archivos, los "editados" por mi, con el nombre "real" del archivo, y los tuyos con _BAK para que tengas backup de los archivos, así si no funciona, restauras los _BAK y listo.
Muchas gracias por tomarte el tiempo de ayudarme con los archivos del MOD, de hecho si busque las variantes, pero no me parecian muy convincentes como para alterar la plantilla, voy a probar con tu edicion y te comento...

De nuevo muchas gracias por toda la atencion prestada no solo en este tema, en todos los que he pedido ayuda estas presente y eso se agradece mucho :)
URL: http://www.tvdeportesymas.net/foros
Plantilla(s) usuada(s): Absolution (basada en Prosilver)
MODs instalados:
| Mostrar
Avatar_Memberlist, Advanced Bbcode Box, Who Posted, Simple Profile Comments, Ajax Quick Edit, Aos Topic Statits, Advanced Rules Page, Friend List, Warn Ban, Prime Warnings, Sortables Captcha, Reputation System
Versión de phpBB: 3.0.11
Servidor: De paga
Si es una actualización desde otra versión: No

Avatar de Usuario
Celestita
Usuario/a
Mensajes: 62
Registrado: 27 Ene 2013, 09:50

Re: Reputation System en style absolution

#7

Mensaje por Celestita »

Pues no,no funciona el MOD en mi style Absolution.. Solo muestra la reputacion y abajo del mensaje la reputacion de mensaje, pero no hay ningun lugar donde se pueda dar + o - reputacion, lo curioso es que en Prosilver se ve de la misma manera... Que sera??
URL: http://www.tvdeportesymas.net/foros
Plantilla(s) usuada(s): Absolution (basada en Prosilver)
MODs instalados:
| Mostrar
Avatar_Memberlist, Advanced Bbcode Box, Who Posted, Simple Profile Comments, Ajax Quick Edit, Aos Topic Statits, Advanced Rules Page, Friend List, Warn Ban, Prime Warnings, Sortables Captcha, Reputation System
Versión de phpBB: 3.0.11
Servidor: De paga
Si es una actualización desde otra versión: No

Avatar de Usuario
ThE KuKa
Administrador
Mensajes: 10432
Registrado: 04 Ene 2004, 19:27
Género:
Edad: 50

Re: Reputation System en style absolution

#8

Mensaje por ThE KuKa »

Revisa los permisos de los usuarios/grupos y los del los usuarios/grupos en los foros, y activar el Reputation en todos los foros.
http://www.phpbb-es.com/foro/soporte-mo ... ml#p219084

📌 Raul [ThE KuKa] en phpBB 📌
✅ Jr. Extension Validator - Jr. Styles Validator - Style Customisations - Translator - International Support Team
✅

Si te gustan mis estilos, traducciones, etc. y quieres mostrar algo de aprecio, no dudes en hacer una donación Imagen
:flag_es: phpBB España - En línea desde 2003 :heart:



Avatar de Usuario
Celestita
Usuario/a
Mensajes: 62
Registrado: 27 Ene 2013, 09:50

Re: Reputation System en style absolution  Tema Solucionado

#9

Mensaje por Celestita »

ThE KuKa escribió:Revisa los permisos de los usuarios/grupos y los del los usuarios/grupos en los foros, y activar el Reputation en todos los foros.
http://www.phpbb-es.com/foro/soporte-mo ... ml#p219084

En efecto eran los permisos...!! esta funcionando el MOD justo con las modificaciones que hiciste a mi plantilla!! muchas gracias por todo, doy el tema por solucionado :)
URL: http://www.tvdeportesymas.net/foros
Plantilla(s) usuada(s): Absolution (basada en Prosilver)
MODs instalados:
| Mostrar
Avatar_Memberlist, Advanced Bbcode Box, Who Posted, Simple Profile Comments, Ajax Quick Edit, Aos Topic Statits, Advanced Rules Page, Friend List, Warn Ban, Prime Warnings, Sortables Captcha, Reputation System
Versión de phpBB: 3.0.11
Servidor: De paga
Si es una actualización desde otra versión: No

Cerrado

Volver a “Soporte de MODs”