Ignore Content

Ignore Content [Paid] 3.3.0

PayPal: $30.00
Feature request:

I would love to see an option to ignore a complete category.
When you click on the remove button, you should get a confirmation box. Once you agree, the complete category disappears from the forum index. All sub-categories and nodes within this category should now be completely ignored.

1611483765102.webp
 
Feature request:

I would love to see an option to ignore a complete category.
When you click on the remove button, you should get a confirmation box. Once you agree, the complete category disappears from the forum index. All sub-categories and nodes within this category should now be completely ignored.

View attachment 4365
Renethat would require much of works. I will see if that possible.
 
My users are complaining about the "You are ignoring content by this member. Show ignored content" notice. Would it be possible to add an option to remove this in the settings?
 
I have a suggestion. It would be great to move Thread ignore button and node ignore button into dropdown menu. Something like this
1620331016131.png
It will save space and look better in a mobile devices



It required some changes in template modifications in [tl] Ignore Content section:
Find
Code:
<!--[XF:thread_tools_menu:top]-->

Replace
Code:
$0
<xf:macro template="tic_ignore_content_macros"
          name="ignore_button"
          arg-content="{$thread}"
          arg-contentType="thread"
          arg-extraClasses="menu-linkRow" />
Find
Code:
<xf:if is="$forum.canWatch()">

Replace
Code:
<xf:macro template="tic_ignore_content_macros"
          name="ignore_button"
          arg-content="{$forum}"
          arg-userKey="{{ null }}"
          arg-contentType="tl_ignore_forum"
          arg-extraClasses="menu-linkRow" />
$0
Thats all! :)
 
Last edited:
I have a suggestion. It would be great to move Thread ignore button and node ignore button into dropdown menu. Something like this
View attachment 4510
It will save space and look better in a mobile devices



It required some changes in template modifications in [tl] Ignore Content section:
Find
Code:
<!--[XF:thread_tools_menu:top]-->

Replace
Code:
$0
<xf:macro template="tic_ignore_content_macros"
          name="ignore_button"
          arg-content="{$thread}"
          arg-contentType="thread"
          arg-extraClasses="menu-linkRow" />
Find
Code:
<xf:if is="$forum.canWatch()">

Replace
Code:
<xf:macro template="tic_ignore_content_macros"
          name="ignore_button"
          arg-content="{$forum}"
          arg-userKey="{{ null }}"
          arg-contentType="tl_ignore_forum"
          arg-extraClasses="menu-linkRow" />
$0
Thats all! :)
vladyIt's supported in add-on now.
 
Can I suggest rephrasing on the ignore statistics page. The English translation doesn't work very well.

There are a number of ways of saying what you are trying to say. The top 2 are probably the best. All can easily be modified to apply to each tab (member/forum/thread/tag).

These results show the total number of people ignoring a particular member.
or
This page shows how many members (total) are ignoring a particular member (Username).
or
This page shows how many members are ignoring a particular member/forum/thread/tag.
or
This page shows the total number of members ignoring a particular member/forum/thread/tag.

ignore stats.webp

Emma
 
Back
Top