• This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.

Checkbox Near Quickreply For Watching Thread

kkm323

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

WHAT?
Demo- Screenshot
watch.webp

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>
Changelog:
11-01-2010 - First Release
09-02-2011 - instead of check box, button looks better


 
Top Bottom