i want to replace pre code to guest, and i am trying his code, i hope i am wrong? can you help me?
HTML Code:
<pre class="alt2" dir="ltr" style="
margin: 0px;
padding: 6px;
border: 1px inset;
width: 640px;
height: 34px;
text-align: left;
overflow: auto">ABC</pre>
PHP Code:
$this->post['message'] = preg_replace("/<pre.*?<\/pre>/i", $vbulletin->options['hide_message'], $this->post['message']);