Página 1 de 2
Mejorar un detalle del ADDON evaluation Topics
Publicado: 06 Sep 2011, 13:16
por Kuko
Hola a todos, quería a ver si me pueden echar una mano con el ADDON Evaluations topics que a hecho leviatan.
"Por cierto muy chulo el ADDON."
Lo primero que quería hacerle (Si se puede claro) es que funcionara el Ultimate SEO en ese bloque de temas mas valorados del foro.
Luego otro tema que quería hacerle a ese bloque es ponerle el botón de expandir y contraer el bloque del tutorial de
Collapsible categories with cookies hecho por Christian Bullock
Tengo instalados el Ultimate SEO y el tutorial de
Collapsible categories with cookies solo que me faltaría ponerlo en ese bloque.
Estaria muy agradecido si me echan una mano con este tema.
Gracias
EDITO: Me e estado fijando y pasa una cosa algo rara,el Ultimate SEO si funciona en el primer tema del bloque de temas mas valorados,pero en los 4 siguientes no funciona.

Re: Mejorar un detalle del ADDON evaluation Topics
Publicado: 06 Sep 2011, 14:06
por zoby
Kuko escribió:Hola a todos, quería a ver si me pueden echar una mano con el ADDON Evaluations topics que a hecho leviatan.
Te olvidaste de poner un enlace al MOD ...
De todas formas para el Collapsible Categories, creo que tendrías que usar este archivo styles/prosilver/template/evaluation_index_body.html (no lo he probado, pero mas o menos debería de funcionar ...

)
Código: Seleccionar todo
<!-- MOD : Evaluate index_addon by Leviatan21 - START //-->
<div class="forumlist">
<!-- BEGIN evaluation_topics -->
<!-- IF evaluation_topics.S_FIRST_ROW -->
</div>
<div class="forabg">
<div class="inner"><span class="corners-top"><span></span></span>
<ul class="topiclist">
<li class="header">
<dl class="icon">
<dt>{L_TOPIC_EVALUATION_RANK}</dt>
</dl>
</li>
</ul>
<!-- IF SCRIPT_NAME eq 'index' --><div class="trigger active"></div><!-- ENDIF -->
<div class="collapsethis">
<ul class="topiclist forums">
<!-- ENDIF -->
<li class="row">
<dl>
<dt style="width: auto; float: none;" title="{evaluation_topics.TOPIC_FOLDER_IMG_ALT}">
<span class="left-box">
<!-- IF evaluation_topics.S_UNREAD_TOPIC --><a href="{evaluation_topics.U_NEWEST_POST}">{NEWEST_POST_IMG}</a> <!-- ENDIF --><a href="{evaluation_topics.U_VIEW_TOPIC}" class="topictitle">{evaluation_topics.TOPIC_TITLE}</a><!-- IF evaluation_topics.U_VIEW_FORUM and evaluation_topics.FORUM_NAME --> {L_IN} <a href="{evaluation_topics.U_VIEW_FORUM}" style="font-weight: bold;">{evaluation_topics.FORUM_NAME}</a><!-- ENDIF --> {L_POST_BY_AUTHOR} {evaluation_topics.TOPIC_AUTHOR_FULL} » {evaluation_topics.FIRST_POST_TIME}
</span>
<span class="right-box">
{L_TOPIC_EVALUATION} :{evaluation_topics.EVALUATION_IMG} » {L_REPLIES}: {evaluation_topics.REPLIES} » {L_VIEWS}: {evaluation_topics.VIEWS}
</span>
</dt>
</dl>
</li>
<!-- IF evaluation_topics.S_LAST_ROW -->
</ul>
</div>
<span class="corners-bottom"><span></span></span></div>
</div>
<br />
<div class="clear"></div>
<!-- ENDIF -->
<!-- END evaluation_topics -->
</div>
<script type="text/javascript">
$(".forumlist").collapse({show: function(){
this.animate({
opacity: 'toggle',
height: 'toggle'
}, 300);
},
hide : function() {
this.animate({
opacity: 'toggle',
height: 'toggle'
}, 300);
}
});
</script>
<!-- MOD : Evaluate index_addon by Leviatan21 - END //-->
Sobre lo del SEO (tampoco incluyes el enlace al MOD SEO) Supongo que con la instalación del Zero Duplicate y del No Duplicate, las urls se redireccionarían y funcionaría correctamente
Saludos

Re: Mejorar un detalle del ADDON evaluation Topics
Publicado: 06 Sep 2011, 15:47
por Kuko
zoby escribió:Te olvidaste de poner un enlace al MOD ...
Si puse el enlace al mod del collapse, el que no puse es el del SEO que es este:
http://downloads.phpbb-seo.com/phpbb-seo-url-10/
E probado como me lo as puesto tu y no surge ningún efecto.
EDITO: Perdón el botón si que aparece pero no cierran ni abre,no lo vería por temas de cookis pero ahora después de refrescar varias veces si sale pero no hace ningún efecto.
Re: Mejorar un detalle del ADDON evaluation Topics
Publicado: 06 Sep 2011, 16:02
por zoby
Me referia al MOD evaluation Topics y su add-on que hizo leviatan21
Kuko escribió:Perdón el botón si que aparece pero no cierran ni abre,no lo vería por temas de cookis pero ahora después de refrescar varias veces si sale pero no hace ningún efecto.
Prueba añadiendo al principio del Archivo styles/prosilver/template/evaluation_index_body.html
Código: Seleccionar todo
<script type="text/javascript" src="{T_TEMPLATE_PATH}/jquery.cookie.js"></script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/jquery.collapse.js"></script>
Quedaría así:
Código: Seleccionar todo
<script type="text/javascript" src="{T_TEMPLATE_PATH}/jquery.cookie.js"></script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/jquery.collapse.js"></script>
<!-- MOD : Evaluate index_addon by Leviatan21 - START //-->
<div class="forumlist">
<!-- BEGIN evaluation_topics -->
<!-- IF evaluation_topics.S_FIRST_ROW -->
</div>
<div class="forabg">
<div class="inner"><span class="corners-top"><span></span></span>
<ul class="topiclist">
<li class="header">
<dl class="icon">
<dt>{L_TOPIC_EVALUATION_RANK}</dt>
</dl>
</li>
</ul>
<!-- IF SCRIPT_NAME eq 'index' --><div class="trigger active"></div><!-- ENDIF -->
<div class="collapsethis">
<ul class="topiclist forums">
<!-- ENDIF -->
<li class="row">
<dl>
<dt style="width: auto; float: none;" title="{evaluation_topics.TOPIC_FOLDER_IMG_ALT}">
<span class="left-box">
<!-- IF evaluation_topics.S_UNREAD_TOPIC --><a href="{evaluation_topics.U_NEWEST_POST}">{NEWEST_POST_IMG}</a> <!-- ENDIF --><a href="{evaluation_topics.U_VIEW_TOPIC}" class="topictitle">{evaluation_topics.TOPIC_TITLE}</a><!-- IF evaluation_topics.U_VIEW_FORUM and evaluation_topics.FORUM_NAME --> {L_IN} <a href="{evaluation_topics.U_VIEW_FORUM}" style="font-weight: bold;">{evaluation_topics.FORUM_NAME}</a><!-- ENDIF --> {L_POST_BY_AUTHOR} {evaluation_topics.TOPIC_AUTHOR_FULL} » {evaluation_topics.FIRST_POST_TIME}
</span>
<span class="right-box">
{L_TOPIC_EVALUATION} :{evaluation_topics.EVALUATION_IMG} » {L_REPLIES}: {evaluation_topics.REPLIES} » {L_VIEWS}: {evaluation_topics.VIEWS}
</span>
</dt>
</dl>
</li>
<!-- IF evaluation_topics.S_LAST_ROW -->
</ul>
</div>
<span class="corners-bottom"><span></span></span></div>
</div>
<br />
<div class="clear"></div>
<!-- ENDIF -->
<!-- END evaluation_topics -->
</div>
<script type="text/javascript">
$(".forumlist").collapse({show: function(){
this.animate({
opacity: 'toggle',
height: 'toggle'
}, 300);
},
hide : function() {
this.animate({
opacity: 'toggle',
height: 'toggle'
}, 300);
}
});
</script>
<!-- MOD : Evaluate index_addon by Leviatan21 - END //-->
Re: Mejorar un detalle del ADDON evaluation Topics
Publicado: 06 Sep 2011, 16:11
por Kuko
Nada,e puesto el código tal cual me indicas y sigue sin abrirse y cerrarse,solo se ve en botón pero no hace ningún efecto.
Mantengo esas lineas puestas?
Re: Mejorar un detalle del ADDON evaluation Topics
Publicado: 06 Sep 2011, 16:18
por zoby
Kuko escribió:
Mantengo esas lineas puestas?
Si, y añadele esta otra linea delante:
Código: Seleccionar todo
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
Es extraño que estando el Javascript en el overall_header.html no lo tome en ese archivo, que si no recuerdo mal, se incluye en el mismo overall_header

Re: Mejorar un detalle del ADDON evaluation Topics
Publicado: 06 Sep 2011, 16:26
por Kuko
Pues e añadido esa ultima linea que me facilitas y sigue sin hacer efecto,aqui te muestro como tengo ese archivo.
Código: Seleccionar todo
<script type="text/javascript" src="{T_TEMPLATE_PATH}/jquery.cookie.js"></script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/jquery.collapse.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
<!-- MOD : Evaluate index_addon by Leviatan21 - START //-->
<div class="forumlist">
<!-- BEGIN evaluation_topics -->
<!-- IF evaluation_topics.S_FIRST_ROW -->
</div>
<div class="forabg">
<div class="inner"><span class="corners-top"><span></span></span>
<ul class="topiclist">
<li class="header">
<dl class="icon">
<dt>TOP 5 TEMAS MAS VALORADOS DEL FORO</dt>
</dl>
</li>
</ul>
<!-- IF SCRIPT_NAME eq 'index' --><div class="trigger active"></div><!-- ENDIF -->
<div class="collapsethis">
<ul class="topiclist forums">
<!-- ENDIF -->
<li class="row">
<dl>
<dt style="width: auto; float: none;" title="{evaluation_topics.TOPIC_FOLDER_IMG_ALT}">
<span class="left-box">
<!-- IF evaluation_topics.S_UNREAD_TOPIC --><a href="{evaluation_topics.U_NEWEST_POST}">{NEWEST_POST_IMG}</a> <!-- ENDIF --><a href="{evaluation_topics.U_VIEW_TOPIC}" class="topictitle">{evaluation_topics.TOPIC_TITLE}</a><br /><!-- IF evaluation_topics.U_VIEW_FORUM and evaluation_topics.FORUM_NAME --> {L_IN} <a href="{evaluation_topics.U_VIEW_FORUM}" style="font-weight: bold;">{evaluation_topics.FORUM_NAME}</a><!-- ENDIF --> {L_POST_BY_AUTHOR} {evaluation_topics.TOPIC_AUTHOR_FULL} » {evaluation_topics.FIRST_POST_TIME}
</span>
<span class="right-box">
<b>{L_TOPIC_EVALUATION} :</b>{evaluation_topics.EVALUATION_IMG} » <b>{L_REPLIES}:</b> {evaluation_topics.REPLIES} » <b>{L_VIEWS}:</b> {evaluation_topics.VIEWS}
</span>
</dt>
</dl>
</li>
<!-- IF evaluation_topics.S_LAST_ROW -->
</ul>
</div>
<span class="corners-bottom"><span></span></span></div>
</div>
<br />
<div class="clear"></div>
<!-- ENDIF -->
<!-- END evaluation_topics -->
</div>
<script type="text/javascript">
$(".forumlist").collapse({show: function(){
this.animate({
opacity: 'toggle',
height: 'toggle'
}, 300);
},
hide : function() {
this.animate({
opacity: 'toggle',
height: 'toggle'
}, 300);
}
});
</script>
<!-- MOD : Evaluate index_addon by Leviatan21 - END //-->
Es mas apartir de este añadido que le hemos hecho,en chrome el resto de foros no funcionan el collapse.
Re: Mejorar un detalle del ADDON evaluation Topics
Publicado: 06 Sep 2011, 16:36
por zoby
Kuko escribió:Pues e añadido esa ultima linea que me facilitas y sigue sin hacer efecto,aqui te muestro como tengo ese archivo.
Prueba con este
Código: Seleccionar todo
<!-- MOD : Evaluate index_addon by Leviatan21 - START //-->
<!-- BEGIN evaluation_topics -->
<!-- IF evaluation_topics.S_FIRST_ROW -->
<div class="forabg">
<div class="inner"><span class="corners-top"><span></span></span>
<ul class="topiclist">
<li class="header">
<dl class="icon">
<dt>TOP 5 TEMAS MAS VALORADOS DEL FORO</dt>
</dl>
</li>
<div class="forumlist">
</ul>
</div>
<!-- IF SCRIPT_NAME eq 'index' --><div class="trigger active"></div><!-- ENDIF -->
<div class="collapsethis">
<ul class="topiclist forums">
<!-- ENDIF -->
<li class="row">
<dl>
<dt style="width: auto; float: none;" title="{evaluation_topics.TOPIC_FOLDER_IMG_ALT}">
<span class="left-box">
<!-- IF evaluation_topics.S_UNREAD_TOPIC --><a href="{evaluation_topics.U_NEWEST_POST}">{NEWEST_POST_IMG}</a> <!-- ENDIF --><a href="{evaluation_topics.U_VIEW_TOPIC}" class="topictitle">{evaluation_topics.TOPIC_TITLE}</a><br /><!-- IF evaluation_topics.U_VIEW_FORUM and evaluation_topics.FORUM_NAME --> {L_IN} <a href="{evaluation_topics.U_VIEW_FORUM}" style="font-weight: bold;">{evaluation_topics.FORUM_NAME}</a><!-- ENDIF --> {L_POST_BY_AUTHOR} {evaluation_topics.TOPIC_AUTHOR_FULL} » {evaluation_topics.FIRST_POST_TIME}
</span>
<span class="right-box">
<b>{L_TOPIC_EVALUATION} :</b>{evaluation_topics.EVALUATION_IMG} » <b>{L_REPLIES}:</b> {evaluation_topics.REPLIES} » <b>{L_VIEWS}:</b> {evaluation_topics.VIEWS}
</span>
</dt>
</dl>
</li>
<!-- IF evaluation_topics.S_LAST_ROW -->
</ul>
</div>
<span class="corners-bottom"><span></span></span></div>
</div>
<br />
<div class="clear"></div>
<!-- ENDIF -->
<!-- END evaluation_topics -->
</div>
<script type="text/javascript">
$(".forumlist").collapse({show: function(){
this.animate({
opacity: 'toggle',
height: 'toggle'
}, 300);
},
hide : function() {
this.animate({
opacity: 'toggle',
height: 'toggle'
}, 300);
}
});
</script>
<!-- MOD : Evaluate index_addon by Leviatan21 - END //-->
Lo que hago basicamente, es eliminar las lineas de javascript, ya que parece que solo crean conflictos, y muevo "el div forumlist"

Re: Mejorar un detalle del ADDON evaluation Topics
Publicado: 06 Sep 2011, 16:46
por Kuko
Pues ahora si funciona el resto de collapse del foro en todos los navegadores,pero en el bloque de ADDON evaluations topics sigue tal cual esta el problema,no abre ni cierra.
Re: Mejorar un detalle del ADDON evaluation Topics
Publicado: 06 Sep 2011, 16:48
por zoby
Kuko escribió:Pues ahora si funciona el resto de collapse del foro en todos los navegadores,pero en el bloque de ADDON evaluations topics sigue tal cual esta el problema,no abre ni cierra.
Prueba con esta cambio
Abrir: styles/prosilver/template/overall_header.html
Buscar:
Código: Seleccionar todo
<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/styleswitcher.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
Reemplazar con
Código: Seleccionar todo
<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/styleswitcher.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
Luego, actualizar las plantillas

Re: Mejorar un detalle del ADDON evaluation Topics
Publicado: 06 Sep 2011, 16:55
por Kuko
Perdona en el ultimo codigo que me facilitaste me desencaja el template en el footer,aqui te dejo un ejemplo.
[thumbnail]
http://img14.imageshack.us/img14/2410/w ... com201.png[/thumbnail]
No me había fijado antes,disculpa.
Re: Mejorar un detalle del ADDON evaluation Topics
Publicado: 06 Sep 2011, 16:58
por zoby

Mea culpa
Pon
Código: Seleccionar todo
<!-- MOD : Evaluate index_addon by Leviatan21 - START //-->
<div class="forumlist">
<!-- BEGIN evaluation_topics -->
<!-- IF evaluation_topics.S_FIRST_ROW -->
</div>
<div class="forabg">
<div class="inner"><span class="corners-top"><span></span></span>
<ul class="topiclist">
<li class="header">
<dl class="icon">
<dt>{L_TOPIC_EVALUATION_RANK}</dt>
</dl>
</li>
</ul>
<!-- IF SCRIPT_NAME eq 'index' --><div class="trigger active"></div><!-- ENDIF -->
<div class="collapsethis">
<ul class="topiclist forums">
<!-- ENDIF -->
<li class="row">
<dl>
<dt style="width: auto; float: none;" title="{evaluation_topics.TOPIC_FOLDER_IMG_ALT}">
<span class="left-box">
<!-- IF evaluation_topics.S_UNREAD_TOPIC --><a href="{evaluation_topics.U_NEWEST_POST}">{NEWEST_POST_IMG}</a> <!-- ENDIF --><a href="{evaluation_topics.U_VIEW_TOPIC}" class="topictitle">{evaluation_topics.TOPIC_TITLE}</a><!-- IF evaluation_topics.U_VIEW_FORUM and evaluation_topics.FORUM_NAME --> {L_IN} <a href="{evaluation_topics.U_VIEW_FORUM}" style="font-weight: bold;">{evaluation_topics.FORUM_NAME}</a><!-- ENDIF --> {L_POST_BY_AUTHOR} {evaluation_topics.TOPIC_AUTHOR_FULL} » {evaluation_topics.FIRST_POST_TIME}
</span>
<span class="right-box">
{L_TOPIC_EVALUATION} :{evaluation_topics.EVALUATION_IMG} » {L_REPLIES}: {evaluation_topics.REPLIES} » {L_VIEWS}: {evaluation_topics.VIEWS}
</span>
</dt>
</dl>
</li>
<!-- IF evaluation_topics.S_LAST_ROW -->
</ul>
</div>
<span class="corners-bottom"><span></span></span></div>
</div>
<br />
<div class="clear"></div>
<!-- ENDIF -->
<!-- END evaluation_topics -->
</div>
<script type="text/javascript">
$(".forumlist").collapse({show: function(){
this.animate({
opacity: 'toggle',
height: 'toggle'
}, 300);
},
hide : function() {
this.animate({
opacity: 'toggle',
height: 'toggle'
}, 300);
}
});
</script>
<!-- MOD : Evaluate index_addon by Leviatan21 - END //-->
Y haz el cambio en el archivo overall_header.html que te he indicado

Re: Mejorar un detalle del ADDON evaluation Topics
Publicado: 06 Sep 2011, 17:16
por Kuko
Nada compañero,sigue sin hacer ningún efecto,hice el cambio en el overall_header y puse este ultimo código y se arreglo el template pero el botón sigue igual.
Re: Mejorar un detalle del ADDON evaluation Topics
Publicado: 06 Sep 2011, 19:18
por zoby
Kuko escribió:Nada compañero,sigue sin hacer ningún efecto,hice el cambio en el overall_header y puse este ultimo código y se arreglo el template pero el botón sigue igual.
La verdad, es que es muy extraño, prueba con este archivo
Código: Seleccionar todo
<!-- MOD : Evaluate index_addon by Leviatan21 - START //-->
<div class="forumlist">
<!-- BEGIN evaluation_topics -->
<!-- IF evaluation_topics.S_FIRST_ROW -->
</div>
<div class="forabg">
<div class="inner"><span class="corners-top"><span></span></span>
<ul class="topiclist">
<li class="header">
<dl class="icon">
<dt>{L_TOPIC_EVALUATION_RANK}</dt>
</dl>
</li>
</ul>
<!-- IF SCRIPT_NAME eq 'index' --><div class="trigger active"></div><!-- ENDIF -->
<div class="collapsethis">
<ul class="topiclist forums">
<!-- ENDIF -->
<li class="row">
<dl>
<dt style="width: auto; float: none;" title="{evaluation_topics.TOPIC_FOLDER_IMG_ALT}">
<span class="left-box">
<!-- IF evaluation_topics.S_UNREAD_TOPIC --><a href="{evaluation_topics.U_NEWEST_POST}">{NEWEST_POST_IMG}</a> <!-- ENDIF --><a href="{evaluation_topics.U_VIEW_TOPIC}" class="topictitle">{evaluation_topics.TOPIC_TITLE}</a><!-- IF evaluation_topics.U_VIEW_FORUM and evaluation_topics.FORUM_NAME --> {L_IN} <a href="{evaluation_topics.U_VIEW_FORUM}" style="font-weight: bold;">{evaluation_topics.FORUM_NAME}</a><!-- ENDIF --> {L_POST_BY_AUTHOR} {evaluation_topics.TOPIC_AUTHOR_FULL} » {evaluation_topics.FIRST_POST_TIME}
</span>
<span class="right-box">
{L_TOPIC_EVALUATION} :{evaluation_topics.EVALUATION_IMG} » {L_REPLIES}: {evaluation_topics.REPLIES} » {L_VIEWS}: {evaluation_topics.VIEWS}
</span>
</dt>
</dl>
</li>
<!-- IF evaluation_topics.S_LAST_ROW -->
</ul>
</div>
<span class="corners-bottom"><span></span></span></div>
</div>
<br />
<div class="clear"></div>
<!-- ENDIF -->
<!-- END evaluation_topics -->
</div>
<!-- MOD : Evaluate index_addon by Leviatan21 - END //-->
Lo que hago es quitarle el Javascript, luego, vi que tienes también un problema con el bloque de temas recientes (y tienes un tema en Coloreatuforo) prueba a eliminar también este codigo, del archivo del bloque
Código: Seleccionar todo
<script type="text/javascript">
$(".forumlist").collapse({show: function(){
this.animate({
opacity: 'toggle',
height: 'toggle'
}, 300);
},
hide : function() {
this.animate({
opacity: 'toggle',
height: 'toggle'
}, 300);
}
});
</script>
Luego, si no funciona, prueba añadir el codigo en el overall_header.html ANTES de
</head>
Re: Mejorar un detalle del ADDON evaluation Topics
Publicado: 06 Sep 2011, 20:14
por Kuko
Vale te explico lo que e hecho.
E remplazado este codigo que me as dicho que ponga:
Código: Seleccionar todo
<!-- MOD : Evaluate index_addon by Leviatan21 - START //-->
<div class="forumlist">
<!-- BEGIN evaluation_topics -->
<!-- IF evaluation_topics.S_FIRST_ROW -->
</div>
<div class="forabg">
<div class="inner"><span class="corners-top"><span></span></span>
<ul class="topiclist">
<li class="header">
<dl class="icon">
<dt>{L_TOPIC_EVALUATION_RANK}</dt>
</dl>
</li>
</ul>
<!-- IF SCRIPT_NAME eq 'index' --><div class="trigger active"></div><!-- ENDIF -->
<div class="collapsethis">
<ul class="topiclist forums">
<!-- ENDIF -->
<li class="row">
<dl>
<dt style="width: auto; float: none;" title="{evaluation_topics.TOPIC_FOLDER_IMG_ALT}">
<span class="left-box">
<!-- IF evaluation_topics.S_UNREAD_TOPIC --><a href="{evaluation_topics.U_NEWEST_POST}">{NEWEST_POST_IMG}</a> <!-- ENDIF --><a href="{evaluation_topics.U_VIEW_TOPIC}" class="topictitle">{evaluation_topics.TOPIC_TITLE}</a><!-- IF evaluation_topics.U_VIEW_FORUM and evaluation_topics.FORUM_NAME --> {L_IN} <a href="{evaluation_topics.U_VIEW_FORUM}" style="font-weight: bold;">{evaluation_topics.FORUM_NAME}</a><!-- ENDIF --> {L_POST_BY_AUTHOR} {evaluation_topics.TOPIC_AUTHOR_FULL} » {evaluation_topics.FIRST_POST_TIME}
</span>
<span class="right-box">
{L_TOPIC_EVALUATION} :{evaluation_topics.EVALUATION_IMG} » {L_REPLIES}: {evaluation_topics.REPLIES} » {L_VIEWS}: {evaluation_topics.VIEWS}
</span>
</dt>
</dl>
</li>
<!-- IF evaluation_topics.S_LAST_ROW -->
</ul>
</div>
<span class="corners-bottom"><span></span></span></div>
</div>
<br />
<div class="clear"></div>
<!-- ENDIF -->
<!-- END evaluation_topics -->
</div>
<!-- MOD : Evaluate index_addon by Leviatan21 - END //-->
E ido a mi archivo recent_topics_body.html y e quitado este codigo:
Código: Seleccionar todo
<script type="text/javascript">
$(".forumlist").collapse({show: function(){
this.animate({
opacity: 'toggle',
height: 'toggle'
}, 300);
},
hide : function() {
this.animate({
opacity: 'toggle',
height: 'toggle'
}, 300);
}
});
</script>
No me a funcionado el boton del ADDON del evaluation topics y e cojido este codigo:
Código: Seleccionar todo
<script type="text/javascript">
$(".forumlist").collapse({show: function(){
this.animate({
opacity: 'toggle',
height: 'toggle'
}, 300);
},
hide : function() {
this.animate({
opacity: 'toggle',
height: 'toggle'
}, 300);
}
});
</script>
Y lo e añadido antes de la etiqueta
Resultado a sido que el bloque del ADDON evaluation sigue sin funcionar,pero el problema que tenia en el bloque de los temas recientes se a solucionado.