MyBB Community Forums

Full Version: Another broken button...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
<a href="javascript:Thread.multiQuote({$post['pid']});" id="multiquote_link_{$post['pid']}">
  MultiQuote<b></b>
</a>

Again, the JavaScript for this button seems to be broken since the edit of the postbit_multiquote template as seen above.

Not only do I want to figure out how to make this work again but I'd also like to find out how to make the text color of the link to change after it's been clicked so that users can identify which posts they have marked for multiquote.

Thanks again in advance.
Ugh. I apologize. I've figured this one out as well.

Maybe I shouldn't be so quick to request support. Smile

Thanks anyways.
For this colour do <span class="multiquote">MutliQuote</span> and than in the CSS you can give the class multiquote what ever you want.
(2010-05-31, 03:25 PM)Bob Jansen Wrote: [ -> ]For this colour do <span class="multiquote">MutliQuote</span> and than in the CSS you can give the class multiquote what ever you want.

I actually went ahead and used a 16x16 icon for that button. Thanks though.