i added box to guest settings but how can i add working stop code...
Code:
$this_stop = 0;
if (!empty($this->registry->options['MARCO1_HideForumID'])){
$MARCO1_Forum_NOHIDE = explode(" ",$vbulletin->options['MARCO1_HideForumID']);
if(in_array($thread['forumid'],$MARCO1_Forum_NOHIDE)){
])
{
$post['message'] = preg_replace('/\\[url\\](.*)\\[\/url\\]/siU', '\\1', $post['message']);
$this_stop = 1;
}
}
maybe like this...
i tried all of hide code deaktivated