Skip to content

Plugin Development

Have a question about building a plugin? Ask here
443 Topics 1.9k Posts
  • HOOK for intercepting "Register user"

    3
    0 Votes
    3 Posts
    2k Views
    Gauri PadbidriG
    Thanks Julian ! But, what if I want to somehow get the users entered password into that action hook ? Any thing I can do to get the password in the create User HOOK ?
  • Subforums in Nodebb Plugins?

    3
    1 Votes
    3 Posts
    2k Views
    JenklerJ
    Well, except for my work as an IT technician, I have magical powers that can read minds
  • How to override "./public/src/groups/details.js" file in plugin.

    2
    0 Votes
    2 Posts
    2k Views
    julianJ
    @akumbhare Best bet is to have a client-side file loaded that listens for the action:ajaxify.end hook. $(window).on('action:ajaxify.end', function(ev, data) { var url = data.url; });