I just renewed one of my wildcards. You indeed need to use DNS and the TXT records need to change every time. You would need to use a script to set the TXT records for auto-renew.
Haha. Yeah I was sure you haven't checked it LATELY. and yes @psychobunny I'm well aware. I'm sure many people will love that enhancement.
Thanks @julian
I upgraded with no problems.
EDIT: With the exception of having to manually do this commit manually because of merge conflicts: https://github.com/designcreateplay/NodeBB/commit/9da165c1a7bb5003796b288e6693a1ba00006cc5#diff-f4a83eb889982b3b3f610f3b8def0442L13
0
barisusakli committed to designcreateplay/NodeBB
added relative_path to templates
Okay so I wrapped everything in a div with one of my crazy user interface experiments. Everything within the <body> is wrapped in one <div>. Of course, now I am getting an error because like I figured, something is dependent to the body.
document.body.insertBefore(taskbar.taskbar, footerEl.nextSibling);
How do I change this to bind to the div instead of the body? I don't want to have the need to create a fragment, that would overcomplicate something simple.
I could perhaps do much more if I knew how to fix this.
Uncaught NotFoundError: An attempt was made to reference a Node in a context where it does not exist.
Now is there anything I might need to change that is dependent on using the body tag like this?
Thanks @julian. I've been using a similar method since the time in which I started this topic. Everything is working great for me now. I just needed some more time to become familiar with the LESS files. Thanks to all for replying!
yeah haha. I don't know, I guess templates.js was an adventurous thought of being able to import themes from old school forums.
Now that I think about it, probably bit off more than we could chew. So yeah definitely open to some sort of abstraction, although I don't imagine that will seriously happen until a lot of interest comes up in the realm of theming NBB
As for skype wars? this happens everyday, all the time. the winner is usually the one that posts the most convincing meme
Client side you do this
function() {
console.log(test);
});
Server side you do this :
socket.emit('yourEventName', {data:1}, function() {
console.log('server responded');
});
... maybe 0.2.0 will drop on xmas day (think)
I'll wait until tomorrow night then to see if you fellas make a move or not
Otherwise I'll move from .1 to master tomorrow.. I don't mind bleeding edge it's more fun that way.