• 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. Funkel
    3. Posts
    • Profile
    • Following 6
    • Followers 0
    • Topics 3
    • Posts 6
    • Best 1
    • Controversial 0
    • Groups 1

    Posts made by Funkel

    • RE: Curious is there a current updated Discord SSO? [Nevermind updated my old one]

      @Fl4shBack51 No problem

      posted in Plugin Requests
      Funkel
      Funkel
    • RE: Curious is there a current updated Discord SSO? [Nevermind updated my old one]

      @Fl4shBack51 Atm i use https://github.com/jsumners/nodebb-plugin-sso-discord-alt and it works.

      posted in Plugin Requests
      Funkel
      Funkel
    • How i force https?

      How i force https my NGINX

      My Nginx settings

      server {
        listen [::]:443 ssl http2;
        listen 443 ssl http2;
        listen [::]:80;
        listen 80;
        
        server_name javahub.de;
        
      
        client_max_body_size 50M;
      
        # RSA
        ssl_certificate /etc/letsencrypt/javahub.de/fullchain.pem;
        ssl_certificate_key /etc/letsencrypt/javahub.de/private.key;
        # ECDSA
        ssl_certificate /etc/letsencrypt/javahub.de_ecc/fullchain.pem;
        ssl_certificate_key /etc/letsencrypt/javahub.de_ecc/private.key;
      
        location / {
          proxy_set_header X-Real-IP $remote_addr;
          proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
          proxy_set_header X-Forwarded-Proto $scheme;
          proxy_set_header Host $http_host;
          proxy_set_header X-NginX-Proxy true;
          proxy_pass http://127.0.0.1:4567;
          proxy_redirect off;
          # Socket.IO Support
          proxy_http_version 1.1;
          proxy_set_header Upgrade $http_upgrade;
          proxy_set_header Connection "upgrade"; 
        }
      
      }
      
      
      posted in Technical Support
      Funkel
      Funkel
    • How i can add Multiple Category sections?

      Hello 😄

      Im a newbie with css so i found this code in the NodeBB Forum

      ul.categories [data-cid="1"]::before {
      content: "Neuigkeiten";
      background: #1e1f33 url(https://i.imgur.com/liB8eUb.png) no-repeat 10px center;
      }
      
      ul.categories [data-cid="3"]::before {
      content: "Blocks";
      background: #1e1f33 url(https://i.imgur.com/eSUaQuV.png) no-repeat 10px center;
      }
      
      ul.categories [data-cid="1"]::before, ul.categories [data-cid="3"]::before {
      color: #fff;
      display: block;
      position: relative;
      height: 40px;
      line-height: 40px;
      font-size: 15px;
      border-bottom: 1px #0c2b51 solid;
      text-align: left;
      padding-left: 70px;
      font-style: normal;
      text-transform: uppercase;
      margin-bottom: 20px;
      font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
      border-radius: 5px;
      margin-left: 10px;
      }
      

      I am also shown a category above as you can see here

      alt text

      But my question now is how do I get more category sections? In CSS as I see it there are 2 categories defined or do I see it wrong?

      can you help me?

      MfG Funkel

      posted in NodeBB Development
      Funkel
      Funkel
    • RE: Global Footer Html

      Sorry for Double Post but i fixed it by myself 😄

      posted in Technical Support
      Funkel
      Funkel
    • Global Footer Html

      Last time i had a Html Widget in Global Footer no its gone how i become it back?

      alt text

      Greetz Funkel

      posted in Technical Support
      Funkel
      Funkel

    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