Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. Groups
    3. GNU/Linux User

    Group Details

    GNU/Linux User

    Those who prefer GNU/Linux over any other OS.

    Member List

    julian julian
    frissdiegurke frissdiegurke
    SieuVirut SieuVirut
    易 易学教程
    Orion Orion
    A Aviator
    LewisTehMinerz LewisTehMinerz
    B balushyno1
    Reed HHW Reed HHW
    L3oN L3oN
    JaredBusch JaredBusch
    PatheticMustan PatheticMustan
    timwatson timwatson
    PKRoma PKRoma
    K kevin_morgan
    Soarin Soarin
    slipknot slipknot
    mikroskeem mikroskeem
    jtsimoes jtsimoes
    KuriyamaMirai KuriyamaMirai
    ACH RODLI WILDANI 0 ACH RODLI WILDANI 0
    M Men770
    • RE: [nodebb-plugin-calendar] Fully featured calendar plugin for NodeBB - Testers needed

      New version. Please try out nodebb-plugin-calendar@1.0.0-alpha.52
      Note: this version requires NodeBB v1.13.0

      npm i nodebb-plugin-calendar@latest
      

      Changelog:

      • Support NodeBB v1.13.0
      • Fix broken avatar sizing in response lists
      • Bump dependencies

      Warning multi-day responses in topics are broken in NodeBB v1.13.0, but they should work fine in the calendar interface. I've submitted a PR that will fix this when a new NodeBB version is released

      posted in NodeBB Plugins
      PitaJ
      PitaJ
    • RE: Calendar is Blank after updating to 1.13.0

      nodebb-plugin-calendar@1.0.0-alpha.51 should fix this

      posted in Technical Support
      PitaJ
      PitaJ
    • RE: Two issuse after upgrading to version 0.13.0

      Ensure the "url" value in config.json equals exactly the URL you access the site at. For instance, for community.nodebb.org, the "url" value is "https://community.nodebb.org". I'm guessing yours has a :4567 at the end

      posted in Bug Reports
      PitaJ
      PitaJ
    • RE: v1.13.0 and Global Chat Plugin

      https://github.com/NodeBB/nodebb-plugin-global-chat/issues/7

      pitaj created this issue in NodeBB/nodebb-plugin-global-chat

      open Repeated renames show up in log #7

      posted in Technical Support
      PitaJ
      PitaJ
    • RE: Add and manage pages

      nodebb-plugin-custom-pages

      posted in General Discussion
      PitaJ
      PitaJ
    • RE: Install NodeBB on subfolder

      @julian I was suggesting installing his own WordPress setup on the same server as NodeBB, which is entirely possible but not easy by any means.

      posted in Technical Support
      PitaJ
      PitaJ
    • RE: How to show Best posts made by users?

      Yes, best posts is in v1.13.0

      posted in General Discussion
      julian
      julian
    • RE: Install NodeBB on subfolder

      @PitaJ I believe the original issue was that the WP site is hosted via a service that does not do Node.js, so that option is out.

      Perhaps @Mickola can set up a reverse proxy on that Ubuntu VM to send traffic to either WP or NodeBB... instead of having the reverse proxy on the WP server...

      posted in Technical Support
      julian
      julian
    • RE: Install NodeBB on subfolder

      First: try adding https://domain.com:*, not https://domain.com/forum to your socket.io config.

      I think it's likely that the cloudflare forwarding won't work with websockets.

      I think you have two options:

      1. Install both Wordpress and NodeBB on the same server. This shouldn't be too difficult, Wordpress is not very resource intensive. Then you can use nginx to handle both.

      2. Run NodeBB under a subdomain.

      I don't recommend this but it may be possible to reverse proxy between the two servers. Either WP -> NBB or NBB -> WP. I'd recommend you have https when communicating between the two servers.

      posted in Technical Support
      PitaJ
      PitaJ
    • RE: [nodebb-plugin-imgur] Imgur Plugin

      Could be that the plugin templates were not built? Try running ./nodebb build and restart NodeBB.

      posted in NodeBB Plugins
      julian
      julian