- Compatible XF Versions
- 2.2
Note: Compatible XF 2.x versions: 2.2.6 and newer
Description:
Removes the ignore function.
Your members will enjoy having an easier to use forum which has less clutter.
Template modifications:
The following template modifications are used in this add-on:
How to delete ignore settings:
If you already have members which have ignored other users and you would like to delete these ignores, you can run these two SQL queries in phpMyAdmin:
Code:
Code:
Description:
Removes the ignore function.
Your members will enjoy having an easier to use forum which has less clutter.
Template modifications:
The following template modifications are used in this add-on:
How to delete ignore settings:
If you already have members which have ignored other users and you would like to delete these ignores, you can run these two SQL queries in phpMyAdmin:
Code:
Code:
TRUNCATE xf_user_ignore
Code:
Code:
UPDATE xf_user_profile SET ignored = '[]'