Oh is it? One of the updates talks about removing it and the description of the plugin says:I think it's already implemented!
Current content supported:
- Forum
- Thread

Oh is it? One of the updates talks about removing it and the description of the plugin says:I think it's already implemented!
I would like this, but an ignore tag feature is vital. Way more useful to ignore all theads on a certain topic.
Is this planned for the future?
I think it's already implemented!
Let me think if it's possible to do.Can you add a mouse over tooltip for this? I want to add a simple explanation for what it does.
View attachment 223623
Let me think if it's possible to do.
Source: https://xenbin.com/threads/how-to-add-tooltip-in-xenforo-2.453/To add tooltip for xenforo 2 you can add the following code wherever you want to display
data-xf-init="tooltip" title="Tooltip Content"
Replace Tooltip Content the content you want to display
Can you add a mouse over tooltip for this? I want to add a simple explanation for what it does.
View attachment 223623
data-xf-init="tooltip" title="{{ phrase('tic_ignore_thread') }}"
data-xf-init="tooltip" title="{{ phrase('unignore') }}"
class="button--icon button--link button--small"><i class="fa fa-trash"></i></xf:button>
I do not see any pagination at the bottom of the page.Yes. It's support paginationing.
Could you please take a look at the pagination, it seems to be some sort of bug, it is not showing up for me.Yes. It's support paginationing.
Same here, No pagination.Could you please take a look at the pagination, it seems to be some sort of bug, it is not showing up for me.
There are no page navigation options on any of the stats tabs so only 20 (perPage) will ever be visible.
What content types effected to this bug?Could you please take a look at the pagination, it seems to be some sort of bug, it is not showing up for me.
It's will take much records in that pageI found a bad way around this, it still needs to be fixed.
in the file src/addons/Truonglv/IgnoreContent/XF/Pub/Controller/Misc.php
find
$perPage = $this->options()->discussionsPerPage;
change that to
$perPage = 1000;
or any other number that shows all the threads or users that are ignored.
This will of course give you an unexpected contents for that file in "File health check results".
All, I think. In my case threads and users.What content types effected to this bug?
We use essential cookies to make this site work, and optional cookies to enhance your experience.