http://usuarios.lycos.es/kinfule/ezdloads.PHP
Tenia dos problemas el primero es que no cuadraban los botones con el template utilizado lo cual solucione asi:
Segun el archivo de instalacion hay que hacer esto:
Código: Seleccionar todo
#-----[ FIND ]---------------------------------
# This is a partial line, the complete line is much longer
#
<a href="{U_POST_NEW_TOPIC}">
#
#-----[ IN-LINE FIND ]---------------------------------
#
</a></span></td>
#
#-----[ IN-LINE REPLACE WITH ]------------------------------------------
#
</a>
#
#-----[ AFTER, ADD ]---------------------------------
#
<!-- BEGIN thanks_button -->
<a href="{thanks_button.U_THANK_TOPIC}"><img src="{thanks_button.THANK_IMG}" border="0" alt="{thanks_button.L_THANK_TOPIC}" align="middle" /></a>
<!-- END thanks_button -->
</span></td>
Código: Seleccionar todo
#-----[ FIND ]---------------------------------
# This is a partial line, the complete line is much longer
#
<a href="{U_POST_NEW_TOPIC}">
#
#-----[ IN-LINE FIND ]---------------------------------
#
</a></td>
#
#-----[ IN-LINE REPLACE WITH ]------------------------------------------
#
</a>
#
#-----[ AFTER, ADD ]---------------------------------
#
<!-- BEGIN thanks_button --><a href="{thanks_button.U_THANK_TOPIC}"><img src="{thanks_button.THANK_IMG}" border="0" alt="{thanks_button.L_THANK_TOPIC}" /></a><!-- END thanks_button --></span></td>