Modify recend cards' content

General Discussion

Suggested Topics


  • 1 Votes
    1 Posts
    222 Views

    Hello.
    I want to make some Web-App with NodeBB and OneSignal.
    But i've get some wall from OneSignal.

    How can i send notification from OneSignal Plugin?

  • 0 Votes
    1 Posts
    963 Views

    the user's personal information in the pictures below , such as the number of posts, reputation and so on. any plugin?who knows?
    0_1540434508707_97794658-052b-4934-bebb-ab4e2f31e005-image.png

  • Static Content

    General Discussion
    0 Votes
    1 Posts
    830 Views

    I have been asked to have the ability to have a few bits of breadcrumbable static content and I'm... not too keen in building a layer on top of node for these few exceptions.

    Has anyone tried implementing .something like this by either some sort of static content plugin or ( lazier? better? ) single topic sub forums?

  • 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
    8 Posts
    2k Views

    I'm not sure where to put them to be honest, I just don't like where they are right now 😆

    Node.js doesn't have out of the box chat support, we used socket.io for that.