Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. v_risalab
    V
    • Profile
    • Following 0
    • Followers 1
    • Topics 3
    • Posts 4
    • Best 0
    • Groups 0

    v_risalab

    @v_risalab

    0
    Reputation
    3
    Profile views
    4
    Posts
    1
    Followers
    0
    Following
    Joined Last Online

    v_risalab Unfollow Follow

    Latest posts made by v_risalab

    • RE: 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!

      posted in Plugin Development
      V
      v_risalab
    • Accesing JQuery in widget template

      Re: 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.

      posted in Plugin Development
      V
      v_risalab
    • 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?

      posted in Plugin Development
      V
      v_risalab
    • Making ban history public

      Hello,
      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.

      posted in Plugin Development
      V
      v_risalab