Is there an official 'Solved' option?
-
@NodeHam that's custom CSS, not custom js
-
Oops, sorry, too many things at once.
require(['hooks'], function (hooks) {
hooks.on('action:search.quick.start', function (params) {
params.searchOptions.in = 'titlesposts';
});
hooks.on('action:search.submit', function (params) {
params.searchOptions.in = 'titlesposts';
});
}); -
@NodeHam yeah you'll need to update that js eventually but for now, just disable custom JS and see if that helps.
-
@NodeHam Feel free to contact me on sudonix.com if you'd like me to take a look at this issue to see if we can get it resolved. Obviously, I'll need site details etc, but you can share that over PM.
-
Are you with nodebb? I mean, I don't want to take up your time if this is a nodebb problem.
The board worked fine for a long time and this slowly started to happen. I noticed many months ago that sometimes I could not log in and thought it might only be a multi-session issue, cache or other browser issue but as you know, it's gotten to this after I recently updated.