• Home
  • Categories
  • Recent
  • Popular
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
Skins
  • Light
  • Default
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Quartz
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Slate
  • Solar
  • Superhero
  • Vapor
Collapse

Community

Christian MendietaC

Christian Mendieta

@Christian Mendieta
About
Posts
26
Topics
9
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

    Who is using NodeBB?
  • Christian MendietaC Christian Mendieta

    we're using NodeBB and loving it so far!

    http://projectforums.org


  • Forum Stats CSS Issue
  • Christian MendietaC Christian Mendieta

    I just solved it myself. For reference just add the code to Appearance > Custom Content.

    Cheers
    Christian


  • [nodebb-plugin-user-invitations] Invitation statistics?
  • Christian MendietaC Christian Mendieta

    Hi!
    I just installed the nodebb-plugin-user-invitations which I think is a great idea!

    Quick question, what's the use of the "set invitations" and "give reward" settings?

    (sorry for the big image, but wanted to give context)
    0_1516654907657_Capture.JPG

    Thanks!
    Chris


  • v1.6.0 Suspected Nginx Problem
  • Christian MendietaC Christian Mendieta

    Hi,
    Just for the record, I managed to make it work, here's the nginx config:

    server {
        listen      80;
        server_name mydomain.tls;
        return 301  https://$server_name$request_uri;
    }
    
    
    server {
        server_name mydomain.tls;
    
        listen 443 ssl; # managed by Certbot
        ssl_certificate /etc/letsencrypt/live/mydomain.tls/fullchain.pem; # managed by Certbot
        ssl_certificate_key /etc/letsencrypt/live/mydomain.tls/privkey.pem; # managed by Certbot
        include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot
        ssl_dhparam /etc/ssl/certs/dhparam.pem;
    
        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";
        }
    
    }
    

    Hope it helps someone.
    Cheers
    Christian


  • Conversion tracking code
  • Christian MendietaC Christian Mendieta

    Hi!
    I want to keep track of the effectiveness of my marketing campaigns through conversion tracking, and, for us a conversion is a new user on the forum.
    Where should I place a tracking code once a customer registers?

    Thanks for your help!
    Chris


  • Is the Adsense plugin working?
  • Christian MendietaC Christian Mendieta

    @baris I do have an adblocker, I paused it and now it works!
    thanks!


  • Boxes on the side
  • Christian MendietaC Christian Mendieta

    Awesome! thanks!

  • Login

  • Don't have an account? Register

  • Login or register to search.
Powered by NodeBB Contributors
  • First post
    Last post
0
  • Home
  • Categories
  • Recent
  • Popular
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
  • Login

  • Don't have an account? Register

  • Login or register to search.