Ignore Content

Ignore Content [Paid] 3.2.3

No permission to buy ($30.00)
What about the 'ignore a category' suggestion. Is this something you could add in the future?
 
truonglv updated [tl] Ignore Content with a new update entry:

3.1.3

Notable changes:
  • Added new privacy allow users can block ignored users to view their details profile page.
  • Added new feature allow users can block certain users to start new conversation with them.
    • This feature also added new permission to allow certain user groups can use this feature
    • Blocked conversation users also display in ignore stats page
  • Fixed missing phrases.

Read the rest of this update entry...
 
So someone ignores a forum, and it works fine. When they unignore, it removes it from the list of ignored forums, however, the unignored forum is missing and acts like it is still ignored. I have logged into their account and confirm that this is what is happening.

Any idea what is wrong and how I can fix it for this member? Thanks


I am still getting this issue. Any idea what is wrong? Thanks
 
When active, people cannot join the site.

This server error comes up

Code:
XF\Db\Exception: MySQL statement prepare error [1054]: Unknown column 'tic_allow_ignored_user_view_profile' in 'field list' src/XF/Db/AbstractStatement.php:230

Code:
Stack trace
INSERT  INTO `xf_user_privacy` (`allow_view_profile`, `allow_post_profile`, `allow_send_personal_conversation`, `allow_view_identities`, `allow_receive_news_feed`, `user_id`, `tic_allow_ignored_user_view_profile`) VALUES (?, ?, ?, ?, ?, ?, ?)
------------

#0 src/XF/Db/Mysqli/Statement.php(198): XF\Db\AbstractStatement->getException('MySQL statement...', 1054, '42S22')
#1 src/XF/Db/Mysqli/Statement.php(41): XF\Db\Mysqli\Statement->getException('MySQL statement...', 1054, '42S22')
#2 src/XF/Db/Mysqli/Statement.php(56): XF\Db\Mysqli\Statement->prepare()
#3 src/XF/Db/AbstractAdapter.php(96): XF\Db\Mysqli\Statement->execute()
#4 src/XF/Db/AbstractAdapter.php(220): XF\Db\AbstractAdapter->query('INSERT  INTO `x...', Array)
#5 src/XF/Mvc/Entity/Entity.php(1516): XF\Db\AbstractAdapter->insert('xf_user_privacy', Array, false)
#6 src/XF/Mvc/Entity/Entity.php(1248): XF\Mvc\Entity\Entity->_saveToSource()
#7 src/XF/Mvc/Entity/Entity.php(1266): XF\Mvc\Entity\Entity->save(true, false)
#8 src/XF/Service/User/Registration.php(301): XF\Mvc\Entity\Entity->save()
#9 src/addons/SV/ModeratorEssentials/XF/Service/User/Registration.php(24): XF\Service\User\Registration->_save()
#10 src/XF/Service/ValidateAndSavableTrait.php(42): SV\ModeratorEssentials\XF\Service\User\Registration->_save()
#11 src/XF/Pub/Controller/Register.php(426): XF\Service\User\Registration->save()
#12 src/XF/Mvc/Dispatcher.php(352): XF\Pub\Controller\Register->actionRegister(Object(XF\Mvc\ParameterBag))
#13 src/XF/Mvc/Dispatcher.php(259): XF\Mvc\Dispatcher->dispatchClass('XF:Register', 'Register', Object(XF\Mvc\RouteMatch), Object(XF\Pub\Controller\Register), NULL)
#14 src/XF/Mvc/Dispatcher.php(115): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), Object(XF\Pub\Controller\Register), NULL)
#15 src/XF/Mvc/Dispatcher.php(57): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#16 src/XF/App.php(2353): XF\Mvc\Dispatcher->run()
#17 src/XF.php(524): XF\App->run()
#18 index.php(20): XF::runApp('XF\\Pub\\App')
#19 {main}

Code:
array(4) {
  ["url"] => string(24) "/mopar/register/register"
  ["referrer"] => string(76) "https://www.forabodiesonly.com/mopar/threads/forum-software-upgraded.527228/"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(15) {
    ["_xfToken"] => string(8) "********"
    ["username"] => string(0) ""
    ["f8314e35e05d0090f03dd4909ef295090daf350f"] => string(8) "testcase"
    ["9218efce393fc0a7bf16c491fb966dfe959b5124"] => string(24) "admin@forebodiesonly.com"
    ["password"] => string(8) "********"
    ["0f241728ef60aedff9cc3707e3e235ff4fec66b2"] => string(8) "********"
    ["location"] => string(8) "chiccago"
    ["captcha_question_answer"] => string(8) "chrysler"
    ["captcha_question_hash"] => string(40) "8dd69f42c57ba1ed0c78b754eb2cb1fc8d1643ce"
    ["accept"] => string(1) "1"
    ["reg_key"] => string(16) "arFXyAyyCrgMEg_R"
    ["2c48070015f376999f0d4793fc44a174c88ed590"] => string(15) "America/Chicago"
    ["_xfRequestUri"] => string(46) "/mopar/threads/forum-software-upgraded.527228/"
    ["_xfWithData"] => string(1) "1"
    ["_xfResponseType"] => string(4) "json"
  }
}
 

Attachments

  • Screenshot_3.webp
    Screenshot_3.webp
    30.2 KB · Views: 4
When active, people cannot join the site.

This server error comes up

Code:
XF\Db\Exception: MySQL statement prepare error [1054]: Unknown column 'tic_allow_ignored_user_view_profile' in 'field list' src/XF/Db/AbstractStatement.php:230

Code:
Stack trace
INSERT  INTO `xf_user_privacy` (`allow_view_profile`, `allow_post_profile`, `allow_send_personal_conversation`, `allow_view_identities`, `allow_receive_news_feed`, `user_id`, `tic_allow_ignored_user_view_profile`) VALUES (?, ?, ?, ?, ?, ?, ?)
------------

#0 src/XF/Db/Mysqli/Statement.php(198): XF\Db\AbstractStatement->getException('MySQL statement...', 1054, '42S22')
#1 src/XF/Db/Mysqli/Statement.php(41): XF\Db\Mysqli\Statement->getException('MySQL statement...', 1054, '42S22')
#2 src/XF/Db/Mysqli/Statement.php(56): XF\Db\Mysqli\Statement->prepare()
#3 src/XF/Db/AbstractAdapter.php(96): XF\Db\Mysqli\Statement->execute()
#4 src/XF/Db/AbstractAdapter.php(220): XF\Db\AbstractAdapter->query('INSERT  INTO `x...', Array)
#5 src/XF/Mvc/Entity/Entity.php(1516): XF\Db\AbstractAdapter->insert('xf_user_privacy', Array, false)
#6 src/XF/Mvc/Entity/Entity.php(1248): XF\Mvc\Entity\Entity->_saveToSource()
#7 src/XF/Mvc/Entity/Entity.php(1266): XF\Mvc\Entity\Entity->save(true, false)
#8 src/XF/Service/User/Registration.php(301): XF\Mvc\Entity\Entity->save()
#9 src/addons/SV/ModeratorEssentials/XF/Service/User/Registration.php(24): XF\Service\User\Registration->_save()
#10 src/XF/Service/ValidateAndSavableTrait.php(42): SV\ModeratorEssentials\XF\Service\User\Registration->_save()
#11 src/XF/Pub/Controller/Register.php(426): XF\Service\User\Registration->save()
#12 src/XF/Mvc/Dispatcher.php(352): XF\Pub\Controller\Register->actionRegister(Object(XF\Mvc\ParameterBag))
#13 src/XF/Mvc/Dispatcher.php(259): XF\Mvc\Dispatcher->dispatchClass('XF:Register', 'Register', Object(XF\Mvc\RouteMatch), Object(XF\Pub\Controller\Register), NULL)
#14 src/XF/Mvc/Dispatcher.php(115): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), Object(XF\Pub\Controller\Register), NULL)
#15 src/XF/Mvc/Dispatcher.php(57): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#16 src/XF/App.php(2353): XF\Mvc\Dispatcher->run()
#17 src/XF.php(524): XF\App->run()
#18 index.php(20): XF::runApp('XF\\Pub\\App')
#19 {main}

Code:
array(4) {
  ["url"] => string(24) "/mopar/register/register"
  ["referrer"] => string(76) "https://www.forabodiesonly.com/mopar/threads/forum-software-upgraded.527228/"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(15) {
    ["_xfToken"] => string(8) "********"
    ["username"] => string(0) ""
    ["f8314e35e05d0090f03dd4909ef295090daf350f"] => string(8) "testcase"
    ["9218efce393fc0a7bf16c491fb966dfe959b5124"] => string(24) "admin@forebodiesonly.com"
    ["password"] => string(8) "********"
    ["0f241728ef60aedff9cc3707e3e235ff4fec66b2"] => string(8) "********"
    ["location"] => string(8) "chiccago"
    ["captcha_question_answer"] => string(8) "chrysler"
    ["captcha_question_hash"] => string(40) "8dd69f42c57ba1ed0c78b754eb2cb1fc8d1643ce"
    ["accept"] => string(1) "1"
    ["reg_key"] => string(16) "arFXyAyyCrgMEg_R"
    ["2c48070015f376999f0d4793fc44a174c88ed590"] => string(15) "America/Chicago"
    ["_xfRequestUri"] => string(46) "/mopar/threads/forum-software-upgraded.527228/"
    ["_xfWithData"] => string(1) "1"
    ["_xfResponseType"] => string(4) "json"
  }
}
Code:
ALTER TABLE `xf_user_privacy`
ADD COLUMN `tic_allow_ignored_user_view_profile` TINYINT(3) UNSIGNED NOT NULL DEFAULT '1'
It seems upgrade scripts fails. Can you manual run above query?
 
Code:
ALTER TABLE `xf_user_privacy`
ADD COLUMN `tic_allow_ignored_user_view_profile` TINYINT(3) UNSIGNED NOT NULL DEFAULT '1'
It seems upgrade scripts fails. Can you manual run above query?
Is this ok?

Code:
MySQL returned an empty result set (i.e. zero rows). (Query took 0.0056 seconds.)
ALTER TABLE `xf_user_privacy` ADD COLUMN `tic_allow_ignored_user_view_profile` TINYINT(3) UNSIGNED NOT NULL DEFAULT '1'

I also faced this issue. A rebuild of the ignore-cache fixed it for me.
How do you do that?
 
Is this ok?

Code:
MySQL returned an empty result set (i.e. zero rows). (Query took 0.0056 seconds.)
ALTER TABLE `xf_user_privacy` ADD COLUMN `tic_allow_ignored_user_view_profile` TINYINT(3) UNSIGNED NOT NULL DEFAULT '1'


How do you do that?
ACP > Tools > Rebuild caches > [tl] Ignore Content: Rebuild ignore cache
 
I'm using a different ignore/block plugin that isn't being well maintained. I am interested primarily in the ignore users aspect of the plugin.

What happens when you ignore other users? How it is different from the default ignore functionality?
 
I'm using a different ignore/block plugin that isn't being well maintained. I am interested primarily in the ignore users aspect of the plugin.

What happens when you ignore other users? How it is different from the default ignore functionality?
Content created by ignored users will not show in various places. Also this add-on offers to block ignored users to view user profile page.
 
Top Bottom