2015-07-27, 05:48 PM
i have one simple question how can i change multiqoute + and - buttons.
i am using mybb 1.8.5.
here is my postbit_multiquote template.
i am using mybb 1.8.5.
here is my postbit_multiquote template.
<a href="javascript:Thread.multiQuote({$post['pid']});" style="display: none;" id="multiquote_link_{$post['pid']}"><img src="images/vb/buttons/multiquote_off.gif" class="buttonn" title="{$lang->postbit_multiquote}" id="multiquote_{$post['pid']}" align="top" width="14" height="12"/></a>
<script type="text/javascript">
//<!--
$('multiquote_link_{$post['pid']}').style.display = '';
// -->
</script>
i already tried to change img src but it doesn't helped. currently there is no multiqoute button showing.