It's the least I can do, many users helped me too. I think the replace isn't working because there are variables in the code you want to replace, i figure it out in vb4 but i don't know a proper way in vb3' Does your css code work if you wrap just $post[message]? I mean would tis work?
Code:
<div id="1" style="float:left; z-index: 1; position: Absolute;">
<br><img src="images/tip/aqua.png">
</div>
<div style="z-index: 25; padding: 11px;">
<fieldset style="background: #ffffff;
border:2px solid #54DFFE;
margin:1px 3px 3px 1px; padding:7px;
-moz-border-radius:8px;
box-shadow: 0 0 1em #b6b6b6;
-webkit-border-radius:8px;
position: relative;">
$post[message]
</div></fieldset>
If so try just this
PHP Code:
$vbulletin->templatecache['postbit_legacy'] = str_replace('$post[message]',fetch_template('post_bubble_threads'),$vbulletin->templatecache['postbit_legacy']);