Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. RogerLevy
    • Profile
    • Following 0
    • Followers 0
    • Topics 12
    • Posts 37
    • Best 0
    • Groups 0

    RogerLevy

    @RogerLevy

    0
    Reputation
    324
    Profile views
    37
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    RogerLevy Follow

    Latest posts made by RogerLevy

    • RE: [plugin-session-sharing] Transferring additional user info

      Bump

      Nothing?

      posted in NodeBB Plugins
      RogerLevy
      RogerLevy
    • [plugin-session-sharing] Transferring additional user info

      Is it easy/possible to transfer additional info besides the username/email/location when a new user logs in for the first time and a forum user is created for them?

      posted in NodeBB Plugins
      RogerLevy
      RogerLevy
    • How to display user location in posts list and post page?

      {posts.user.location} in my template comes back blank. Does the renderer intentionally leave that and other data out?

      posted in General Discussion
      RogerLevy
      RogerLevy
    • RE: How to see what hooks are firing?

      @dravere How would you achieve filtering out every "plugins/fireHook]" line that does NOT also have a certain string? (inclusion as opposed to exclusion)

      posted in General Discussion
      RogerLevy
      RogerLevy
    • RE: How to see what hooks are firing?

      Maybe this could be configured to limit hook logs to a match a string. So you could tell it to log only "action" or "post" and that would control the spam 😉

      posted in General Discussion
      RogerLevy
      RogerLevy
    • RE: How to see what hooks are firing?

      To get a shorter path to understanding when certain hooks fire.

      posted in General Discussion
      RogerLevy
      RogerLevy
    • How to see what hooks are firing?

      I'm developing my first plugin and would like to see what hooks are firing. Can nodebb be configured to log all hooks?

      posted in General Discussion
      RogerLevy
      RogerLevy
    • RE: Plugin page returns 404 but searchable in Search for Settings
      root@community:/var/nodebb# systemctl stop nodebb
      root@community:/var/nodebb# ./nodebb build
        started
      2018-06-07T16:34:56.255Z [7073] - warn: You have no mongo username/password setup!
      2018-06-07T16:34:56.747Z [7073] - info: [build] Building in parallel mode
      2018-06-07T16:34:56.748Z [7073] - info: [build]         plugin static dirs  build started
      2018-06-07T16:34:56.751Z [7073] - info: [build]          requirejs modules  build started
      2018-06-07T16:34:56.752Z [7073] - info: [build]           client js bundle  build started
      2018-06-07T16:34:56.754Z [7073] - info: [build]            admin js bundle  build started
      2018-06-07T16:34:56.754Z [7073] - info: [build]         client side styles  build started
      2018-06-07T16:34:56.755Z [7073] - info: [build] admin control panel styles  build started
      2018-06-07T16:34:56.756Z [7073] - info: [build]                  templates  build started
      2018-06-07T16:34:56.757Z [7073] - info: [build]                  languages  build started
      2018-06-07T16:34:56.757Z [7073] - info: [build]                     sounds  build started
      2018-06-07T16:34:57.113Z [7073] - info: [build]                     sounds  build completed in 0.356sec
      2018-06-07T16:34:57.268Z [7073] - info: [build]         plugin static dirs  build completed in 0.52sec
      2018-06-07T16:35:00.633Z [7073] - info: [build]           client js bundle  build completed in 3.881sec
      2018-06-07T16:35:00.634Z [7073] - info: [build]            admin js bundle  build completed in 3.88sec
      2018-06-07T16:35:00.758Z [7073] - info: [build]                  languages  build completed in 4.001sec
      2018-06-07T16:35:00.761Z [7073] - info: [build]                  templates  build completed in 4.005sec
      2018-06-07T16:35:00.930Z [7073] - info: [build]         client side styles  build completed in 4.176sec
      2018-06-07T16:35:01.997Z [7073] - info: [build]          requirejs modules  build completed in 5.246sec
      2018-06-07T16:35:02.096Z [7073] - info: [build] admin control panel styles  build completed in 5.341sec
      2018-06-07T16:35:02.097Z [7073] - info: [build] Asset compilation successful. Completed in 5.35sec.
      root@community:/var/nodebb# systemctl start nodebb
      
      posted in NodeBB Plugins
      RogerLevy
      RogerLevy
    • RE: Plugin page returns 404 but searchable in Search for Settings

      Also no errors thrown trying to visit the Import page except for the 404 returned by the server.

      posted in NodeBB Plugins
      RogerLevy
      RogerLevy
    • RE: Plugin page returns 404 but searchable in Search for Settings

      No errors in the logs after clearing them, stopping nodebb, rebuilding and restarting.

      If I try to build while nodebb it's running, nodebb build hangs after completing 8/9 of the tasks and I have to CTRL+C out. Nothing is added to the log , if it's supposed to.

      posted in NodeBB Plugins
      RogerLevy
      RogerLevy