MyBB Community Forums

Full Version: change 2 buttons from images to css - multiquote and thank you button g33k plugin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
i need to make the multiquite button all css instead of images thanks

please reply asap Big Grin

[Image: 6VRzA.png]

i have absolutly no idea how to edit the multiquote to a css button - i not bothered if it highlights or changed on click or anything just the same style thanks i managed to edit the thanks button as that was simple

here is a picture of the thanks working - [Image: 8RBD2.png]
bump.....
if I understand it correctly,
you can simply replace the image in postbit_multiquote template with the button
Template Sets » your Template » Edit Template: postbit_multiquote

find
<img src="{$theme['imglangdir']}/postbit_multiquote.gif" alt="{$lang->postbit_multiquote}" title="{$lang->postbit_multiquote}" id="multiquote_{$post['pid']}" />


and replace with your css
ok thanks will test and get back to u Smile
that alone won't work. You'll have to edit thread.js as well.
^ oh, yes ! Thanks @ patrick. thread.js has functions referencing postbit_multiquote_on.gif
AND postbit_multiquote.gif - however not sure about image replacing with css in the js ...
the easiest way is to change the class.
can you please give me step by step guide
can i please have a guide on how to allign this image then Big Grin

[Image: lrNdC.png]
^Use padding-top
Pages: 1 2