No hay una Forma de que cuando alguien me de Gracias, quede hay en el tema asi tambien yo pueda visualizarlo.
Este es el Codigo que tengo en el Viewtopic.
Código: Seleccionar todo
<!-- IF not postrow.S_POST_ANONYMOUS and postrow.S_FORUM_THANKS and S_USER_LOGGED_IN and not postrow.S_IS_OWN_POST and (not postrow.S_ALREADY_THANKED or postrow.S_REMOVE_THANKS) -->
<div class="post bg3">
<div class="inner"><span class="corners-top"><span></span></span>
<dl class="postbody">
<dd>
<!-- IF postrow.THANKS and postrow.THANKS_POSTLIST_VIEW -->
<!-- IF not postrow.S_POST_ANONYMOUS and not S_IS_BOT-->
<dt>{postrow.THANK_TEXT}{postrow.POST_AUTHOR_FULL}{postrow.THANK_TEXT_2}</dt>
<dd>{postrow.THANKS}</dd>
<!-- ENDIF -->
<!-- ENDIF -->
<!-- IF postrow.S_THANKS_POST_REPUT_VIEW and postrow.POST_REPUT and not postrow.S_POST_ANONYMOUS and not S_IS_BOT -->
<dt class="small"><strong>{L_REPUT}:</strong> {postrow.POST_REPUT}</dt>
<dd>
<!-- IF postrow.S_THANKS_REPUT_GRAPHIC -->
<div style="width: {postrow.THANKS_REPUT_GRAPHIC_WIDTH}; height: {postrow.THANKS_REPUT_HEIGHT}; background: URL({postrow.THANKS_REPUT_IMAGE_BACK});"><div style="height: {postrow.THANKS_REPUT_HEIGHT}; width: {postrow.POST_REPUT}; background: URL({postrow.THANKS_REPUT_IMAGE});"></div></div>
<!-- ENDIF -->
<!-- ENDIF -->
</dd>
</dd>
</dl>
<dl>
<dt class="postprofile" style="text-align:center;">
<!-- IF not postrow.S_FIRST_POST_ONLY or (not START and postrow.S_ROW_COUNT == 0) -->
<!-- IF not postrow.S_POST_ANONYMOUS and postrow.S_FORUM_THANKS and S_USER_LOGGED_IN and not postrow.S_IS_OWN_POST and (not postrow.S_ALREADY_THANKED or postrow.S_REMOVE_THANKS) -->
<span style="color: #0870d1;"><b>Si te Gusto su Aporte<br>Haz Click en el Boton:</b></span><br /><!-- ENDIF -->
<!-- IF not postrow.S_POST_ANONYMOUS and postrow.S_FORUM_THANKS and S_USER_LOGGED_IN and not postrow.S_IS_OWN_POST and (not postrow.S_ALREADY_THANKED or postrow.S_REMOVE_THANKS) --><ul class="profile-icons-thanks"><li class="{postrow.THANKS_IMG}"><a href="{postrow.THANKS_LINK}" title="{postrow.THANK_ALT}{postrow.POST_AUTHOR}"></a></li></ul><!-- ENDIF -->
<!-- ENDIF -->
</dt>
</dl>
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- ENDIF -->