Quote:
Originally Posted by Adrian Schneider
You need to find/replace compiled code. If the enter the following, you can see what the compiled code looks like:
PHP Code:
echo $vbulletin->templatecache['newthread']; exit;
|
where should i enter that?
--------------- Added [DATE]1312832742[/DATE] at [TIME]1312832742[/TIME] ---------------
Quote:
Originally Posted by Adrian Schneider
PHP Code:
$vbulletin->templatecache['newthread'] = str_replace(
"' . $forumrules . '",
'',
$vbulletin->templatecache['newthread']
);
|
no way...
i have put that code in a new plugin but forumrules are being shown