This add-on allows your users to configure a list of topics. Messages from this topics will be ignored in the "New Threads"
You can change the settings on the link /account/editfilter
To install, download upload folder to the root folder and install the addon through the forum control panel.
TMS is required.
If You don't use TMS, add this code to template account_wrapper
after
You can change the settings on the link /account/editfilter
To install, download upload folder to the root folder and install the addon through the forum control panel.
TMS is required.
If You don't use TMS, add this code to template account_wrapper
Code:
<li><a class="{xen:if "{$selectedKey} == 'account/editfilter'", 'secondaryContent', 'primaryContent'}"
href="{xen:link account/editfilter}">{xen:phrase editfilter}</a></li>
Code:
<xen:if is="{$xenOptions.enableNewsFeed}"><li><a
class="{xen:if "{$selectedKey} == 'alerts/newsFeed'", 'secondaryContent', 'primaryContent'}"
href="{xen:link account/news-feed}">{xen:phrase your_news_feed}</a></li></xen:if>