What is this new thing?

General Discussion

Suggested Topics


  • 0 Votes
    2 Posts
    219 Views

    There's no built in functionality to do this. There may be a plugin but I don't know of one.

  • 0 Votes
    10 Posts
    4k Views

    Appreciate all those providing input on this type of layout. It's too bad the site using the grid layout is not using nodebb or else we could probably get the designer to provide some help.

  • 0 Votes
    3 Posts
    1k Views

    I'm sure its possible.
    There's a Q&A plugin, rewards system, etc to make all of this happen.

  • 0 Votes
    2 Posts
    2k Views

    Will offer my way of fixing.. probably something went wrong in the themes, aside from css, probably version mismatches with the core nodebb version your using. The below will revert to working vanilla and lavender theme versions that match w/ your core nodebb install version. (probably need to stick with whatever theme versions it reinstalls, because I've always had problems w/ updating themes, I don't upgrade them anymore) Stick with what came with the nodebb install originally. This will revert back to originals:

    ./nodebb stop (close nodebb) npm uninstall nodebb-theme-lavender npm uninstall nodebb-theme-vanilla npm install nodebb-theme-vanilla npm install nodebb-theme-lavender

    ./nodebb start. try avoid editing too much .less and .tpl in the theme files and stick as much as possible in the Custom css area in your ACP

  • 0 Votes
    3 Posts
    4k Views

    @vatsal Specifically, the "hotswap" plugin (actually, it's built into core, but it should be a plugin) and the newrelic module both modify the application stack using the same method.

    It may be possible to have the hotswap plugin work properly with newrelic, but I haven't the time to check right now 😦