Forced Ignore
This modification is in the archives.
This code allows you to force one user to ignore another user's posts. This is useful in situations such as lover's spats or fueds where the involved parties are worthwhile contributors - if only they'd keep away from each other.
The plug in requires you create a custom user profile field. Name it "Forced Ignore" and set it as follows: Type: Single Line Text Box Field Required: No Field Editable by User: No Private Field: No Field searchable on Members List: No Show on Member List: No Page that displays this option: Edit Profile Once that is done note the field number created by vbulletin - you need to plug it into the php code below in the three spots you see 'fieldX' For instance, if vbulletin makes your new field number 10 you would plug in 'field10'. This php code needs to go into a plug in attached to global_start PHP Code:
if ($vbulletin->userinfo['fieldX'])
This will keep the user from seeing the posts of that user. Because of the way vbulletin processes Tachy the user will still be displayed in the latest thread listing of each forum. (Tachy is designed to be a global ignore, not a local one). Download No files for download. |
Similar Mods
End-User Options Ignore Thread: Allow Users to Ignore Threads of Their Choosing | vBulletin 3.6 Add-ons |