MyBB Community Forums

Full Version: Mybb remove quote
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
1- Postbit - postbit_quote Find
replace with 



<a rel="nofollow" id="multiquote_link_{$post['pid']}" href="newreply.php?tid={$tid}&amp;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