Quote:
Originally Posted by killah360z
i want to disable it thanks
|
No need to send them via PM's, Open This file vBWonders/Marco.Links.php
Find :
PHP Code:
$templater = vB_Template::create('vBWonders_Spam');
$templater->register('post', $post);
$templater->register('thread', $thread);
$template_hook['postbit_controls'] .= $templater->render();
Replace them with :
PHP Code:
/* $templater = vB_Template::create('vBWonders_Spam');
$templater->register('post', $post);
$templater->register('thread', $thread);
$template_hook['postbit_controls'] .= $templater->render();
*/
(Optional Step) Open vbwonders_cleaner.php
Find :
Replace it with :
If you've any ideas or suggestions don't hesitate to ask us