Would be nice to have ajax live search in DB Search and in topic box so the user can avoid posting duplicate or similar topic.
Disable AJAX
-
Is it possible to disable the AJAX functionality on a NodeBB forum and still retain all its coolness? If yes, how?
-
@planner I doubt it. I mean, I'm sure it would function okay, but all of the pages would be almost completely static.
Why would you want to disable ajax?
-
I don't actually mind the page being static.
Paging @psychobunny, @baris and @julian. Is this possible without breaking anything significant?
-
There are two components:
- the ajaxifier, which handles page changes, and
- the websocket layer, which handles events.
I'm imagining you mean the former? Also, hello again!
-
Yes, hello, yet again!
I'm sure you know why I'm looking to disable AJAX; I have to monetize my traffic. I have a post with more than 19k views yet I've not made a dime from it.
Whether its the ajaxifier or the websocket component, which one can be disabled that will not break the site?
-
@planner in that case, you're probably looking to disable the ajaxifier.
Overriding ajaxify.go might be enough... I'll give its a try later.
-
Cool! Looking forward to see how it can be done.
-
-