Skip to content

General Discussion

A place to talk about whatever you want

3.9k Topics 23.9k Posts
  • Parse aboutme problem

    2
    0 Votes
    2 Posts
    468 Views
    A
    Well, I found a solution using utils.decodeHTMLEntities for chars between dollars tags of KaTeX, before the markdown conversion. I hope it's not too much insecure...
  • Way to parse topics titles

    6
    0 Votes
    6 Posts
    851 Views
    A
    @baris Yes. I see also that there is a problem for some other pages like /search ... I will see if I can get it work for all (I thought there were just one place/hook to parse title for all uses but it's not the case).
  • without sharp install

    2
    0 Votes
    2 Posts
    484 Views
    N
    @Abhinov-Singh-0 you can. I have centos 6 First install devtoolset-2 to get gcc 4.8.x https://gist.github.com/stephenturner/e3bc5cfacc2dc67eca8b Then enable the environment, and install libvip 8.8.3 https://github.com/libvips/libvips/releases Then install nodebb but with environment enabled also under nodebb user run.
  • Get uniquevisitors per month from database.

    3
    0 Votes
    3 Posts
    476 Views
    Carlito SantiagoC
    Correct me if I'm wrong. I'm really not sure if what you're trying to do. Are you trying to create a unique visitor graph or are you simply trying to display the unique Visitors for that current month? However, I think MongoDB timestamp is much similar to javascript time stamp. MongoDB has some built-in command to convert it however you can just as easily do this with javaScript. var objectIdFromDate = function (date) { return Math.floor(date.getTime() / 1000).toString(16) + "0000000000000000"; }; var dateFromObjectId = function (objectId) { return new Date(parseInt(objectId.substring(0, 8), 16) * 1000); };
  • 0 Votes
    4 Posts
    849 Views
    F
    @julian Thanks, I'm aware of suggested topics, we're already using that but it gets topics from other categories too. Which doesn't work when you just want to focus on certain type of topics (a category) only.
  • This topic is deleted!

    0
    0 Votes
    0 Posts
    2 Views
    No one has replied
  • Upload Image Times: Server response parsing error

    2
    0 Votes
    2 Posts
    471 Views
    julianJ
    Can you please share the server-side error? This client-side error is not something we can use, unfortunately.
  • 0 Votes
    1 Posts
    298 Views
    M
    Re: Searching for multiple tags in Tags page
  • Is there a way to have a sub-forum blocked from search?

    4
    0 Votes
    4 Posts
    1k Views
    <baris>B
    That's correct, a category === forum in NodeBB. If you exclude History Channel, posts from that category(forum) won't show up in search results.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    3 Views
  • Add and manage pages

    2
    0 Votes
    2 Posts
    918 Views
    PitaJP
    nodebb-plugin-custom-pages
  • How to show Best posts made by users?

    8
    0 Votes
    8 Posts
    1k Views
    julianJ
    Yes, best posts is in v1.13.0
  • Is it able to pay for registering?

    3
    0 Votes
    3 Posts
    372 Views
    S
    Um. What is payment processor.. Here we use Wechat or AliPay.. https://intl.alipay.com/ The largest mobile/online payment software/APP.
  • 0 Votes
    2 Posts
    422 Views
    <baris>B
    Is there anything in the logs/output.log?
  • Quick reply

    8
    0 Votes
    8 Posts
    1k Views
    T
    Anyone else have this issue where they can't access the Persona theme settings?
  • Adding a NodeBB forum to a React App

    1
    0 Votes
    1 Posts
    1k Views
    VersifictionV
    Hello everybody, I'm a junior web developer and for a project (a React App), I wanted to add a NodeBB forum inside it, Is it possible ? I saw this article in Medium (https://medium.com/@samwsoftware/building-a-forum-with-react-and-node-242a2a3c2995), but the guy doesn't explain at all how he managed to install NodeBB inside a React App, Does someone have an idea? Thanks,
  • How to remove the icon before "thread being removed to other section"

    6
    0 Votes
    6 Posts
    897 Views
    S
    thanks @PitaJ, Im ok with that, I'll probably never run the command again. In this particular case, I changed the structure of my forum and moved a large number of topics into different categories.
  • Can you set the user to delete or modify the post?

    1
    0 Votes
    1 Posts
    292 Views
    M
    Can you set the user to delete or modify the post?
  • NodeBB disabled after server reboots

    5
    0 Votes
    5 Posts
    811 Views
    julianJ
    You shouldn't need to start and enable NodeBB every time you reboot the server, once you've enable'd it once, it should come up again every time you reboot.
  • How to set post privilege?

    3
    0 Votes
    3 Posts
    623 Views
    U
    @oplik0 Thank you!