Perfect! Does the job super elegantly thank you
Sky Foxx
Posts
-
Is it possible to override server side javascript from my plugin? -
Is it possible to override server side javascript from my plugin?Since it's instantiated as new() by other functions, I can't directly require.main.require into my plugin and override the functions
-
Is it possible to override server side javascript from my plugin?I want to update how NodeBB's caching works for my particular usecase.
To be able to do that, I need to update the get and set methods for:
src/cache/ttl
andsrc/cache/lru
This is of course possible by directly editing these files. But is there some way to override them from my own plugin?
-
What are NodeBB minimum requirements? -
What are NodeBB minimum requirements?Referencing this in case it's useful to anyone: https://community.nodebb.org/post/83127
-
What are NodeBB minimum requirements?Is there somewhere listed for CPU, RAM, etc that is required? (I am currently hosting on heroku)
-
Is it possible to override client side javascript from my plugin?For example, I want to change how the topic scroller works, but the javascript is here:
NodeBB/public/src/modules/navigator.js at 0e4fc531e006c3dd2c5fa402e90b20309cc3a1e6 路 NodeBB/NodeBB
Node.js based forum software built for the modern web - NodeBB/public/src/modules/navigator.js at 0e4fc531e006c3dd2c5fa402e90b20309cc3a1e6 路 NodeBB/NodeBB
GitHub (github.com)
I know I can create a totally fresh scroller and add my own functions, but I was wondering if there is a way I could override some of the navigator functions
-
how do I get a license?@PitaJ said in how do I get a license?:
for a commercial license, please contact
What do you mean a commercial license? (I am trying to understand, since the codebase is GNU?