Skip to content

General Discussion

A place to talk about whatever you want

3.8k Topics 23.3k Posts
  • 0 Votes
    1 Posts
    481 Views
    francedemaF

    aaaaaaaaaaaaaaaaaaaaaa

  • NodeBB Installation Guide for Windows Azure

    10
    0 Votes
    10 Posts
    5k Views
    abhishekguptaA

    Guys Now we can easily deploy Node.Js application to Azure website..

    To try it just try File New NodeJs project in Visual Studio and right click deploy on Azure WEbsite, I have just tested it..

    Now further work is to Import NodeBB source Code in Visual Studio Node.JS project template..

    upload-e5ee4614-2be8-4a22-a2da-f9739a084794

    Although I am not sure how to manage Redis on Azure..

  • 0 Votes
    8 Posts
    3k Views
    A

    0.7.x - User can access site without port.
    0.8.x with same config, user has to enter :4567 to access site.

  • How do I set default values for users after SSO?

    Solved
    4
    0 Votes
    4 Posts
    2k Views
    julianJ

    Thanks for checking back in! 😄

  • Mybb to Nodebb migration

    14
    0 Votes
    14 Posts
    6k Views
    B

    @Areks, open up a ticket here https://github.com/akhoury/nodebb-plugin-import/issues

    please share all the info you have, meaning
    Node version,
    Nodebb version
    redis version, although i recommend mongodb

    also, if you want, send me a copy of the dump, and I give it a shot.

  • Help to get recent posts through api

    10
    0 Votes
    10 Posts
    3k Views
    C

    can you limit the # of recent posts to get via param, say if you only want 2 of the most recent?

  • 0 Votes
    6 Posts
    4k Views
    R

    @julian
    Just do all the stuff from the scratch solve all the problem.😃

  • Plugins completely disappeared since v0.8.1

    3
    0 Votes
    3 Posts
    1k Views
    James GameJ

    Thanks, I'll try to communicate with the plugins' developers

  • 0 Votes
    4 Posts
    5k Views
    P

    @tfraley @yariplus In my case I have a new and not very active forum, so I don't visit it daily. If a spammer registers and posts something a notification would be fine.

  • Logo size

    Solved
    7
    0 Votes
    7 Posts
    3k Views
    FastidiousF

    It seems "mark as solved" isn't working, but it is solved.

  • New User Login Error

    8
    0 Votes
    8 Posts
    3k Views
    S

    @frissdiegurke said:

    seems similar to the bug https://github.com/NodeBB/NodeBB/issues/3489 so you may just need to update your dependencies (rm -rf node_modules && npm cache clean && npm i).

    That worked, thanks!

  • 0 Votes
    2 Posts
    1k Views
    jareyJ

    You can manage the categories permissions throught Administration Control Panel in order to hide it from unregistered users. Maybe theres some more options there.

  • Welcome Notification, Where?

    7
    0 Votes
    7 Posts
    2k Views
    P

    Locking other categories down till you have 1 post is also doable. Check out the rewards tab in ACP. Add the user to group that has privs to post in other categories only if post count >= 1

  • Admin section is amazing in 0.8.0

    6
    4 Votes
    6 Posts
    2k Views
    A

    @psychobunny said:

    This is how you upgrade? This looks like how I design XD

    Explains how you forget to push fixes to this place. 😄

  • Text next to image?

    4
    0 Votes
    4 Posts
    2k Views
    tfraleyT

    Yhea just figured I was something to note, maybe for a future, adding options to the picture icon that could float it as you say.

    I love markdown and use it daily for writing articles.
    I've tried Redactor and it's nice, but in the end, I went back to default one.

  • Is this line up to date?

    8
    0 Votes
    8 Posts
    2k Views
    julianJ

    v0.8.x is the branchn v0.8.0 is the version. We'll be dropping v0.8.1 today most likely, to include bugfixes discovered in the past week 😄

  • Love to see Rewards expanded on

    1
    2 Votes
    1 Posts
    770 Views
    tfraleyT

    I love the reward system and gamification.

    I mentioned this before, I think in a plugin thread but here it goes.

    The idea is adding more options to "If User's"
    Example "Tags" or reputation with tags.

    What I would like to see is this

    Someone on my forums has helped other readers and racked up 100 rep with the tag apple.

    So the math

    If user's reputation + (Apple - Tag) is > then 99 then add to group (apple)

    This way we get people who are actually helping into corresponding groups and can reward them or offer next level help to them.

    Maybe we can't mix rep and tag's, but even just having tag's would open another level of possibilities

    People in the other thread thought it was a good idea, honestly don't remember the thread was a while ago.

    If there is already a plugin out there doing this, please let me know, but would be awesome to have it in the core system.

  • Why is the whole post loaded?

    4
    0 Votes
    4 Posts
    2k Views
    barisB

    You can set the # of recent replies to 0 in the acp, but then you want see anything there.

    Another option is to modify the template https://github.com/NodeBB/nodebb-theme-persona/blob/master/templates/partials/categories/lastpost.tpl#L12 if you remove the content you won't see the post content there.

  • 0 Votes
    3 Posts
    4k Views
    julianJ

    npm i mmmagic

  • 0 Votes
    4 Posts
    1k Views
    barisB

    Pushed this change to this forum, the notification will go away if you scroll down or after 10 seconds, and it only shows up if the topic has more than 10 posts.