The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
|||
|
|||
![]()
You could do something like this: create a plugin using hook location postbit_display_complete and this code:
Code:
if ($this->registry->userinfo['userid'] == 1 && $post['userid'] == 2) $post['message'] = "<b>You do not have permission to view this post</b>"; (of course you'd change 1 and 2 to the actual user ids of the blocked and blocking users). But there are other ways to see a post that aren't covered by this, for example if your forum is not private to members only then the user you're trying to block would only have to log out. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|