Mark Posts as Best Answer [Deleted]

@Lior. Please let us know if you have decided NOT to support this add-on anymore. More than a year of no updates/activity while XF updated to 1.5.

Also, would appreciate if it's okay for someone else can takeover, upgrade to XF1.5 and post add-on here for Free.
 
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.

@Lior - have you had time to address this issue? I believe there's quite a few of us waiting for an update :)

Thanks!

Is this compatible to XF 1.5.6?

Yeah, it's compatible so far that you can install and use it - all of the features are working for us. You can't however uninstall it without having it crashing the board. At least not without tinkering with mysql (see the reply above from Lior for a solution to this).
 
We use it on XF 1.5 + and can confirm no problems (not encountered the uninstalling issue as we have no intention at this stage removing it).
 
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.

Any update on this issue?
 
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.

@Lior. have you had any time yet to fix/look into this issue? It would be super appreciated! :)
 
How can I change a color of the "Best Answer" link?
Do you mean the button? Like here:
upload_2016-7-28_11-59-42.webp

Or do you mean the background of the "Best Answer" - here:
upload_2016-7-28_12-0-22.webp


Under style properties - search for "Mark as Best Answer" to get this screen:
upload_2016-7-28_12-1-24.webp

Alternatively, you can edit the CSS of the Button - which uses the classes ".message .newIndicator.inlineBestAnswerIndicator "
 
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.
 
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.
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).

Because XenForo renders them in PHP, it's hard to determine exactly where, but that is 100% the issue.
 
Back
Top Bottom