Suggestion: Option to have the “How to ask/answer” tab shown by default.
I know how inpatient users tick, they will never read what on that tabs. I mean on my old support site I have things listed above the question form and they all ignore it.
I think it would be helpful and lead to more users reading instructions on how to post if they would be shown when they asking or answering.
nico commented
nico commented
Using this fix for now:
(function ($) {
‘use strict’;
$( document ).ready(function() {
$(‘a[href=”#ap-form-help”]’).trigger(‘click’);
});
}(jQuery));
Would like to know this as well. Can’t find it anywhere.