I started a forum for spanish speaker vtubers and fans a while ago, it's in https://vtubeando.net/!
v_risalab
Posts
-
Who is using NodeBB? -
How do I pack javascript for the acp/ a widget into a single js file?@v_risalab i figured it out. The acp code uses browserify and the widget code uses webpack!
-
Accesing JQuery in widget templateRe: JQuery in Widget Template
According to this thread, you could load Jquery in a widget template using app.loadJQueryUI(). This doesn't work anymore as that field isn't available at the time the time the widget loads. Is there a way to execute the script as soon as the page finishes loading? It has to be in the template since the code uses variables set in the admin widget panel. -
How do I pack javascript for the acp/ a widget into a single js file?I'm working on fixing the twitch monitor plugin, and so far I got the admin control panel working. My problem is that all the code for the acp is on the folder public/js/acp.js, so I edited that one. But I realized that the code is also on the client/acp folder, and I guess there must be some sort of build process to pack all that folder into a single javascript file. The same thing happens with the widget folder in cient/widget.
I checked to docs and I didn't find anything like that on the plugin documentation, does anyone know what the author could have used to produce those .js files?
-
Making ban history publicHello,
Is there a way to create a plugin to make the ban history public? I can move the ban history panel to the user profile page, but since the API doesn't give that information on the profile page it doesn't show any bans. I don't really know if there's a way to modify the API with plugins.