kkm323
Well-known member
[Watch Thread In Quickreply]
WHY?
Easy way to watch threads + Request Thread is HereWHAT?
Demo- Screenshot

HOW?
INSTALLATION - smooth and easy
Look For :
In [ quick_reply ] template Find
Code:
<input type="submit" class="button primary" value="{xen:phrase post_reply}" accesskey="s" />
Add below:
Code:
<xen:if is="{$canWatchThread}">
<a href="{xen:link 'threads/watch-confirm', $thread}" class="button primary OverlayTrigger" data-cacheOverlay="false">{xen:if $thread.thread_is_watched, '{xen:phrase unwatch_thread}', '{xen:phrase watch_thread}'}</a>
</xen:if>
11-01-2010 - First Release
09-02-2011 - instead of check box, button looks better