MyBB Community Forums

Full Version: Bug MyBB 1.6.8 Button Multiquote
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
In your CSS, add this to .bottoni:

text-decoration: none;
Nothing has changed
He probably needs to add .bottoni a:link etc to remove the underline

.bottoni a:link,
.bottoni a:active {
    text-decoration:none;
}
I saw this thread today and saw you fixed the user's script. I am running into issues with conflicts with three js/jQuery plugins I installed for the navigation and login. These scripts are on headerinclude but they seem to have broken the mybb multi quote and mybb collapsable category boxes. Is there an easy fix for this? I try to use .noConflict on the scripts I installed to no avail (it just causes the new scripts to stop working, without fixing the mybb functionalities). If you could point me in the right direction that would be great.

I made a username for you to use if you'd like to take a peek. I sent this via PM before realizing you had written not to send PMs.

http://therealsocom.com/retest/forums
Pages: 1 2 3