1- Postbit - postbit_quote Find
replace with
2- Postbit - postbit_multiquote Find
[b]replace with [/b]
Global.css
Can not reply with a quote
replace with
<a rel="nofollow" id="multiquote_link_{$post['pid']}" href="newreply.php?tid={$tid}&pid={$post['pid']}"title="{$lang->postbit_quote}" class="postbit_quote postbit_mirage"><span>{$lang->postbit_button_quote}</span></a>
2- Postbit - postbit_multiquote Find
[b]replace with [/b]
<a href="javascript:void(0)" onclick="Thread.multiQuote({$post['pid']}); return false;" style="display: none;" id="multiquote_link_{$post['pid']}" title="{$lang->postbit_multiquote}" class="postbit_multiquote postbit_mirage"><span id="multiquote_{$post['pid']}">{$lang->postbit_button_multiquote}</span></a>
<script type="text/javascript">
//<!--
$('#multiquote_link_{$post['pid']}').css("display"none "");
// -->
</script>
Global.css
#multiquote_link_1 {
display: none;
}
Can not reply with a quote