The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
[SOLVED] hide the full post for a specific post for a specific user
HELLO ,
I Use this code to hide the content of post for a specific post for a specific member , And works well . but if I want to hide the full post ,What condition should I use? HOOK : postbit_display_complete Code:
if ($vbulletin->userinfo['userid']==1 AND $this->post['postid']==35) { $replacer = "You can not see the content"; $this->post['message'] = str_replace($post[message],$replacer,$this->post['message']); } |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|