Resource icon

Unmaintained Ignored nodes in NewThreads 1.0

No permission to download
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
Code:
<li><a class="{xen:if "{$selectedKey} == 'account/editfilter'", 'secondaryContent', 'primaryContent'}"
                        href="{xen:link account/editfilter}">{xen:phrase editfilter}</a></li>
after
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>



  • Like
Reactions: Gonanda
Author
Akinak
Downloads
25
Views
645
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from Akinak

Latest updates

  1. bug fix

    Fix bag with 404 error when the settings are saved.
Top Bottom