Quote:
Originally Posted by Lynne
I would guess so, but I don't know the plugin code off the top of my head. Perhaps someone else will have it.
|
okay ...
you have a very good help here :up: thank you anyway
--------------- Added [DATE]1417103600[/DATE] at [TIME]1417103600[/TIME] ---------------
okay , Simple solution , if you want hide a post by a plugin
Thanks again
Lynne
HOOK : postbit_display_complete
PHP Code:
if ($vbulletin->userinfo['userid'] ==1 AND $this->post['postid'] ==35)
{
// Replace the template with nothing SO Postid 35 does not appear for userid 1
$this->templatename = '';
}