we're using NodeBB and loving it so far!
Christian Mendieta
Posts
-
Who is using NodeBB? -
Forum Stats CSS IssueI just solved it myself. For reference just add the code to Appearance > Custom Content.
Cheers
Christian -
[nodebb-plugin-user-invitations] Invitation statistics?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)
Thanks!
Chris -
v1.6.0 Suspected Nginx ProblemHi,
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 codeHi!
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?@baris I do have an adblocker, I paused it and now it works!
thanks! -
Boxes on the sideAwesome! thanks!