Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. Xanthrop
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 13
    • Best 1
    • Groups 0

    Xanthrop

    @Xanthrop

    1
    Reputation
    239
    Profile views
    13
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Location Pennsylvania

    Xanthrop Unfollow Follow

    Best posts made by Xanthrop

    • RE: fresh install, session problem

      the url in your config has to match the fqdn of your site. Also, I don't believe the https is necessary in that config as you are not using https in your nginx config.

      {
      "url": "http://the.exact.url",
      "secret": "xxxxxxxx",
      "database": "mongo",
      "port": 4567,
      "mongo": {
      "host": "127.0.0.1",
      "port": "27017",
      "username": "nodebb",
      "password": "xxxxxxxxxx",
      "database": "nodebb"
      },
      
      posted in Technical Support
      Xanthrop
      Xanthrop

    Latest posts made by Xanthrop

    • Upgrading from v1.7.x

      Ran in to an issue during an upgrade. What should I be running to get upgraded? I'm on v1.7.5 according to the Dashboard.

      nodebb@clyde:~/nodebb$ git merge origin/v1.10.x
      Already up to date.
      
      nodebb@clyde:~/nodebb$ git fetch
      remote: Counting objects: 8548, done.
      remote: Compressing objects: 100% (7/7), done.
      remote: Total 8548 (delta 4321), reused 4327 (delta 4321), pack-reused 4220
      Receiving objects: 100% (8548/8548), 2.12 MiB | 11.62 MiB/s, done.
      Resolving deltas: 100% (7066/7066), completed with 1360 local objects.
      From https://github.com/NodeBB/NodeBB
       * [new branch]          acp-alert-fix                           -> origin/acp-alert-fix
       * [new branch]          acp-quick-actions                       -> origin/acp-quick-actions
       * [new branch]          blocks                                  -> origin/blocks
       * [new branch]          chat-kick-support                       -> origin/chat-kick-support
         4d9e2b116..bc18b489e  develop                                 -> origin/develop
       * [new branch]          fix-6404                                -> origin/fix-6404
       * [new branch]          hsts-configuration                      -> origin/hsts-configuration
       * [new branch]          interstitial-fileupload                 -> origin/interstitial-fileupload
         52ab0a00d..3cccbbc1f  master                                  -> origin/master
       + 143fd924d...04d31fe1d patch-pitaj                             -> origin/patch-pitaj  (forced update)
       * [new branch]          renovate/eslint-5.x                     -> origin/renovate/eslint-5.x
       * [new branch]          renovate/eslint-config-airbnb-base-13.x -> origin/renovate/eslint-config-airbnb-base-13.x
       * [new branch]          renovate/jimp-0.x                       -> origin/renovate/jimp-0.x
       * [new branch]          renovate/jsdom-11.x                     -> origin/renovate/jsdom-11.x
       * [new branch]          renovate/mocha-5.x                      -> origin/renovate/mocha-5.x
       * [new branch]          renovate/mongodb-3.x                    -> origin/renovate/mongodb-3.x
       * [new branch]          renovate/nyc-12.x                       -> origin/renovate/nyc-12.x
       * [new branch]          renovate/winston-3.x                    -> origin/renovate/winston-3.x
       * [new branch]          service-workers                         -> origin/service-workers
       * [new branch]          spa-authentication                      -> origin/spa-authentication
       * [new branch]          travis-ci-yarn                          -> origin/travis-ci-yarn
       * [new branch]          uglify-es                               -> origin/uglify-es
       * [new branch]          user-blocking                           -> origin/user-blocking
       * [new branch]          v1.10.x                                 -> origin/v1.10.x
       * [new branch]          v1.8.x                                  -> origin/v1.8.x
       * [new branch]          v1.9.x                                  -> origin/v1.9.x
       * [new branch]          withScores-batch                        -> origin/withScores-batch
       * [new branch]          yariplus-patch-1                        -> origin/yariplus-patch-1
       * [new tag]             v1.10.1                                 -> v1.10.1
       * [new tag]             v1.9.3                                  -> v1.9.3
       * [new tag]             v1.10.0                                 -> v1.10.0
       * [new tag]             v1.8.0                                  -> v1.8.0
       * [new tag]             v1.8.1                                  -> v1.8.1
       * [new tag]             v1.9.0                                  -> v1.9.0
       * [new tag]             v1.9.1                                  -> v1.9.1
       * [new tag]             v1.9.2                                  -> v1.9.2
      nodebb@clyde:~/nodebb$ git checkout v1.10.x
      Branch 'v1.10.x' set up to track remote branch 'v1.10.x' from 'origin'.
      Switched to a new branch 'v1.10.x'
      nodebb@clyde:~/nodebb$ git merge origin/v1.10.x
      Already up to date.
      nodebb@clyde:~/nodebb$ git rev-parse --abbrev-ref HEAD
      v1.10.x
      nodebb@clyde:~/nodebb$ ./nodebb upgrade
      Dependencies outdated or not yet installed.
      Installing them now...
      
      /bin/sh: 1: npm: not found
      Error installing dependencies!
      message: Command failed: npm install --production
      stdout: null
      stderr: null
      /home/nodebb/nodebb/src/cli/package-install.js:54
                      throw e;
                      ^
      
      Error: Command failed: npm install --production
          at checkExecSyncError (child_process.js:601:13)
          at Object.execSync (child_process.js:641:13)
          at Object.installAll (/home/nodebb/nodebb/src/cli/package-install.js:45:9)
          at Object.<anonymous> (/home/nodebb/nodebb/src/cli/index.js:58:18)
          at Module._compile (module.js:652:30)
          at Object.Module._extensions..js (module.js:663:10)
          at Module.load (module.js:565:32)
          at tryModuleLoad (module.js:505:12)
          at Function.Module._load (module.js:497:3)
          at Module.require (module.js:596:17)
      nodebb@clyde:~/nodebb$
      

      I had taken a snapshot of this VM and was able to revert, so I'm back up and running on v1.7.x

      posted in Technical Support
      Xanthrop
      Xanthrop
    • RE: fresh install, session problem

      the url in your config has to match the fqdn of your site. Also, I don't believe the https is necessary in that config as you are not using https in your nginx config.

      {
      "url": "http://the.exact.url",
      "secret": "xxxxxxxx",
      "database": "mongo",
      "port": 4567,
      "mongo": {
      "host": "127.0.0.1",
      "port": "27017",
      "username": "nodebb",
      "password": "xxxxxxxxxx",
      "database": "nodebb"
      },
      
      posted in Technical Support
      Xanthrop
      Xanthrop
    • Threaded view with visual example

      Within each topic, I'm interested in seeing a threaded view of posts in that topic. Here is a markup.

      0_1522267198056_00f4da06-456a-4127-b8a6-dfc771ae89b6-image.png

      Open Forum

      Adding the option to toggle this on/off would be in Admin/Settings/Posts

      I have several older/grumpier board members that miss their old ubb.threads and want to see 'who has replied and in what order'. Similarly, those same users would want this threaded type view of each Topic on the Home page, however I am currently force feeding Magazine layout to see if I can convert them at least a little.

      posted in Feature Requests
      Xanthrop
      Xanthrop
    • RE: WebM Embed Plugin

      @pitaj yes, but I didn't refresh my admin page afterwards. Thank you again!

      posted in NodeBB Plugins
      Xanthrop
      Xanthrop
    • RE: WebM Embed Plugin

      perfect! where in the admin do i enter the api info? i dont see a section in the plugins drop down.

      posted in NodeBB Plugins
      Xanthrop
      Xanthrop
    • RE: WebM Embed Plugin

      oh it needs an api. is it a pay service only?

      posted in NodeBB Plugins
      Xanthrop
      Xanthrop
    • RE: WebM Embed Plugin

      @pitaj Thank you, I installed this and restarted. If I paste the url

      https://i.imgur.com/zw6fujO
      

      It just looks like that in my composer, it doesn't retrieve the content from the url and display it, like it does below.

      https://i.imgur.com/zw6fujO

      posted in NodeBB Plugins
      Xanthrop
      Xanthrop
    • RE: WebM Embed Plugin

      How do I get this working? I am trying to allow embed of gifv. Here, it embeds just fine. On my board, it just pastes as a hyperlink.

      posted in NodeBB Plugins
      Xanthrop
      Xanthrop
    • RE: Custom favicon not being shown

      Lodge this one under annoyances then for 1.7.x 😃 Glad I found this thread.

      posted in Technical Support
      Xanthrop
      Xanthrop
    • RE: Home Page theme

      @PitaJ and @julian thank you so much!

      posted in Technical Support
      Xanthrop
      Xanthrop