• HOME
    • PRODUCT
    • PRICING
    • ABOUT
    • COMMUNITY
    Menu
    • HOME
    • PRODUCT
    • PRICING
    • ABOUT
    • COMMUNITY
    Get in touch
    Get in touch
    Menu
    • HOME
    • PRODUCT
    • PRICING
    • ABOUT
    • COMMUNITY
    • Sign in
    • Start free trial
    • Get in touch
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    • Documentation
      • Home
      • Read API
      • Write API
      • Plugin Development
    1. Home
    2. zhivkoangelov
    • Profile
    • Following 0
    • Followers 0
    • Topics 8
    • Posts 15
    • Best 4
    • Controversial 0
    • Groups 0

    zhivkoangelov

    @zhivkoangelov

    10
    Reputation
    1
    Profile views
    15
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    zhivkoangelov Unfollow Follow

    Best posts made by zhivkoangelov

    • RE: [nodebb-theme-timuu] Timuu

      I reviewed some of the Timuu forks and one of them was working better. It seems that the problem is the theme does not reference the most up-to-date version of Persona theme. When I put persona.js file into the /lib folder the problem was solved.

      So, if anyone wants to use the theme:

      1. Make a fork
      2. Copy up-to-date version of persona.js and autohiding.js files into the /lib folder of the theme
      posted in Technical Support
      zhivkoangelov
      zhivkoangelov
    • RE: [nodebb-plugin-s3-uploads-fork] Unable to connect to DigitalOcean Spaces

      Solution:
      Digital Ocean Spaces have some specifics e.g. they required the Endpoint parameter.
      I've made my own plugin adapted to work with Digital Ocean Spaces. Feel free to use: https://github.com/zhivkoangelov/nodebb-plugin-s3-uploads-digitalocean

      posted in NodeBB Plugins
      zhivkoangelov
      zhivkoangelov
    • RE: Connect to MongoDB using TLS

      @PitaJ
      Thanks, I managed to do it in the following way:
      In the URI parameter I have added: ?tls=true&tlsCAFile=<path-to-the-file>

      Issue resolved.

      posted in Technical Support
      zhivkoangelov
      zhivkoangelov
    • Connect to MongoDB using TLS

      Hello,

      I am installing NodeBB on Digital Ocean using Apps platform. I am trying to connect to MongoDB service, which requires TLS.
      How can I setup (what settings to configure in config.json) for NodeBB to connect to Mongo using TLS and to pass a certificate file?

      Thanks.

      posted in Technical Support
      zhivkoangelov
      zhivkoangelov

    Latest posts made by zhivkoangelov

    • [nodebb-plugin-markdown] Settings in Admin panel cannot be modified

      Hello,

      I am using NodeBB version 1.19.3 and nodebb-plugin-markdown is installed by default.
      In admin panel, when I go to "/admin/plugins/markdown", I see all the available settings. Unfortunately, whatever change I am trying to make, Save button does not work - nothing happens and no changes are applied.

      Thanks.

      posted in NodeBB Plugins
      zhivkoangelov
      zhivkoangelov
    • RE: Sign in via Firebase

      I am trying to do the same. Does anyone managed to develop such an integration?

      posted in NodeBB Plugins
      zhivkoangelov
      zhivkoangelov
    • RE: [nodebb-theme-timuu] Timuu

      I reviewed some of the Timuu forks and one of them was working better. It seems that the problem is the theme does not reference the most up-to-date version of Persona theme. When I put persona.js file into the /lib folder the problem was solved.

      So, if anyone wants to use the theme:

      1. Make a fork
      2. Copy up-to-date version of persona.js and autohiding.js files into the /lib folder of the theme
      posted in Technical Support
      zhivkoangelov
      zhivkoangelov
    • [nodebb-theme-timuu] Timuu

      Re: [nodebb-theme-timuu] Timuu

      The theme is very nice. However, the hamburger menu and the profile button are not working on a mobile UI. Does anyone has the same problem? Any ideas how to resolve?

      posted in Technical Support
      zhivkoangelov
      zhivkoangelov
    • RE: [nodebb-plugin-s3-uploads-fork] Unable to connect to DigitalOcean Spaces

      Solution:
      Digital Ocean Spaces have some specifics e.g. they required the Endpoint parameter.
      I've made my own plugin adapted to work with Digital Ocean Spaces. Feel free to use: https://github.com/zhivkoangelov/nodebb-plugin-s3-uploads-digitalocean

      posted in NodeBB Plugins
      zhivkoangelov
      zhivkoangelov
    • [nodebb-plugin-share-post-icons] Installation error

      Hello,

      During installation of the plugin, I got this error:
      Error: Cannot find module '/usr/src/app/node_modules/nodebb-plugin-share-post-icons/library.js'. Please verify that the package.json has a valid "main" entry

      Indeed, when I check the package.json file, I see this configuration:

      "main": "library.js"
      

      And indeed, such file does not exists...

      The strangest thing is that I successfully installed the plugin on another NodeBB instance and it is working perfectly.

      Any help?

      Thanks.

      posted in NodeBB Plugins
      zhivkoangelov
      zhivkoangelov
    • RE: 1.9.X installation fails

      @julian said in 1.9.X installation fails:

      @א-ש Hmm thanks, will investigate and backport a fix

      I got the same error when trying to install on Windows. Any info about potential fix ?

      posted in Technical Support
      zhivkoangelov
      zhivkoangelov
    • [nodebb-plugin-s3-uploads-fork] Unable to connect to DigitalOcean Spaces

      Hello,

      I am using this plugin:
      https://github.com/digitalLumberjack/nodebb-plugin-s3-uploads

      I am trying to configure it to work with DigitalOcean Spaces... In DO Spaces there are spaces instead of buckets. Does the plugin support it?

      I've configured Key Id and Secret. I've tried different configuration settings for Bucket & Host but every time I got this error:

      The AWS Access Key Id you provided does not exist in our records
      

      Does anyone succeeded in connecting and using DigitalOcean Spaces?

      Thanks.

      posted in NodeBB Plugins
      zhivkoangelov
      zhivkoangelov
    • Copy forum settings from test to production environment

      Hello,

      I have a test NodeBB forum, running on Digital Ocean. In this instance, I am changing certain settings through the Admin panel:

      1. Installing and activating plugins
      2. Modifying settings such as list of categories

      I am planning now to install a new forum instance, production one, also on Digital Ocean. What is the best way to copy forum settings from test to production (just plugins and settings, without users and posts)? Note that I would like to make this "settings update" on a regular basis.

      Thank you.

      posted in Technical Support
      zhivkoangelov
      zhivkoangelov
    • RE: NodeBB setup ended up unsuccessfully

      It seems that the Docker was not able to execute all parallel builds.

      The solution I found is:

      1. Run the setup with option: ./nodebb setup --skip-builds
      2. Manually run the build in serial mode: ./nodebb build --series

      That solved the issue.

      posted in Technical Support
      zhivkoangelov
      zhivkoangelov

    Get Started

    • Product
    • Pricing

    Resources

    • Demo Site
    • Answers
    • Docs
    • Bug Bounty

    Company

    • About
    • Blog
    • Contact
    Start Free Trial
    Github Facebook Instagram Twitter
    © 2014 – 2022 NodeBB, Inc. — Made in Canada.
    • Terms
    • Privacy
    • GDPR
    • DMCA
    • Contact
    Menu
    • Terms
    • Privacy
    • GDPR
    • DMCA
    • Contact