Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. fgallese
    F
    • Profile
    • Following 0
    • Followers 1
    • Topics 4
    • Posts 16
    • Best 7
    • Groups 0

    fgallese

    @fgallese

    12
    Reputation
    491
    Profile views
    16
    Posts
    1
    Followers
    0
    Following
    Joined Last Online

    fgallese Follow

    Best posts made by fgallese

    • RE: [Solved] Mongo listening on unix socket ?

      I finally figured it out... you need to put the path to the socket replacing the slashes with %2F.

      For example:

      "mongo": {
              "uri": "mongodb://username:password@%2Fvar%2Frun%2Fmongodb%2Fmongodb-27017.sock/dbname"
          }
      

      Thank you for your help. Hope this post helps anybody who is facing the same issue.

      posted in Technical Support
      F
      fgallese
    • RE: How to start a nodebb forum in production?

      @NoduleJS check out the output from apt-get update, the repo you are setting up is not being picked up.
      The issue is on the command you are using... after the > you shouldn't be calling tee.

      You should be doing it like this:

      sudo echo "THE LINE" > /etc/apt/sources.list.d/mongodb.list

      posted in General Discussion
      F
      fgallese
    • Global Chat

      Hello,

      I am in the process of evaluating nodebb to migrate our phpbb forum.

      So far so good. There is, however a feature that I am missing and I would like to know if someone has any idea how hard can it be to add it.

      At our current forum, we have a simple chat system at the front page where everyone that is logged in is automatically added to the chat, so you can chat with anyone who's on the site at the time.

      You can see it in action here: http://www.forobolso.com/foro/

      Furthermore, if you do not have a user, you can login to the chat as a guest.

      This is a very used feature of our site, and I'd like to keep it.
      I can see that nodebb has an amazing chat system, but it does not provide the option to use it the way we need it: Always visible at the front page (the categories page) and with every logged in user on it.

      Has anybody how this can be achieved ? Would it be possible to develop a plugin which makes use of the existing chat system or is it neccessary to write a new chat system from the ground up ?

      Thank you all for your time reading this.

      posted in Feature Requests
      F
      fgallese
    • RE: [nodebb-plugin-poll] Poll plugin

      I believe this was already reported and fixed, see: https://github.com/NodeBB/nodebb-plugin-poll/issues/96

      Issue is, the fix was made to the master branch, si it is not in the latest release.

      FaizanZahid created this issue in NodeBB/nodebb-plugin-poll

      closed When trying to insert a poll on already written topic gets this error #96

      posted in NodeBB Plugins
      F
      fgallese
    • RE: Bounced emails

      Why don't you use a service like mailgun which would take care of that for you ? I believe it is free for up to 10k emails per month.

      posted in Technical Support
      F
      fgallese
    • RE: [nodebb-plugin-emoji] Emoji Plugin

      @pitaj thank you for letting me know, much appreciated.
      No worries, it's not critical.

      posted in NodeBB Plugins
      F
      fgallese
    • Error 500 Uploading img to your forum

      Hello guys.

      Just FYI, I see an error 500 to https://community.nodebb.org/api/post/upload while trying to upload an image here in this forum.

      This does not happen to us in our forum, but we use imgur plugin so I guess that's the reason.

      posted in Technical Support
      F
      fgallese

    Latest posts made by fgallese

    • RE: [nodebb-plugin-emoji] Emoji Plugin

      @pitaj thank you for letting me know, much appreciated.
      No worries, it's not critical.

      posted in NodeBB Plugins
      F
      fgallese
    • Error 500 Uploading img to your forum

      Hello guys.

      Just FYI, I see an error 500 to https://community.nodebb.org/api/post/upload while trying to upload an image here in this forum.

      This does not happen to us in our forum, but we use imgur plugin so I guess that's the reason.

      posted in Technical Support
      F
      fgallese
    • RE: [nodebb-plugin-emoji] Emoji Plugin

      I started getting this errors with the latest upgrade:

      ![0_1608309828467_Screenshot from 2020-12-18 18-52-50.png](Uploading 0%)

      Any idea what might be happening ?

      Edit: Seems I cannot upload images here, so here is the link: https://imgur.com/a/1UsdCUY

      posted in NodeBB Plugins
      F
      fgallese
    • RE: mongod problem

      Try removing the /var/run/mongodb/mongod.pid file and then stopping it. If it doesn't work, just kill the process.

      posted in Technical Support
      F
      fgallese
    • v1.13.0 and Global Chat Plugin

      Hello All,

      Just updated our forum to the latest version of nodebb, and we are facing an issue with the global chat plugin:

      The global chat room is displaying a message constantly:

      Invitado has renamed this room: Chat ForoBolso

      It's been like this for long time now and it doesn't seem to have an ending in sight.

      Any ideas what the issue might be ?

      This is a screenshot of this:

      alt text

      posted in Technical Support
      F
      fgallese
    • RE: How to start a nodebb forum in production?

      @NoduleJS check out the output from apt-get update, the repo you are setting up is not being picked up.
      The issue is on the command you are using... after the > you shouldn't be calling tee.

      You should be doing it like this:

      sudo echo "THE LINE" > /etc/apt/sources.list.d/mongodb.list

      posted in General Discussion
      F
      fgallese
    • RE: Bounced emails

      Why don't you use a service like mailgun which would take care of that for you ? I believe it is free for up to 10k emails per month.

      posted in Technical Support
      F
      fgallese
    • RE: New desing for NodeBB chat!

      👏 great work ! can you please show how it looks when more people are on the chat room ?

      posted in General Discussion
      F
      fgallese
    • RE: [nodebb-plugin-import] not found after installation

      Hello. You need to run ./nodebb build after every time you install (or remove) a plugin.

      posted in NodeBB Plugins
      F
      fgallese
    • RE: [nodebb-plugin-poll] Poll plugin

      I believe this was already reported and fixed, see: https://github.com/NodeBB/nodebb-plugin-poll/issues/96

      Issue is, the fix was made to the master branch, si it is not in the latest release.

      FaizanZahid created this issue in NodeBB/nodebb-plugin-poll

      closed When trying to insert a poll on already written topic gets this error #96

      posted in NodeBB Plugins
      F
      fgallese