Client side you do this
function() {
console.log(test);
});
Server side you do this :
socket.emit('yourEventName', {data:1}, function() {
console.log('server responded');
});
/nodebb/public/templates/login.tpl @ http://l4fd.info/login.tpl.txt
/nodebb/node_modules/nodebb-plugin-openid-steam/library.js @ http://l4fd.info/library.js
Can't figure out why {authentication.steam} returns false and <!-- IF authentication.steam --> still outputs anything in it.