sup. still working on ADR? I started porting it over to our forum at some point 🙂
nah @psychobunny I been working on games here and there though. I also attempted something called "oRPG Creator" which I think I started way to late as it's built using older technologies. I just recently started a small "Text Based Game Engine" which will be using mostly jQuery/jQueryUI for the front end and PHP on back-end.
var meta = module.parent.require('./meta');. Then, meta.config may have the configuration (might need to double-check that). var nconf = module.parent.require('nconf'); will allow you to hook into the configuration utility we use: nconf.get('url') returns the full url.
Unfortunately not -- our hooks are designed to keep the information passed in to a minimum.
The posts.parse hook is called whenever a piece of content needs to be "parsed like a post". It is not strictly a hook that is called whenever a topic is loaded. Perhaps you can look into filter:post.getPosts?
It's deceiving. I think it will be changed later. There should be a favorite button, a share button, and a vote up/down button in that left-side corner.
You may have to wait for @baris to come in, if you're still missing your category icons, as he was the one who updated try.nodebb.org yesterday, as I was unavailable.