Users tab and users profile never found

Solved Technical Support

Suggested Topics


  • 0 Votes
    6 Posts
    152 Views

    @baris said in Reset All Users Skin Selection:

    You need to clear the cache or restart nodebb since you are modifying the database via cli

    perfect! I just tested and it worked. Thanks for your help!

  • 0 Votes
    9 Posts
    344 Views

    If they have no posts they are considered a new user, so until one of their queued posts is accepted all their posts will go to the post queue. If you are not using reputation make sure Reputation required to bypass post queue is set to 0 or lower.

  • 0 Votes
    5 Posts
    675 Views

    @yariplus Looking at the main package.json I notice that although my theme from local folder works untill something happens - and I have the problem described here - it's not listed there.

    Before deciding for Nodebb tried another app relying on composer and I had to manually add my local plugins, templates to main composer.json. I have to add my local theme to package.json the same way, here?

  • 0 Votes
    11 Posts
    2k Views

    @pitaj Thanks! With node v8.7.0 and npm v5.4.2, I was able to run ./nodebb upgrade and now I'm a proud member of the nodebb v1.7.4 club.

    alt text

  • 0 Votes
    2 Posts
    1k Views

    ./nodebb reset just disables all plugins.

    Use nodebb without a command to see all commands. ./nodebb

    Welcome to NodeBB Usage: ./nodebb {start|stop|reload|restart|log|setup|reset|upgrade|dev} start Start the NodeBB server stop Stops the NodeBB server reload Restarts NodeBB restart Restarts NodeBB log Opens the logging interface (useful for debugging) setup Runs the NodeBB setup script reset Disables all plugins, restores the default theme. activate Activate a plugin on start up. plugins List all plugins that have been installed. upgrade Run NodeBB upgrade scripts, ensure packages are up-to-date dev Start NodeBB in interactive development mode watch Start NodeBB in development mode and watch for changes