Ignore Content

Ignore Content [Paid] 3.2.3

No permission to buy ($30.00)
@truonglv, I have a highly customzed forum theme and I want to replace "Ignore" button to link.
But as I see, button code doesn't includes in any tempates - it forms in callback.php
PHP:
        $options = [
            'href' => $ignoreLink,
            'class' => 'button--link',
            'data-xf-click' => $contentType === Listener::CONTENT_TYPE_FORUM ? 'overlay' : 'switch'
        ];

.................
    
        return $templater->button($text, $options);
Could you fix it in the next update?
 
I installed this addon after a suggestion from one of my users. I have never had so much positive feedback about an addon!
Apparently this was a feature a lot of my users where waiting for :)

I have another feature request:
When pressing 'ignore' (for node or thread), give the user the option to ignore completely or only ignore the what's new feeds.

Explanation: Some users like to ignore some topics to exclude them from the What's New page (and all other feeds) without completely hiding the topic/node from the forum list.
 
@truonglv, I have a highly customzed forum theme and I want to replace "Ignore" button to link.
But as I see, button code doesn't includes in any tempates - it forms in callback.php
PHP:
        $options = [
            'href' => $ignoreLink,
            'class' => 'button--link',
            'data-xf-click' => $contentType === Listener::CONTENT_TYPE_FORUM ? 'overlay' : 'switch'
        ];

.................
   
        return $templater->button($text, $options);
Could you fix it in the next update?
Please tracking here: https://nobita.me/threads/ignore-co...e-a-highly-customzed-forum-theme-and-i.14417/
I installed this addon after a suggestion from one of my users. I have never had so much positive feedback about an addon!
Apparently this was a feature a lot of my users where waiting for :)

I have another feature request:
When pressing 'ignore' (for node or thread), give the user the option to ignore completely or only ignore the what's new feeds.

Explanation: Some users like to ignore some topics to exclude them from the What's New page (and all other feeds) without completely hiding the topic/node from the forum list.
Please tracking here: https://nobita.me/threads/ignore-co...ly-or-just-in-whats-new-i-have-another.14416/
 
I just updated to version 1.0.5 and I'm getting massive amounts of errors in my error log (hundreds of them):

Most of them look like this:

Code:
LogicException: Entity (class: ) could not be found src/XF/Mvc/Entity/Manager.php:51

Stack trace
#0 src/XF/Mvc/Entity/Manager.php(67): XF\Mvc\Entity\Manager->getEntityClassName(NULL)
#1 src/XF/Mvc/Entity/Finder.php(759): XF\Mvc\Entity\Manager->getEntityStructure(NULL)
#2 src/XF/Mvc/Entity/Finder.php(649): XF\Mvc\Entity\Finder->join('full', true, false, false)
#3 src/XF/Repository/Thread.php(15): XF\Mvc\Entity\Finder->with('full')
#4 src/XF/Pub/Controller/Forum.php(205): XF\Repository\Thread->findThreadsForForumView(Object(Truonglv\IgnoreContent\XF\Entity\Forum), Array)
#5 src/XF/Mvc/Dispatcher.php(321): XF\Pub\Controller\Forum->actionForum(Object(XF\Mvc\ParameterBag))
#6 src/XF/Mvc/Dispatcher.php(248): XF\Mvc\Dispatcher->dispatchClass('XF:Forum', 'Forum', Object(XF\Mvc\RouteMatch), Object(Andy\SimilarThreads\XF\Pub\Controller\Forum), Object(XF\Mvc\Reply\Reroute))
#7 src/XF/Mvc/Dispatcher.php(100): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), Object(Andy\SimilarThreads\XF\Pub\Controller\Forum), Object(XF\Mvc\Reply\Reroute))
#8 src/XF/Mvc/Dispatcher.php(50): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#9 src/XF/App.php(2177): XF\Mvc\Dispatcher->run()
#10 src/XF.php(390): XF\App->run()
#11 index.php(20): XF::runApp('XF\\Pub\\App')
#12 {main}



Request state
array(4) {
  ["url"] => string(32) "/forums/tj-general-discussion.6/"
  ["referrer"] => string(28) "https://wranglertjforum.com/"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(0) {
  }
}

This didn't happen until upgrading to 1.0.5.
 
I just updated to version 1.0.5 and I'm getting massive amounts of errors in my error log (hundreds of them):

Most of them look like this:

Code:
LogicException: Entity (class: ) could not be found src/XF/Mvc/Entity/Manager.php:51

Stack trace
#0 src/XF/Mvc/Entity/Manager.php(67): XF\Mvc\Entity\Manager->getEntityClassName(NULL)
#1 src/XF/Mvc/Entity/Finder.php(759): XF\Mvc\Entity\Manager->getEntityStructure(NULL)
#2 src/XF/Mvc/Entity/Finder.php(649): XF\Mvc\Entity\Finder->join('full', true, false, false)
#3 src/XF/Repository/Thread.php(15): XF\Mvc\Entity\Finder->with('full')
#4 src/XF/Pub/Controller/Forum.php(205): XF\Repository\Thread->findThreadsForForumView(Object(Truonglv\IgnoreContent\XF\Entity\Forum), Array)
#5 src/XF/Mvc/Dispatcher.php(321): XF\Pub\Controller\Forum->actionForum(Object(XF\Mvc\ParameterBag))
#6 src/XF/Mvc/Dispatcher.php(248): XF\Mvc\Dispatcher->dispatchClass('XF:Forum', 'Forum', Object(XF\Mvc\RouteMatch), Object(Andy\SimilarThreads\XF\Pub\Controller\Forum), Object(XF\Mvc\Reply\Reroute))
#7 src/XF/Mvc/Dispatcher.php(100): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), Object(Andy\SimilarThreads\XF\Pub\Controller\Forum), Object(XF\Mvc\Reply\Reroute))
#8 src/XF/Mvc/Dispatcher.php(50): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#9 src/XF/App.php(2177): XF\Mvc\Dispatcher->run()
#10 src/XF.php(390): XF\App->run()
#11 index.php(20): XF::runApp('XF\\Pub\\App')
#12 {main}



Request state
array(4) {
  ["url"] => string(32) "/forums/tj-general-discussion.6/"
  ["referrer"] => string(28) "https://wranglertjforum.com/"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(0) {
  }
}
I have just rollout new fixes on my site. Please upgrade this.
 
Thanks for this great addon. I am planing to use this addon for VIP members only.

But for now, if I am not wrong, there are no permissions available. When do you think you can add user group base permission ?
 
  • Added new permission allow users can use this feature.
Thanks for this new featured. Just ordered and installed at my demo site.

I am using the following addon for showing "Unread Post Count". Although Ignored thread is not shown at "What's New Page" but it increases unread Post Count

 

Attachments

  • Screenshot_6.webp
    Screenshot_6.webp
    27.4 KB · Views: 13
Thanks for this new featured. Just ordered and installed at my demo site.

I am using the following addon for showing "Unread Post Count". Although Ignored thread is not shown at "What's New Page" but it increases unread Post Count

If user are ignore another user. Does it still increase counter?
 
If user are ignore another user. Does it still increase counter?
Yes it still increase counter. Because ignored user post can still be seen from new post. So I guess ignore user does work different.
 

Attachments

  • 16ABA6E9-B74F-4D5A-834C-3F2D4362177D.webp
    16ABA6E9-B74F-4D5A-834C-3F2D4362177D.webp
    46.6 KB · Views: 13
  • A51176F3-D83D-47FE-A9A4-1D990480578E.webp
    A51176F3-D83D-47FE-A9A4-1D990480578E.webp
    44 KB · Views: 12
Last edited:
I upgraded to the latest version yesterday 1.0.7 but now the ignore isn't showing at all in the 2 forums I have it set for. Anyone else having this problem????
 
Top Bottom