Forum Subscribe
Primary Template Tag
{exp:forum_subscribe:forums}
You can add a link within your forums templates to allow users to subscribe. Then provide a link within each email to allow them to unsubscribe. This gives members quick subscription access.
Tag Pairs
{forums}{/forums}
Conditionals
{if subscribed} {/if}
Variables
{forum_category}
{forum_name}
{forum_url}
{forum_subscribe_url}
Template Example - Subscriptions
{exp:forum_subscribe:forums}
<p><b>{forum_category}</b></p>
{forums}
<p>{forum_name}: {if subscribed}<b>SUBSCRIBED</b> - <a href="{forum_subscribe_url}">Click to Unsubscribe</a>
{if:else}<a href="{forum_subscribe_url}">Subscribe to forum</a></p>
{/forums}
{/exp:forum_subscribe:forums}
