Skip to content

NodeBB Plugins

Discussion regarding NodeBB Plugin development.

1.8k Topics 15.2k Posts
Most Voted Plugins

Subcategories


  • Have a question about building a plugin? Ask here
    440 Topics
    2k Posts
    barisB
    You could use the below custom javascript, it will open the last chat if there is no open chat. $(window).on('action:ajaxify.end', async () => { const { data } = ajaxify; if (data.template.chats && !data.template.roomId && data.rooms.length) { const Chats = await app.require('forum/chats'); Chats.switchChat(data.rooms[0].roomId); } });
  • Need a plugin developed? Ask here!
    223 Topics
    1k Posts
    Silver.meS
    I am willing to pay whatever it takes, $30 max.
  • Adsence

    12
    0 Votes
    12 Posts
    3k Views
    A
    @Jenkler still with DFP you also can use AdSense and later on even more platforms. So basically you benefit from: Higher scalability Update independence
  • Q&A plugin quesion

    Unsolved
    3
    1 Votes
    3 Posts
    1k Views
    J
  • 5 Votes
    18 Posts
    11k Views
    fyhaoF
    Hi All, I just made an update to the plugin in order to compatible with latest version v1.0.3 and with the following new updates. 20160706: Added preview feature Added some grouping for the features Added geolocation capability. If your nodebb served via HTTPS and your user was using Chrome or any browser support geolocation, you can auto fill in latitude, longitude to some feature like map, weather. FIX some UI overlapping issue under v1.0.3 Compatible up to nodebb v1.0.3
  • Is there a local directory for nodebb plugins

    4
    0 Votes
    4 Posts
    2k Views
    L
    Oh I just realized, I can make a plugin that loads plugins from another directory
  • [nodebb-plugin-youtube-embed] Forked

    12
    1 Votes
    12 Posts
    4k Views
    PitaJP
    @teh_g you can use n to install a later version of Node if you want. Look up "n install NodeJS" it's super easy.
  • Wordpress Blog Posts not Importing in NODEBB

    1
    0 Votes
    1 Posts
    882 Views
    Pramvir RatheeP
    Hello everyone, I tried to import my worpress database in nodebb (i want wordpress Posts To be imported in NodeBB), But sadly it import users, categories, not the posts, what i am doing wrong ?
  • Official: Redactor Composer now available in 0.7.1+

    76
    11 Votes
    76 Posts
    44k Views
    Bruce LeeB
    I also think Nodebb need a redactor editor because basic users may not be custom to markup language. The issue now is that the default composer and redactor composer are incompatible, several plugins that was developed for the default composer will not work for redactor. I hope Nodebb can standardize the composer for both expert and novice users.
  • Advice for how to make only parts of the ACP available to partial admins?

    5
    0 Votes
    5 Posts
    2k Views
    J
    @yariplus Thanks! That's very helpful.
  • [nodebb-plugin-integration-steam] Another Steam SSO plugin

    4
    4 Votes
    4 Posts
    3k Views
    J
    Finaly managed to fix 502, needed to use node v4 instead of v6. Still having an issue with this plugin when i try to login : Registration Error int-steam-unexpected-error
  • Client/Server plugin development question

    5
    0 Votes
    5 Posts
    2k Views
    D
    @baris Thank you! @jiangcaiyang Yes, I have a few things in mind. That looks cool. I wish I could read it.
  • [nodebb-widget-gamevox-users] Lists active GameVox users

    2
    0 Votes
    2 Posts
    2k Views
    jiangcaiyangJ
    Support you. Such great toy could be beneficial to your forum, but may be quite slow in China.
  • Gravatar 1.0.4 Shows no Avatars

    9
    0 Votes
    9 Posts
    3k Views
    S
    ooops =P
  • [nodebb-plugin-youtube-lite] Server side modifications

    5
    1 Votes
    5 Posts
    2k Views
    yariplusY
    I'm sure he's still there. Nothing wrong with forking though, you could always merge later.
  • what causes npm install different than git clone

    5
    0 Votes
    5 Posts
    2k Views
    C
    the expiring downloads plugin. on the npm install one, only a few js files are present. here is npm v0.2.2 https://www.npmjs.com/package/nodebb-plugin-expiring-uploads github one https://github.com/rbeer/nodebb-plugin-expiring-uploads looking to modify the default markup when the upload is complete. https://github.com/rbeer/nodebb-plugin-expiring-uploads/blob/master/public/scripts/controller.js#L16 bascially this.
  • [nodebb-plugin-expiring-uploads] Hide and expire users uploads

    4
    5 Votes
    4 Posts
    2k Views
    C
    any reason you have the link text field hidden on settings page, i want to set a default link text, and i noticed the form group you have a class of hidden, so its not shown on the settings page
  • Twitter Share button does not get rendered second time

    2
    0 Votes
    2 Posts
    1k Views
    S
    @syson16 Thank you all, I fixed the problem by just reloading the twitter button.
  • NodeBB Mailchimps plugin not workig

    18
    0 Votes
    18 Posts
    8k Views
    B
    @Jenkler file ticket here: https://github.com/akhoury/nodebb-plugin-mailchimp/issues this is an old thread
  • Creating widget containing React component, possible?

    2
    2 Votes
    2 Posts
    1k Views
    B
    I'm interested too!
  • Site plugins

    12
    0 Votes
    12 Posts
    3k Views
    P
    @torn2 the code to show that link is in the tpl... not sure why you don't see it <!-- IF posts.toPid --> <button component="post/parent" class="btn btn-xs btn-default hidden-xs" data-topid="{posts.toPid}"><i class="fa fa-reply"></i> @<!-- IF posts.parent.username -->{posts.parent.username}<!-- ELSE -->[[global:guest]]<!-- ENDIF posts.parent.username --></button> <!-- ENDIF posts.toPid -->
  • nodebb-plugin-markdown-ext

    1
    0 Votes
    1 Posts
    1k Views
    T
    What is the difference between nodebb-plugin-markdown-ext and nodebb-plugin-markdown?