- Compatible XF Versions
- 2.0 , 2.1 , 2.2
- Visible Branding
- No
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:
		Code:
	
	TRUNCATE xf_user_ignore
		Code:
	
	UPDATE xf_user_profile SET ignored = '[]' 
				
