Skip to content

General Discussion

A place to talk about whatever you want

3.9k Topics 23.8k Posts
  • Is there way to make a topic part two categories at the same time?

    Unsolved
    6
    0 Votes
    6 Posts
    3k Views
    M
    I ran into similar problem some while ago and I used tags as a temporary solution. YMMV.
  • System reputation

    Unsolved
    15
    0 Votes
    15 Posts
    5k Views
    julianJ
    @Master Is this due to a plugin that messed up reputation settings? (@pichalite, I believe, summarised this issue for me)... if so, then it looks like a custom script has to be written to re-calculate user reputation points based off of post voting history. Unfortunately, it is not something we can do for free (about $300 USD with proper testing, etc), so please contact us if you are interested. Perhaps @exodo can alter his script to accommodate your request?
  • Weird bug

    Solved
    9
    -1 Votes
    9 Posts
    3k Views
    M
    @pichalite Thanks a lot !!!
  • How to change birthday dateformat to Asia dateformat

    1
    2 Votes
    1 Posts
    933 Views
    Viacheslav KimV
    Now date format is "mm/dd/yyy" and I want to change it to "dd/mm/yyyy".
  • Pages not loading

    8
    0 Votes
    8 Posts
    4k Views
    J
    @julian said in Pages not loading: sorry about that. There's some content that doesn't play nice with Safari, and we were debugging on live, because we do irresponsible things like that Slowly working towards a resolution though! I may or may not have done testing in production before. I ain't tellin'!
  • Y esto que es?

    Unsolved
    1
    0 Votes
    1 Posts
    563 Views
    Octavi RodriguezO
    Me encanta este sistema.
  • Home

    2
    0 Votes
    2 Posts
    1k Views
    PitaJP
    ????????
  • 0 Votes
    2 Posts
    3k Views
    Sol BreakGuruz AmarpreetS
    @educator Hi there. Fellow Indian here. I would recommend DigitalOcean over Vultr due to a number of reasons having used both. However there is a 3rd option which is better imo and that is Linode. 2 main reasons. Linode offers double RAM at 10$. You get 2gb RAM instead of 1gb for 10$. What I am getting from your post is that you want a 5$ plan. However it will be insufficient for even a small sized forum. Try going for the 2gb RAM option at Linode. Unless you are a registered business in India you shall have to pay 15% service tax on Digitalocean as of Jan 1 2016. Businesses dont have to pay this tax as long as they dont have a turnover of greater than 10 lacs per annum. This is because DO has officially entered the Indian Market and will need to comply with the Indian Tax authorities. This is not the case of Linode as they dont have an Indian office . This means that the DO plan at 10$ will be more than twice expensive when compared to Linode. Rest is upto you. Feel free to ask anymore questions
  • Can't change profile cover correctly

    4
    0 Votes
    4 Posts
    2k Views
    BriB
    @gycggd so... did you resolve it or are you just explaining your steps?
  • Anyone used VPG.AG vps instead of Digital Ocean?

    4
    0 Votes
    4 Posts
    2k Views
    BriB
    LXC refers to the technology that enables programs to work in containers like Docker. I haven't tried it, but there are dockerized versions of NodeBB that are supposed to be easy to deploy. Because it's still kind of a new technology for deployment YMMV. Traditionally NodeBB is deployed as a process running on a VPS (which is commonly a VM dedicated to you (aka KVM)) since it already has all the daemonization logic built in. So, this is the best tested and most common method of deployment. You can get a VPS from providers like Digital Ocean, AWS, Azure, etc. Even if you don't have access to educator resources, there are typically ways to get free server time
  • Node Js foundation

    1
    3 Votes
    1 Posts
    1k Views
    BriB
    Since this software is built in node and I'm a huge fan, I saw this come across my feed and thought it might be something you guys would want to be involved in: https://medium.com/@nodejs/nominations-open-for-node-js-foundation-individual-membership-director-4f004f5cc140#.eyhh09t3s
  • mongodb hacked OTL WE MUST CHANGE MONGODB PORT!!

    9
    0 Votes
    9 Posts
    4k Views
    P
    Yes. We had passwd & ssh key to acces the server. What how is ssh related to having no database password? Many people got hacked this way. Source? more coverage on the issue https://krebsonsecurity.com/2017/01/extortionists-wipe-thousands-of-databases-victims-who-pay-up-get-stiffed/
  • NodeBB as an SSO provider?

    3
    0 Votes
    3 Posts
    2k Views
    M
    I guess that could work. I was hoping that NodeBB could somehow be set up as an oauth2 provider. Any guidance on if that is possible would be appreciated.
  • navbar 100% width and content 970px

    3
    0 Votes
    3 Posts
    2k Views
    M
    @PitaJ said in navbar 100% width and content 970px: #header-menu > .container { width: 100%; } Thank you
  • How do I prevent capitalization and punctuation in content title?

    11
    0 Votes
    11 Posts
    3k Views
    yariY
    @yari, learn
  • 10K members in this community - Yeah

    5
    2 Votes
    5 Posts
    2k Views
    JenklerJ
    I only checked the userid, a few deleted accounts maybe
  • I got a domain: nodebb.tech

    3
    1 Votes
    3 Posts
    2k Views
    R
    @Jenkler Thanks. Yeah, I am Chinese, so I write what I am familiar with. Currently there are beginner, theming, plugining, coding categories. I used to write some articles on my personal blog, but I think this domain is cooler.
  • how to use own smiley pack

    Solved
    6
    0 Votes
    6 Posts
    3k Views
    frissdiegurkeF
    @julian said in how to use own smiley pack: You'll probably want to check out how emoji packs are installed... but I do believe emoji-extended supports custom uploaded emoji. @frissdiegurke ? It's pretty much what @TaLoche said. emoji-static plugin in addition to emoji-extended. This allows you to specify custom emoji sets that need to be activated within emoji-extended plugin page. Since @MJ upvoted that post, is the question solved for you?
  • starting nodebb with systemd

    6
    0 Votes
    6 Posts
    3k Views
    julianJ
    You pass in --no-daemon and --no-silent because Upstart works best if the program itself is run interactively, with output sent to stdout. However, I don't recall if systemd is different... If it works best run interactively, use --no-daemon. If it reads output from stdout (which I believe it does), then use --no-silent.
  • i got the problem ~~ spawn npm enoent <-

    7
    0 Votes
    7 Posts
    3k Views
    사다리하하
    solved it~~ [image: e31S7sh.png] window nodejs root path was deleted~ re-write it and then it works~ thanks to all~~