top



How to change quick reply editor from the templates ?

I mean, which template should I edit ?

Thank you Happy

viewtopic_body
Search for "quick" and you'll see it.

I am on punbb.

The only thing I've found in the template searching for "quick" was that

Code:
<a name="quickreply"></a>
        {QUICK_REPLY_FORM}

Thank you

You shouldn't edit the templates but the css.
Use Google Chrome's element inspector to see which classes to use

I want to change the template because I want to change the button's icons and add change the title="that text"

For the buttons, get on with CSS.
As for changing the title, I've looked for ways with jQuery but to no avail.