Currently you can either uninstall the add-on, set a default value for the alternative_best_answers field or disable STRICT_TRANS_TABLES in your mysql config.
I will address this issue in the next version.
Is this compatible to XF 1.5.6?
Currently you can either uninstall the add-on, set a default value for the alternative_best_answers field or disable STRICT_TRANS_TABLES in your mysql config.
I will address this issue in the next version.
Currently you can either uninstall the add-on, set a default value for the alternative_best_answers field or disable STRICT_TRANS_TABLES in your mysql config.
I will address this issue in the next version.
Do you mean the button? Like here:How can I change a color of the "Best Answer" link?
Normally hard to achieve for specific things like that..... Luckily the developer has given it it's own class.....
.MarkBestAnswer {
color: #00FF00!important;
}
Unfortunately it doesn't workAdd this to your EXTRA.css and you'll have some good results:
Create me an account on your forum, link me to a thread I can see that button on - I want to inspect the CSS to see what you've done.Unfortunately it doesn't work![]()
Can you link me to a thread which has that button? I don't fancy trawling the forum to find oneAdded
.MarkBestAnswer
{ color: #0000FF!important;}
to EXTRA.css
and color of font remais the same - black.
My forum is https://talk.plesk.com
Correction - found the issue:Added
.MarkBestAnswer
{ color: #0000FF!important;}
to EXTRA.css
and color of font remains the same - black.
My forum is https://talk.plesk.com
When I disabled the a:link and a:visited style - it worked - so place it above thatCan you link me to a thread which has that button? I don't fancy trawling the forum to find one![]()
Somewhere in a stylesheet - someone has placed "a:visited, a:link" with an "!important" link (although this can actually be controlled under Style properties - so doesn't need !important).Hmm... Can't find any a:link or a:visited in EXTRA.css. I have placed
.MarkBestAnswer
{ color: #0000FF!important;}
at the top of EXTRA.css and still no success.
We use essential cookies to make this site work, and optional cookies to enhance your experience.